﻿/* FIXES */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css");

.plupload.html5 {
  display: none;
}

legend,
caption {
  display: none !important;
}

/* HEADER */

/* Navbar */

#header .bg-light.navbar {
  width: 100%;
  background: #fff !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

body.sticky-header #header .bg-light.navbar {
  position: fixed;
  z-index: 40;
}

#header .navbar-light .navbar-nav .active > .nav-link,
#header .navbar-light .navbar-nav .nav-link.active,
#header .navbar-light .navbar-nav .nav-link.show,
#header .navbar-light .navbar-nav .show > .nav-link,
#header .navbar-light .navbar-nav .nav-link:focus,
#header .navbar-light .navbar-nav .nav-link:hover {
  color: #0056b3;
}

#header .navbar-light .navbar-nav .nav-link {
  color: #007bff;
}

@media (min-width: 992px) {
  #header .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler-icon {
  display: inline-block;
  line-height: 1.5em;
  width: 1em !important;
}

/* Languages */

.dropdown-item .flag-icon {
  margin-right: 7px;
}

.flag-icon-en {
  background-image: url(/Ressources/Templates/Frontend/ClientLevelOneV2/Ressources/addons/flag-icon-css-master/flags/4x3/gb.svg);
}

.flag-icon-du {
  background-image: url(/Ressources/Templates/Frontend/ClientLevelOneV2/Ressources/addons/flag-icon-css-master/flags/4x3/nl.svg);
}

.flag-icon-cs {
  background-image: url(/Ressources/Templates/Frontend/ClientLevelOneV2/Ressources/addons/flag-icon-css-master/flags/4x3/cz.svg);
}

/* SIDEBAR */

/* Center */

#sidebar-center .content {
  border: 3px solid #f8f9fa;
  padding: 25px 15px 5px;
}

/* FILTER */

.select2-search--dropdown {
  position: relative;
}

.select2-search--dropdown:before {
  font-family: "FontAwesome";
  color: #6c757d; /*#e9ecef;*/
  position: absolute;
  content: "\f002";
  right: 15px;
  top: 9px;
}

/* CONTENT */

body {
  overflow-x: hidden;
}

body.center-sidebar #sidebar-left,
body.full-wide #sidebar-left,
body.full-wide #sidebar-center {
  display: none;
}

body.full-wide #sidebar-left {
  display: none;
}

@media (min-width: 992px) {
  body.center-sidebar #main.col-xs-12.col-sm-12.col-md-12.col-lg-8,
  body.full-wide #main.col-xs-12.col-sm-12.col-md-12.col-lg-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  body.center-sidebar #main.col-xs-12.col-sm-12.col-md-12.col-lg-8,
  body.full-wide #main.col-xs-12.col-sm-12.col-md-12.col-lg-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

body.right-sidebar #main {
  order: 1;
}

body.right-sidebar #sidebar-left {
  order: 2;
}

@media (max-width: 991px) {
  body.right-sidebar #main {
    order: 2;
  }

  body.right-sidebar #sidebar-left {
    order: 1;
  }
}

body.sticky-header #wrap-container {
  padding-top: 85px;
}

div.jobs-list-container div.jobs-items div.location:before,
div.jobs-list-container div.jobs-items div.date:before,
div.vacatures-accordion div.jobs-items div.location:before,
div.vacatures-accordion div.jobs-items div.date:before {
  display: none;
}

/* FOOTER */

footer .brand {
  width: 70px;
  /*height: 30px;*/
  text-indent: 0;
  background: none;
  display: inline-block;
  margin-left: 6px;
  position: relative;
  top: -3px;
}

footer ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

footer ul.social-network li {
  display: inline-block;
  margin: 0 3px;
}

footer .social-circle li a {
  display: block;
  position: relative;
  margin: 0 auto 0 auto;
  /*-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;*/
  text-align: center;
  font-size: 26px;
}

footer .social-circle li a {
  text-decoration: none;
}

footer .social-circle li.linkedin a:hover {
  color: #0077b5;
}

footer .social-circle li.facebook a:hover {
  color: #3b5998;
}

footer .social-circle li.twitter a:hover {
  color: #4099ff;
}

footer .social-circle li.youtube a:hover {
  color: #ff0000;
}

footer .social-circle li.google a:hover {
  color: #d34836;
}

/*************/
/* ANIMATION */
/*************/

footer .st1 {
  fill: #009ee3;
  fill-opacity: 1;
  stroke-width: 0;
  stroke: #009ee3;
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
}

footer .brand:hover .st1 {
  -webkit-animation:
    dashSVG 1.7s linear forwards,
    fillSVG 0.6s ease 1.3s forwards;
  -moz-animation:
    dashSVG 1.7s linear forwards,
    fillSVG 0.6s ease 1.3s forwards;
  animation:
    dashSVG 1.7s linear forwards,
    fillSVG 0.6s ease 1.3s forwards;
  fill: #009ee3;
  fill-opacity: 0;
  stroke-width: 1px;
  stroke: #009ee3;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}

footer .st0 {
  fill: #2c323f;
  fill-opacity: 1;
  stroke-width: 0;
  stroke: #2c323f;
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
}

footer .brand:hover .st0 {
  -webkit-animation:
    dashSVG 1.7s linear forwards,
    fillSVG 0.6s ease 1.3s forwards;
  -moz-animation:
    dashSVG 1.7s linear forwards,
    fillSVG 0.6s ease 1.3s forwards;
  animation:
    dashSVG 1.7s linear forwards,
    fillSVG 0.6s ease 1.3s forwards;
  fill: #2c323f;
  fill-opacity: 0;
  stroke-width: 1px;
  stroke: #2c323f;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS */
  footer .brand:hover .st1,
  footer .st1 {
    fill: #009ee3;
    fill-opacity: 1;
    stroke-width: 1px;
    stroke: #009ee3;
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
  }
  footer .brand:hover .st0,
  footer .st0 {
    fill: #2c323f;
    fill-opacity: 1;
    stroke-width: 1px;
    stroke: #2c323f;
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
  }
}

@supports (-ms-accelerator: true) {
  /* IE Edge 12+ CSS */
  footer .brand:hover .st1,
  footer .st1 {
    fill: #009ee3;
    fill-opacity: 1;
    stroke-width: 1px;
    stroke: #009ee3;
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
  }
  footer .brand:hover .st0,
  footer .st0 {
    fill: #2c323f;
    fill-opacity: 1;
    stroke-width: 1px;
    stroke: #2c323f;
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
  }
}

@supports (-ms-ime-align: auto) {
  /* IE Edge 16+ CSS */
  /*footer .brand:hover .st1,*/
  footer .st1 {
    fill: #009ee3;
    fill-opacity: 1;
    stroke-width: 1px;
    stroke: #009ee3;
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
  }
  /*footer .brand:hover .st0,*/
  footer .st0 {
    fill: #2c323f;
    fill-opacity: 1;
    stroke-width: 1px;
    stroke: #2c323f;
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
  }
}

@keyframes dashSVG {
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes dashSVG {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes fillSVG {
  to {
    fill-opacity: 1;
    stroke-width: 0;
  }
}

@-webkit-keyframes fillSVG {
  to {
    fill-opacity: 1;
    stroke-width: 0;
  }
}

/* SLIDER & BANNER */

.tf-slider.carousel-fade .carousel-item {
  background: no-repeat center center;
  background-image: none;
  background-size: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 600px;
}

.banner-cover-image {
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 600px;
}

.banner-cover-image .overlay {
  width: 100%;
  height: 100%;
  content: "";
  background-color: #2a333d;
  opacity: 0.6;
  position: absolute;
  z-index: 0;
}

.info-container {
  text-align: center;
  color: #fff;
  display: table;
  width: 80%;
  padding-top: 200px;
  z-index: 1;
  position: relative;
  margin: 0 auto;
}

.info-container h2 {
  margin-top: 0px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.info-container ul {
  list-style: none;
  padding-left: 0;
  margin: 20px auto 0;
  display: inline-block;
}

.info-container ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}

.info-container ul li:first-child {
  margin-right: 20px;
  padding-right: 18px;
}

.info-container ul li.calendar-li {
  border-right: 2px solid #fff;
}

.info-container ul li i {
  padding-right: 10px;
  font-size: 18px;
}

@media (max-width: 1199px) {
  .tf-slider.carousel-fade .carousel-item {
    height: 400px;
  }

  .banner-cover-image {
    height: 400px;
  }

  .info-container {
    padding-top: 160px;
  }
}

@media (max-width: 991px) {
  .tf-slider.carousel-fade .carousel-item {
    height: 350px;
  }

  .info-container h2 {
    margin-top: 0px;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
  }

  .info-container {
    padding-top: 120px;
  }
}

@media (max-width: 480px) {
  .info-container h2 {
    margin-top: 0px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
  }

  .info-container {
    padding-top: 100px;
  }

  .info-container ul li {
    margin: 7px 0 !important;
    display: block;
    border: 0 !important;
  }
}

/* JOB LIST */

/* Title */

.main-title h2 b {
  font-weight: 500;
}

/* Filter Select2 */

.select2-container {
  width: 100% !important;
}

.active .badge-primary {
  color: #007bff;
  background-color: #fff;
}

/* Job items */

div.jobs-list-container div.jobs-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

div.jobs-list-container div.jobs-items .card {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

div.jobs-list-container div.jobs-items .card .card-body,
div.vacatures-accordion .card.card-body {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
}

div.jobs-list-container div.jobs-items .card .card-body:hover,
div.vacatures-accordion .card.card-body:hover {
  background: #007bff;
  color: #fff;
  border-radius: 0.25rem;
}

div.jobs-list-container div.jobs-items .title a.title-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

div.jobs-list-container
  div.jobs-items
  .card
  .card-body:hover
  .title
  a.title-overflow,
div.vacatures-accordion .card.card-body:hover .title a.title-overflow {
  color: #fff;
}

div.jobs-list-container
  div.jobs-items
  .card
  .card-body:hover
  .title
  a.title-overflow:hover,
div.vacatures-accordion .card.card-body:hover .title a.title-overflow:hover {
  text-decoration: none;
}

div.jobs-list-container div.jobs-items div.location,
div.jobs-list-container div.jobs-items div.date {
  position: relative;
  /*padding-left: 40px;*/
}

div.jobs-list-container div.jobs-items .card .card-body:hover div.location,
div.jobs-list-container div.jobs-items .card .card-body:hover div.date,
div.vacatures-accordion .card.card-body:hover div.location,
div.vacatures-accordion .card.card-body:hover div.date {
  color: #fff !important;
}

div.jobs-list-container div.jobs-items div.location:before,
div.jobs-list-container div.jobs-items div.date:before {
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  top: 0px;
  left: 15px;
  line-height: 24px;
  display: block;
  display: none;
  /*-webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;*/

  color: #007bff;
}

div.jobs-list-container div.jobs-items div.location .fa,
div.jobs-list-container div.jobs-items div.date .fa {
  margin-right: 10px;
  width: 15px;
}

div.jobs-list-container div.jobs-items:hover div.location:before,
div.jobs-list-container div.jobs-items:hover div.date:before {
  color: #fff;
}

div.jobs-list-container div.jobs-items div.date:before {
  content: "\f073" !important;
}

div.jobs-list-container div.jobs-items div.location:before {
  content: "\f041" !important;
}

/*div.jobs-list-container div.jobs-items:hover div.date:before,
div.jobs-list-container div.jobs-items:hover div.location:before
{
    color: #007bff;
}*/

/* Pagination */

.pager-content span {
  margin: 0 5px;
}

.pager-content a:hover {
  text-decoration: none;
  color: #fff;
}

.pager-content span.pageNumDisabled {
  padding: 4px 9px;
  color: #fff;
  border-radius: 4px;
  background-color: #007bff;
  border: 1px solid #007bff;
}

.pager-content a.pageNumActive {
  padding: 4px 9px;
  text-decoration: none;
  border-radius: 4px;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.pager-content a.pageNumActive:hover {
  color: #fff;
  background-color: #007bff;
  border: 1px solid #007bff;
}

.pager-content a:last-child {
  /*border-right: 1px #bebdbc solid;*/
}

.pager-content a.page .pagePrec {
  margin: 0;
  margin-right: 15px;
  padding: 4px 11px;
  border-radius: 4px;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.pager-content a.page .pagePrec:hover {
  color: #fff;
  background-color: #007bff;
  border: 1px solid #007bff;
}

.pager-content a.page .pagePrec:before {
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 22px;
  content: "\f104";
}

.pager-content a.page .pageFirst {
  margin: 0;
  margin-right: 5px;
  padding: 4px 9px;
  border-radius: 4px;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.pager-content a.page .pageFirst:hover {
  color: #fff;
  background-color: #007bff;
  border: 1px solid #007bff;
}

.pager-content a.page .pageFirst:before {
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 22px;
  content: "\f100";
}

.pager-content a.page .pageSuiv {
  margin: 0;
  margin-left: 15px;
  padding: 4px 11px;
  border-radius: 4px;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.pager-content a.page .pageSuiv:hover {
  color: #fff;
  background-color: #007bff;
  border: 1px solid #007bff;
}

.pager-content a.page .pageSuiv:before {
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 22px;
  content: "\f105";
}

.pager-content a.page .pageLast {
  margin: 0;
  margin-left: 5px;
  padding: 4px 9px;
  border-radius: 4px;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.pager-content a.page .pageLast:hover {
  color: #fff;
  background-color: #007bff;
  border: 1px solid #007bff;
}

.pager-content a.page .pageLast:before {
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 22px;
  content: "\f101";
}

.pageFirstInactif,
.pagePrecInactif,
.pageSuivInactif,
.pageLastInactif {
  display: none;
}

/* GEOGRAPHICAL AREA */

.geographical-vacatures-container #map {
  height: 690px;
}

.gm-style .gm-style-iw .gmap-tooltip {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

div.vacatures-accordion .card-header:first-child {
  border-radius: 0.25rem !important;
}

div.vacatures-accordion div.my-accordion-header {
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.jScrollPaneTrack {
  width: 4px !important;
}

.jScrollPaneDrag {
  position: absolute;

  overflow: hidden;

  width: 4px !important;
  /* background: #666; */

  cursor: pointer;

  background: #000;
}

div.vacatures-accordion div.my-accordion-header strong {
  font-size: 20px;
  font-weight: 500;
  line-height: 14px;

  display: block;
  display: none;

  padding: 5px 5px 5px 25px;

  text-decoration: none;
}

div.vacatures-accordion div.my-accordion-header div.new-version {
  font-size: 20px;
  font-weight: 500;
  line-height: 14px;

  position: relative;

  display: block;
  display: block;

  padding: 5px 5px 5px 5px;
  padding-top: 20px;
  padding-bottom: 20px;

  text-decoration: none;
}

div.vacatures-accordion div.my-accordion-header div.new-version:after {
  font-family: "FontAwesome";
  font-size: 26px;
  height: 26px;
  display: inline-block;
  line-height: 1;

  position: absolute;
  top: 15px;
  right: 0;

  content: "\f107" !important;

  color: #007bff;

  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;

  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
}

div.vacatures-accordion div.my-accordion-header.open div.new-version:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;

  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
}

div.vacatures-accordion div.my-accordion-header div.new-version span.label {
  font-size: 20px;
  font-weight: 500;
  line-height: 14px;
  margin-right: 15px;
  color: #212529;
}

div.vacatures-accordion div.my-accordion-header div.new-version span.count {
  font-weight: 500;
}

div.geographical-vacatures-container div.my-accordion-header:hover {
  cursor: pointer;
  background: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

div.geographical-vacatures-container div.jobs-items {
}

div.vacatures-accordion div.jobs-items {
  margin-bottom: 5px;

  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

div.vacatures-accordion div.jobs-items:hover {
}

div.vacatures-accordion div.jobs-items div.item {
  display: block;

  /*-webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;*/
}

div.vacatures-accordion div.jobs-items .title {
}

div.vacatures-accordion div.jobs-items .title a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

div.vacatures-accordion div.jobs-items div.title a:hover,
div.vacatures-accordion div.jobs-items:hover div.title a {
  text-decoration: none;

  color: #000;
}

div.vacatures-accordion div.jobs-items div.option-clear {
  display: none;
}

div.vacatures-accordion div.jobs-items div.date,
div.vacatures-accordion div.jobs-items div.location {
  position: relative;
  padding-left: 40px;
}

div.vacatures-accordion div.jobs-items div.date:before {
  content: "\f073" !important;
}

div.vacatures-accordion div.jobs-items div.location:before {
  content: "\f041" !important;
}

div.vacatures-accordion div.jobs-items div.location:before,
div.vacatures-accordion div.jobs-items div.date:before {
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  top: 0px;
  left: 15px;
  line-height: 24px;
  display: block;
  color: #007bff;
}

div.vacatures-accordion div.jobs-items:hover div.date:before,
div.vacatures-accordion div.jobs-items:hover div.location:before {
  color: #fff;
}

div.vacatures-accordion div.jobs-items div.teaser {
}

div.vacatures-accordion div.jobs-items div.teaser a {
}

div.vacatures-accordion div.jobs-items:hover div.item {
}

div.vacatures-accordion div.jobs-items:hover div.teaser a {
}

.section_jobs_map div.details-button {
  display: none;
}

/* SEARCH ENGINE MAP */

.map-search-engine > .title h2 {
  display: none;
}

.map-search-engine #gmap-dropdown {
  height: 690px;
}

.map-search-engine .rightside input[type="submit"] {
  width: auto !important;
}

.map-search-engine .rightside input[type="submit"]:hover,
.map-search-engine .rightside input[type="submit"]:active,
.map-search-engine .rightside input[type="submit"]:focus {
}

.map-search-engine .form-control {
  outline: none;
}

.map-search-engine .rightside .loading {
  margin: 5px 0;
  display: none;
}

.map-search-engine .form-container {
  overflow: hidden;
}

.map-search-engine .form-container,
.col-md-8.jobsearch2 {
  float: none;
  width: 100%;
}

.map-search-engine .form-container select,
.map-search-engine .form-container input {
}

div.map-search-engine {
  display: flex;
  flex-flow: column;
}

.map-search-engine .form-container {
  /*order:1;*/
}

.map-search-engine .jobsearch2 {
  /*order:2;*/
  /*padding: 0;*/
}

.map-search-engine .form-container input[type="submit"] {
  width: 100%;
}

#search-form-plugins-form {
  border: 3px solid #f8f9fa;
  padding: 25px 15px;
  border-bottom: 0;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
}

#search-form-plugins-form select,
#search-form-plugins-form input {
  width: 23%;
}

#search-form-plugins-form .select2-container {
  width: 23% !important;
  max-width: 100%;
}

#search-form-plugins-form .rightside {
  width: 100% !important;
  padding-top: 30px;
  text-align: center;
}

#search-form-plugins-form .rightside .inputBlue {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
}

#search-form-plugins-form .rightside .inputBlue:hover {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

#search-form-plugins-form .rightside .inputBlue:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

@media (max-width: 1150px) {
  .map-search-engine .form-container select,
  .map-search-engine .form-container input {
  }

  .map-search-engine .form-container .rightside input {
  }
}

@media (max-width: 992px) {
  #search-form-plugins-form select,
  #search-form-plugins-form input,
  #search-form-plugins-form .select2-container {
    width: 46% !important;
    margin-bottom: 15px !important;
  }
}

@media (max-width: 767px) {
  #search-form-plugins-form select,
  #search-form-plugins-form input,
  #search-form-plugins-form .select2-container {
    width: 100% !important;
    margin-bottom: 15px !important;
  }
}

@media (max-width: 600px) {
  .map-search-engine .form-container select,
  .map-search-engine .form-container input {
  }

  .map-search-engine .form-container .rightside input {
  }
}

.boxy-wrapper .top-left,
.boxy-wrapper .top,
.boxy-wrapper .top-right,
.boxy-wrapper .left,
.boxy-wrapper .right,
.boxy-wrapper .bottom-left,
.boxy-wrapper .bottom,
.boxy-wrapper .bottom-right {
  display: none;
}

.boxy-wrapper .title-bar {
  background-color: #007bff !important;
  padding: 15px !important;
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.boxy-wrapper .title-bar h2 {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem !important;
}

.boxy-content {
  padding: 15px !important;
  border-bottom-left-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.answers input {
  background-color: #007bff;
  border-color: #007bff;
  border: 0;
  border-radius: 4px;
  color: #fff !important;
  padding: 7px 15px !important;
  font-size: 14px !important;
}

.answers input:hover {
  color: #fff !important;
  background-color: #0069d9 !important;
  border-color: #0062cc !important;
}

/* JOB DETAILS */

.jobdetail .share {
  padding: 0;
}

div.modules-jobs-details div.row-share {
  display: block;

  margin: 0;
  padding: 0;
}

.jobdetail .share ul {
  background: #f8f9fa;
  margin: 30px 0 30px;
  padding: 0;
  overflow: hidden;
}

.jobdetail .share a {
  line-height: 45px;

  display: block;

  width: 45px;
  height: 45px;

  text-decoration: none;
  text-indent: 0;

  background: #f8f9fa;
}

.jobdetail .share li {
  margin: 0;
  float: left;
  list-style: none;
  border-right: 2px solid #fff;
}

.jobdetail .share li a {
  position: relative;
}

.jobdetail .share li a::before {
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 45px;

  display: block;

  width: 45px;
  height: 45px;

  text-align: center;

  /* color: #007bff; */
}

.jobdetail .share li.show_all a {
  padding: 10px 20px;
  width: auto;
  text-indent: 0;
}

.jobdetail .share li.show_all a {
  margin: 0;
  padding: 15px 20px;

  text-decoration: none;

  /* color: #007bff; */
  border-radius: 0;
}

.jobdetail .share li a:hover::before,
.jobdetail .share li a:active::before,
.jobdetail .share li a:focus::before,
.jobdetail .share li.pdf a:hover::before,
.jobdetail .share li.pdf a:focus::before,
.jobdetail .share li.pdf a:active::before {
  color: #fff !important;
  background: #007bff;
}

.jobdetail .share li.show_all a:hover,
.jobdetail .share li.show_all a:active,
.jobdetail .share li.show_all a:focus {
  text-decoration: none;
}

.jobdetail .share li.print a {
  width: 45px;
  padding: 0;

  background: #f8f9fa;
}

.jobdetail .share li.print a::before {
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 45px;

  display: block;

  width: 45px;
  height: 45px;

  content: "\f02f" !important;
  text-align: center;

  /* color: #007bff; */
}

.jobdetail .share li.mail a {
  font-size: 0;

  content: "";

  background: #f8f9fa;
}

.jobdetail .share li.mail a::before {
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 45px;

  display: block;

  width: 45px;
  height: 45px;

  content: "\f0e0" !important;
  text-align: center;

  /* color: #007bff; */
}

.jobdetail .share li.facebook a {
  font-size: 0;

  content: "";

  background: #f8f9fa;
}

.jobdetail .share li.facebook a::before {
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 45px;

  display: block;

  width: 45px;
  height: 45px;

  content: "\f09a" !important;
  text-align: center;

  /* color: #007bff; */
}

.jobdetail .share li.twitter a {
  font-size: 0;

  content: "";

  background: #f8f9fa;
}

.jobdetail .share li.twitter a::before {
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 45px;

  display: block;

  width: 45px;
  height: 45px;

  content: "\e61b" !important;
  text-align: center;

  /* color: #007bff; */
}

.jobdetail .share li.linkedin a {
  font-size: 0;

  content: "";

  background: #f8f9fa;
}

.jobdetail .share li.linkedin a::before {
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 45px;

  display: block;

  width: 45px;
  height: 45px;

  content: "\f0e1" !important;
  text-align: center;

  /* color: #007bff; */
}

.jobdetail .share li.pdf a {
  font-size: 0;

  width: 45px;
  padding: 0;

  content: "";
}

.jobdetail .share li.pdf a::before {
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 45px;

  display: block;

  width: 45px;
  height: 45px;

  content: "\f1c1";
  text-align: center;

  /* color: #007bff; */
}

.jobdetail .share li.back-to-list a {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  padding: 15px 15px;
  background: #f8f9fa;
  line-height: 16px;
}

.jobdetail .share li a:hover,
.jobdetail .share li a:active,
.jobdetail .share li a:focus {
  color: #fff !important;
  background: #007bff !important;
}

.jobs-details .main > h5.mt-5:first-child {
  margin-top: 0 !important;
}

.jobs-details .main > h5 {
  color: #007bff;
}

.modal-backdrop {
  z-index: 10000 !important;
}

.modal {
  z-index: 100000 !important;
}

/* TITLE */

h1.greenH1 {
  margin-bottom: 45px;
}

/* BUTTONS */

div.contact-info-social-media a.apply-linkedin {
  display: none;
}

.btn.apply-btn {
  width: 100%;
  font-weight: 500;
}

div.vacatures-accordion
  .card.card-body:hover
  .vacature-link-button.btn.btn-primary {
  background-color: #fff;
  border-color: #fff;
  color: #007bff;
}

/* PROGRESS BAR */

.progress-bar.plupload-bar {
  display: -ms-flexbox;
  display: flex;
  height: 5px;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #fff;
  border-radius: 0.25rem;

  -ms-flex-direction: unset;
  flex-direction: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
}

.progress-bar.plupload-bar .progressbar-custom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

#additional-file-list .delete-doc24px {
  position: relative;
  background: none;
  margin-left: 10px;
  cursor: pointer;
  float: right;
  height: 16px;
  width: 16px;
}

#additional-file-list .delete-doc24px:after {
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
  content: "\f00d";
  color: #007bff;
  line-height: 1;
  display: none;
}

#additional-file-list .delete-doc24px:hover:after {
  color: #d91e18;
}

td.descriptionDoc {
  border: 0 !important;
}

/* CATEGORY */

.olContainer {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  min-height: 165px;
}

.olContainer ul {
  list-style: none;
  padding: 0;
}

.olContainer ul li {
  line-height: 100%;
  display: inline-block;
  height: auto;
  margin-bottom: 7px;
  list-style-type: none;
  width: 100%;
  z-index: 1000;
}

.olContainer ul li .delete-cat-icons {
  position: relative;
  background: none;
  margin-left: 5px;
  cursor: pointer;
  float: right;
  height: 16px;
  width: 16px;
}

.olContainer ul li .delete-cat-icons:after {
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
  content: "\f00d";
  color: #007bff;
}

.olContainer .delete-cat-icons:hover:after {
  color: #d91e18;
}

.myjobsite-category-separator button {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* LOGON */

.my-jobsite-logon-form .left {
  padding-right: 60px !important;
}

.my-jobsite-logon-form .right {
  border-left: 1px solid rgba(0, 0, 0, 0.125);
  padding-left: 60px !important;
}

/* MY JOBSITE */

/* Breadcrumb step*/

.row.myjobsite-breadcrumb .cell {
  padding: 0;
}

.row.myjobsite-breadcrumb .backgroundcolor {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin-top: 20px;
  padding: 15px 0;
  text-align: center;
  text-transform: none;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.row.myjobsite-breadcrumb .backgroundcolor:before {
  position: absolute;
  top: -8px;
  display: block;
  width: 100%;
  height: 4px;
  content: " ";
  background: #007bff;
}

.row.myjobsite-breadcrumb .backgroundcolor.current:before {
  position: absolute;
  z-index: -1;
  top: -8px;
  display: block;
  width: 100%;
  height: 4px;
  content: " ";
  background: #007bff;
}

.row.myjobsite-breadcrumb .backgroundcolor:after {
  display: block;
  width: 24px;
  height: 24px;
  margin: -60px auto 0 auto;
  content: " ";
  border: 4px solid #007bff;
  border-radius: 50px;
  background: #007bff;
}

.row.myjobsite-breadcrumb .cell:first-child .backgroundcolor:before {
  left: 50%;
}

.row.myjobsite-breadcrumb .cell:last-child .backgroundcolor:before {
  right: 50%;
}

.row.myjobsite-breadcrumb h3 {
  font-size: 16px;
  font-weight: 400;
}

.row.myjobsite-breadcrumb .backgroundcolor.current {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  padding: 15px 0;
  text-align: center;
  text-transform: none;
}

.row.myjobsite-breadcrumb .backgroundcolor.current:after {
  display: block;
  width: 24px;
  height: 24px;
  margin: -60px auto 0 auto;
  content: " ";
  border: 4px solid #007bff;
  border-radius: 50px;
  background: #fff;
}

/* My jobsite menu */

.myjobsite-menu .fa-list-ol.fa-item-categories:before {
  content: "\f0cb";
}

.myjobsite-menu .fa-list-ol.fa-item-personal:before {
  content: "\f2bb";
}

.myjobsite-menu .fa-list-ol.fa-item-professional:before {
  content: "\f03a";
}

/* FILE UPLOAD */

.delete-doc24px.delete {
  color: #007bff;
  cursor: pointer;
  display: inline-block;
}

.delete-doc24px.delete:hover {
  color: #d91e18;
}

#candidate-skill-plugin .accordion-header.depth0 {
  font-weight: 700;
  font-size: 1.25rem;
}

#candidate-skill-plugin .accordion-header.depth1,
#candidate-skill-plugin .accordion-header.depth2 {
  font-weight: 700;
}

#candidate-skill-plugin .accordion-blocks {
  margin-bottom: 30px;
}

#candidate-skill-plugin .accordion-blocks .accordion-blocks {
  padding-left: 15px;
}

#candidate-skill-plugin .candidate-skill-item {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  flex-wrap: wrap;
}

#candidate-skill-plugin .candidate-skill-item .icon,
#candidate-skill-plugin .candidate-skill-item .clear {
  display: none;
}

/* GDPR */

.pop-up-footer a.btn {
  margin-left: 7px;
}

.gdpr-box-size .jconfirm-box div.title {
  font-weight: 400 !important;
}

.gdpr-box-size .jconfirm-box .buttons button {
  font-weight: 400 !important;
}

/* COOKIES */

.cc-window {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem !important;
  font-weight: 400 !important;
  color: #212529 !important;
  border: 0 !important;
  background: #f8f9fa;
}

.cc-message {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem !important;
  font-weight: 400 !important;
}

.cc-message .cc-link {
  text-decoration: underline;

  opacity: 1;
  color: #007bff !important;
  border-bottom: 0;
}

.cc-message .cc-link:hover {
  text-decoration: none !important;

  color: #0056b3 !important;
}

.cc-btn.cc-deny {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem !important;
  font-weight: 500 !important;

  text-transform: none !important;

  color: #007bff !important;
}

.cc-btn.cc-deny:hover {
  color: #0056b3 !important;
}

.cc-btn.cc-dismiss {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem !important;
  font-weight: 400 !important;

  padding: 7px 18px !important;

  -webkit-transition:
    background 0.1s ease-in-out,
    border 0.1s ease-in-out,
    color 0.1s ease-in-out;
  transition:
    background 0.1s ease-in-out,
    border 0.1s ease-in-out,
    color 0.1s ease-in-out;

  color: #fff !important;
  border: 0 solid !important;
  border-radius: 0.25em !important;
  width: auto !important;
  min-width: unset !important;
  background: #007bff;
}

.cc-btn.cc-dismiss:hover,
.cc-btn.cc-dismiss:active,
.cc-btn.cc-dismiss:focus {
  text-decoration: none !important;

  color: #fff !important;
  background-color: #0062cc;
}

.cc-revoke.cc-bottom {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem !important;
  font-weight: 400 !important;

  color: #007bff !important;
  border: 0 !important;
  border-top: 3px solid #007bff !important;
  border-radius: 0.25em 0.25em 0 0 !important;
  background: #f8f9fa;
}

/* VIDEO CONTAINER */

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* FORMS */

.title-Myjob-h1 {
  margin-bottom: 20px !important;
  color: #007bff;
}

/**************/
/* RESPONSIVE */
/**************/

@media (max-width: 1200px) {
  .row.myjobsite-breadcrumb h3 {
    font-size: 14px;
    font-weight: 400;
  }

  .row.myjobsite-breadcrumb .backgroundcolor:after,
  .row.myjobsite-breadcrumb .backgroundcolor.current:after {
    margin: -58px auto 0 auto;
  }
}

@media (max-width: 992px) {
  .apply-buttons-container {
    order: 1;
  }

  .csa_form.application-form {
    order: 2;
  }

  .row.myjobsite-breadcrumb .cell .backgroundcolor {
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: -1px;
    background-color: #fff;
    margin-top: 0px;
  }

  .row.myjobsite-breadcrumb .cell:first-child .backgroundcolor {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .row.myjobsite-breadcrumb .cell:last-child .backgroundcolor {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .row.myjobsite-breadcrumb h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
  }

  .row.myjobsite-breadcrumb .backgroundcolor:before,
  .row.myjobsite-breadcrumb .backgroundcolor:after,
  .row.myjobsite-breadcrumb .backgroundcolor.current:before,
  .row.myjobsite-breadcrumb .backgroundcolor.current:after {
    display: none !important;
  }

  .row.myjobsite-breadcrumb .backgroundcolor.current {
    background: #007bff;
    border-color: #007bff;
    margin: 0;
  }

  .row.myjobsite-breadcrumb .backgroundcolor.current h3 {
    color: #fff;
    margin: 0;
  }

  .row.myjobsite-breadcrumb .col-md-4 h3 {
    margin: 0;
  }

  .row.myjobsite-breadcrumb .col-md-4 .backgroundcolor {
    margin: 0;
  }

  .myjobsite-category-separator button {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  h1.greenH1 {
    font-size: 1.7em;
  }
}

@media (max-width: 767px) {
  .my-jobsite-logon-form .left {
    padding-right: 15px !important;
  }

  .my-jobsite-logon-form .right {
    border-left: 0;
    padding-left: 15px !important;
  }

  footer .social-network-container.text-right {
    text-align: center !important;
  }
}

@media (max-width: 640px) {
  .custom-control.custom-control-inline {
    margin-right: 0 !important;
  }
}

@media (max-width: 580px) {
  .jobs-items .date,
  .jobs-items .location {
    margin-bottom: 7px;
  }

  .pager-content {
    padding-top: 15px;
  }
}

/**************/
/* PRINT & PDF*/
/**************/

body.print .cookie-consent-false .cookie-consent,
body.print .cookie-consent,
body.print .col-md-12.col-lg-4.aside.mb-4,
body.print .section_1,
body.print #navbarNavDropdown,
body.print .apply-container,
body.print #share-container,
body.print .row-share,
body.print #footer,
body.print .cc-window {
  display: none !important;
}

body.print
  #header
  .bg-light.navbar
  body.print.sticky-header
  #header
  .bg-light.navbar {
  position: static !important;
  box-shadow: none;
  -webkit-box-shadow: none;
}

body.print .col-lg-8 {
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100%;
  max-width: 100%;
}

@media print {
  .navbar-toggle.toggle-panel,
  .language-switch,
  .top-image-banner,
  .apply-container,
  #share-container,
  .back-button-container,
  footer,
  div.fade,
  .cookie-consent-false .cookie-consent,
  .cookie-consent,
  .col-md-12.col-lg-4.aside.mb-4,
  .section_1,
  #navbarNavDropdown,
  .cc-window {
    display: none !important;
  }

  a[href]:after {
    content: none !important;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mail-to-friend-warpper .form-row {
    display: block;
  }

  .mail-to-friend-warpper .col-md-4 {
    display: block;
    width: 33%;
    float: left;
  }
}

/* FIX */

.datepicker-button .input-group-text,
.input-group-text.last {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* Filter */

.filter .main-category.reset-link,
.jobs-category-filter .main-category.reset-link {
  width: 100%;
  text-align: left;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.filter .main-category.reset-link a,
.jobs-category-filter .main-category.reset-link a {
  font-weight: 400;
  font-size: inherit;
}

.filter
  .card-body:has(.plugins-title.head-accordion)
  .main-category.reset-link.btn {
  padding-left: 0;
}
