/* FIXES */

.plupload.html5{
    display: none;
}


/* 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: #028090;
}

#header .navbar-light .navbar-nav .nav-link {
    color: #028090;
}

@media (min-width: 992px){
    #header .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
}

.navbar-toggler-icon {
    display: inline-block;
    width: auto !important; 
    line-height: 1.5em;
    background-image: none !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; /*#eee;*/
    position: absolute;
    content: "\f002";
    right: 15px;
    top: 9px;
}

/* CONTENT */

body{
    overflow-x: hidden;
}


body.full-wide #sidebar-center{
    display: block;
}

body.center-sidebar #sidebar-left,
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;
}

/* FOOTER */

footer .brand{
    width: 110px;
    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: #028090;
    fill-opacity: 1;
    stroke-width: 0;
    stroke: #028090;
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
}

footer .brand:hover .st1 {
    -webkit-animation: dashSVG 1.7s linear forwards, fillSVG .6s ease 1.3s forwards;
    -moz-animation: dashSVG 1.7s linear forwards, fillSVG .6s ease 1.3s forwards;
    animation: dashSVG 1.7s linear forwards, fillSVG .6s ease 1.3s forwards;
    fill: #028090;
    fill-opacity: 0;
    stroke-width: 1px;
    stroke: #028090;
    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 .6s ease 1.3s forwards;
    -moz-animation: dashSVG 1.7s linear forwards, fillSVG .6s ease 1.3s forwards;
    animation: dashSVG 1.7s linear forwards, fillSVG .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: #028090;
        fill-opacity: 1;
        stroke-width: 1px;
        stroke: #028090;
        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: #028090;
        fill-opacity: 1;
        stroke-width: 1px;
        stroke: #028090;
        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: #028090;
        fill-opacity: 1;
        stroke-width: 1px;
        stroke: #028090;
        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;
    
    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: 400;  

    
}

.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;
        
        line-height: 1.2;
    }

    .info-container {
        padding-top: 120px;
    }
}

@media (max-width: 480px) {
    .info-container h2 {
        margin-top: 0px;
        font-size: 22px;
        
        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{
    
}


/* Filter Select2 */

.select2-container{
    width: 100% !important;
}

.active .badge-primary {
    color: #028090;
    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;
    margin-bottom: 20px !important;
}

div.jobs-list-container div.jobs-items:hover{
    cursor: pointer;
}



div.jobs-list-container div.jobs-items .card{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;  
    padding: 0;  
   
    -webkit-transition: all .4s cubic-bezier(.215,.61,.355,1);
    -moz-transition: all .4s cubic-bezier(.215,.61,.355,1);
    -o-transition: all .4s cubic-bezier(.215,.61,.355,1);
    transition: all .4s cubic-bezier(.215,.61,.355,1);   
    position: relative;
    background: #eee !important;
}

div.jobs-list-container div.jobs-items .card:after {
   
}

div.jobs-list-container div.jobs-items:hover .card{   
   -webkit-transition: all .4s cubic-bezier(.215,.61,.355,1);
    -moz-transition: all .4s cubic-bezier(.215,.61,.355,1);
    -o-transition: all .4s cubic-bezier(.215,.61,.355,1);
    transition: all .4s cubic-bezier(.215,.61,.355,1);
    background: #eee !important;
   
}

div.jobs-list-container div.jobs-items:hover .card:after{
    
}

div.jobs-list-container div.jobs-items .card .card-body,
div.vacatures-accordion .card.card-body{
    -webkit-transition: all .4s cubic-bezier(.215,.61,.355,1);
    -moz-transition: all .4s cubic-bezier(.215,.61,.355,1);
    -o-transition: all .4s cubic-bezier(.215,.61,.355,1);
    transition: all .4s cubic-bezier(.215,.61,.355,1);
    cursor: pointer;    
    z-index: 3;
    padding: 2rem;    
}

div.jobs-list-container div.jobs-items .card .card-body:hover,
div.vacatures-accordion .card.card-body:hover{
    background: transparent;
    color: #25272A;
}

.mission-picture-container{
    overflow: hidden;
    background-image: none !important;
    border-radius: 0px !important;
}

.mission-picture-container .card-img-top{
     -webkit-transition: all .4s cubic-bezier(.215,.61,.355,1);
    -moz-transition: all .4s cubic-bezier(.215,.61,.355,1);
    -o-transition: all .4s cubic-bezier(.215,.61,.355,1);
    transition: all .4s cubic-bezier(.215,.61,.355,1);   
    transform: scale(1.0);
     vertical-align: middle;
    border-style: none;
    border-radius: 0;
}

div.jobs-list-container div.jobs-items:hover .mission-picture-container .card-img-top{
    transform: scale(1.05);
   
}

div.jobs-list-container div.jobs-items .title{
    margin-top: 0 !important;
    padding-top: 0 !important;
    z-index: 3;
    position: relative;
}

div.jobs-list-container div.jobs-items .title a.title-overflow{
   white-space: unset;
    text-overflow: unset;
    display: block;
    text-decoration: none;
    text-transform: none;
    -webkit-transition: all .4s cubic-bezier(.215,.61,.355,1);
    -moz-transition: all .4s cubic-bezier(.215, .61, .355, 1);
    -o-transition: all .4s cubic-bezier(.215, .61, .355, 1);
    transition: all .4s cubic-bezier(.215,.61,.355,1);
    color: #333333;
    font-weight: 700;
    font-size: 22px;
    background-color: #028090;
    /* display: inline-block; */
    padding: 0.5rem 1rem;
    color: #FFFFFF;
    font-weight: bold;
    /* width: calc(50% - 0.5rem); */
    position: relative;
    padding-right: 4rem;
    margin-bottom: 1rem;
    
}

div.jobs-list-container div.jobs-items .title a.title-overflow:after{
    display: none;

}

div.jobs-list-container div.jobs-items:hover .card .card-body .title a.title-overflow,
div.vacatures-accordion .card.card-body:hover .title a.title-overflow{
    text-decoration: none;
     color: #FFF;
}

div.jobs-list-container div.jobs-items div.location,
div.jobs-list-container div.jobs-items div.date{
    position: relative;
    font-weight: 700;
    padding-left: 15px;
    color: #333 !important;
    font-size: 14px;
    line-height: 1.5;
    -webkit-transition: all .4s cubic-bezier(.215,.61,.355,1);
    -moz-transition: all .4s cubic-bezier(.215, .61, .355, 1);
    -o-transition: all .4s cubic-bezier(.215, .61, .355, 1);
    transition: all .4s cubic-bezier(.215,.61,.355,1);
   
    
}

div.jobs-list-container div.jobs-items div.location .fa,
div.jobs-list-container div.jobs-items div.date .fa{
    margin-right: 0.25rem;
    font-weight: 400;
    color: #333;
     -webkit-transition: all .4s cubic-bezier(.215,.61,.355,1);
    -moz-transition: all .4s cubic-bezier(.215,.61,.355,1);
    -o-transition: all .4s cubic-bezier(.215,.61,.355,1);
    transition: all .4s cubic-bezier(.215,.61,.355,1);   
    
}

div.jobs-list-container div.jobs-items:hover .card .card-body div.location,
div.jobs-list-container div.jobs-items:hover .card .card-body div.date,
div.vacatures-accordion .card.card-body:hover div.location,
div.vacatures-accordion .card.card-body:hover div.date,
div.jobs-list-container div.jobs-items:hover div.location .fa,
div.jobs-list-container div.jobs-items:hover div.date .fa{
    color: #028090 !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;
   
    /*-webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;*/

    color: #028090;
    display: none;
}


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: #028090;
}


div.jobs-list-container div.jobs-items .teaser{
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
    font-size: 14px;
     -webkit-transition: all .4s cubic-bezier(.215,.61,.355,1);
    -moz-transition: all .4s cubic-bezier(.215,.61,.355,1);
    -o-transition: all .4s cubic-bezier(.215,.61,.355,1);
    transition: all .4s cubic-bezier(.215,.61,.355,1);   
}

div.jobs-list-container div.jobs-items:hover .teaser{    
     color: #333;
}




/* 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: #028090;
    border: 1px solid #028090;
}

.pager-content a.pageNumActive
{
    padding: 4px 9px;
    text-decoration: none;
    border-radius: 4px;
    color: #028090;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.pager-content a.pageNumActive:hover
{
    color: #fff;
    background-color: #028090;
    border: 1px solid #028090;
}

.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: #028090;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.pager-content a.page .pagePrec:hover
{
    color: #fff;
    background-color: #028090;
    border: 1px solid #028090;
}


.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: #028090;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.pager-content a.page .pageFirst:hover
{
    color: #fff;
    background-color: #028090;
    border: 1px solid #028090;
}


.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: #028090;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.pager-content a.page .pageSuiv:hover
{
    color: #fff;
    background-color: #028090;
    border: 1px solid #028090;
}

.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: #028090;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.pager-content a.page .pageLast:hover
{
    color: #fff;   
    background-color: #028090;
    border: 1px solid #028090;
}

.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: .25rem !important;
}

div.vacatures-accordion div.my-accordion-header
{
 -webkit-transition: all .3s cubic-bezier(.165,.84,.44,1);
       -moz-transition: all .3s cubic-bezier(.165,.84,.44,1);
            transition: all .3s cubic-bezier(.165,.84,.44,1);
}

.jScrollPaneTrack
{
    width: 4px !important;
}

.jScrollPaneDrag
{
    position: absolute;

    overflow: hidden;

    width: 4px !important;
    /* background: #25272A; */

    cursor: pointer;

    background: #028090;
}

div.vacatures-accordion div.my-accordion-header strong
{
    font-size: 20px;
    
    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;
    
    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: #028090;

     -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;
    
    line-height: 14px;
    margin-right: 15px;
    color: #000;
}

div.vacatures-accordion div.my-accordion-header div.new-version span.count
{
    
   
}

div.geographical-vacatures-container div.my-accordion-header:hover
{
    cursor: pointer;
     background: #FFF;
    -webkit-transition: all .3s cubic-bezier(.165,.84,.44,1);
       -moz-transition: all .3s cubic-bezier(.165,.84,.44,1);
            transition: all .3s cubic-bezier(.165,.84,.44,1);
}

div.geographical-vacatures-container div.jobs-items
{
    
}

div.vacatures-accordion div.jobs-items
{   
    margin-bottom: 5px;   

    -webkit-transition: all .3s cubic-bezier(.165,.84,.44,1);
       -moz-transition: all .3s cubic-bezier(.165,.84,.44,1);
            transition: all .3s cubic-bezier(.165,.84,.44,1);   
 
}


div.vacatures-accordion div.jobs-items:hover
{
    
}

div.vacatures-accordion div.jobs-items div.item
{
    display: block;

    /*-webkit-transition: all .4s cubic-bezier(.215,.61,.355,1);
    -moz-transition: all .4s cubic-bezier(.215,.61,.355,1);
    -o-transition: all .4s cubic-bezier(.215,.61,.355,1);
    transition: all .4s cubic-bezier(.215,.61,.355,1);*/
}

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: #028090;
}

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: #028090;
}


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: #028090;
    border-color: #028090; 
     
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 1px solid transparent;
    padding: .375rem .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,.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: #028090 !important;
    padding: 15px !important;
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .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: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}

.answers input{
    background-color: #028090;
    border-color: #028090;
    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: #FFF;
    margin: 15px 0 30px;
    padding: 0;
    overflow: hidden;
}

.jobdetail .share a
{
    font-weight: 400;
    line-height: 45px;

    display: block;

    width: 45px;
    height: 45px;

    text-decoration: none;
    text-indent: 0;

    background: #FFF;
}

.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: #028090; */
}

.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: #028090; */
    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: #028090;
}

.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: #eee;
}

.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: #028090;
}

.jobdetail .share li.mail a
{
    font-size: 0;

    content: '';

    background: #eee;
}

.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: #028090;
}

.jobdetail .share li.facebook a
{
    font-size: 0;

    content: '';

    background: #eee;
}

.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: #028090;
}

.jobdetail .share li.twitter a
{
    font-size: 0;

    content: '';

    background: #eee;
}

.jobdetail .share li.twitter a::before
{
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 45px;

    display: block;

    width: 45px;
    height: 45px;

    content: '\f099' !important;
    text-align: center;

    color: #028090;
}

.jobdetail .share li.linkedin a
{
    font-size: 0;

    content: '';

    background: #eee;
}

.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: #028090;
}

.jobdetail .share li.pdf a
{
    font-size: 0;

    width: 45px;
    padding: 0;

    content: '';
    background: #eee;
}

.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: #028090;
}

.jobdetail .share li.back-to-list a
{
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding: 15px 15px;
    background: #eee;
    line-height: 14px;
    color: #028090;
}

.jobdetail .share li a:hover,
.jobdetail .share li a:active,
.jobdetail .share li a:focus
{
    color: #fff !important;
    background: #028090 !important;
}

.jobs-details .main > h3.mt-5:first-child{
    margin-top: 0 !important;
}

.jobs-details .main > h3 {
    margin-bottom: 20px !important;
    /* color: #028090; */
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
}


.modal-backdrop{
    z-index: 10000 !important;
}

.modal{
    z-index: 100000 !important;
}


/* TITLE */

h1.greenH1{
    margin-bottom: 30px;
}


/* BUTTONS */

.fta .jobs-details-apply-free-container .card{

}

.fta .apply-buttons-container .card{
    
}

.fta .jobs-details-apply-free-container .card .card-body{

}

.fta .apply-buttons-container .card .card-body
{
    
}


div.contact-info-social-media a.apply-linkedin {
    display: none;
}

.btn.btn-primary {
    transition: all .3s ease;
    text-transform: none;
    border: 1px solid #028090;
    background-color: #028090;
    color: #FFF;
    border-radius: 0px;   
    font-weight: 700;
    
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0;
    height: auto;
    line-height: 1;
    padding: 1rem !important;
}

.btn.pickfiles,
.btn.apply-btn{  
   transition: all .3s ease;
    text-transform: none;
    border: 1px solid #028090;
    background-color: #028090;
    color: #FFF;
    border-radius: 0px;    
    font-weight: 700;
   
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0;
    height: auto;
    line-height: 1;
    padding: 1rem !important;
}

.btn.pickfiles{
    padding: 14px 20px 10px 20px;
}

a.btn.apply-btn:hover,
a.btn-primary:hover, 
.btn.apply-btn:hover,
.btn.btn-primary:hover {
    color: #FFF;
    background-color: #028090; 
    border-color: #028090;
    opacity: 0.75;
}

.btn.pickfiles:hover,
a.btn.pickfiles:hover{
    color: #FFF;
    background-color: #028090; 
    border-color: #028090;
    opacity: 0.75;    
}

.btn:hover{
    color: #FFF;
}


div.vacatures-accordion .card.card-body:hover .vacature-link-button.btn.btn-primary{
    background-color: #e52037;
    color: #FFF;
    border-color: #e52037;
}

/* PROGRESS BAR */

.progress-bar.plupload-bar {
    display: -ms-flexbox;
    display: flex;
    height: 5px;
    overflow: hidden;
    font-size: .75rem;
    background-color: transparent;
    border-radius: .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: #028090;
    transition: width .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: #028090;
    line-height: 1;
    display: none;
}

#additional-file-list .delete-doc24px:hover:after {
    color: #d91e18;
}

td.descriptionDoc{
    border: 0 !important;
}


/* CATEGORY */

.olContainer{
    border: 1px solid #FFF;
    border-radius: .25rem;
    padding: .375rem .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: #028090;
}

.olContainer .delete-cat-icons:hover:after {
    color: #d91e18;
}

.myjobsite-category-separator button {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-image: none;
    padding-right: 12px;
}
}

/* LOGON */

.my-jobsite-logon .myjobsite-logon-box{   
    /*border-radius: 0rem;
    border: 0;
    background: #FFEDBF;
      -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 0 12px rgb(0 0 0 / 30%);
    box-shadow: 0 0 12px rgb(0 0 0 / 30%);*/
}


.my-jobsite-logon-form .left{
    padding-right: 60px !important;
}

.my-jobsite-logon-form .right{
    border-left: 1px solid #028090;
    padding-left: 60px !important;
    max-width: 100%;
}
    
/* 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: -5px;
    display: block;
    width: 100%;
    height: 4px;
    content: ' ';
    background: #333333;
}

.row.myjobsite-breadcrumb .backgroundcolor.current:before
{
    position: absolute;
    z-index: -1;
    top: -5px;
    display: block;
    width: 100%;
    height: 4px;
    content: ' ';
    background: #333333;
}

.row.myjobsite-breadcrumb .backgroundcolor:after
{
    display: block;
    width: 24px;
    height: 24px;
    margin: -55px auto 0 auto;
    content: ' ';
    border: 4px solid #333333;
    border-radius: 50px;
    background: #333333;
}

.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: -55px auto 0 auto;
    content: ' ';
    border: 4px solid #333333;
    border-radius: 50px;
    background: #028090;
}


/* 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: #028090;
    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 a:after{
    display: none;
}

.cc-window {
    
    font-size: 1rem !important;
    font-weight: 400 !important;
    color: #4d4d4d !important;
    border: 0 !important;
    background: #FFF;
}
    

.cc-message
{
    
    font-size: 1rem !important;
    font-weight: 400 !important;
}

.cc-message .cc-link
{
    text-decoration: underline;

    opacity: 1;
    color: #028090 !important;
    border-bottom: 0;
}

.cc-message .cc-link:hover
{
    text-decoration: none !important;

    color: #028090 !important;
}

 .cc-btn.cc-deny
{    
    
    font-size: 1rem !important;
    font-weight: 400 !important;

    text-transform: none !important;

    color: #028090 !important;
}

 .cc-btn.cc-deny:hover
{
    color: #028090 !important;
}

 .cc-btn.cc-dismiss
{    
    
    font-size: 1rem !important;
    font-weight: 700 !important;
    padding: 7px 18px !important;
    -webkit-transition: background .4s cubic-bezier(.215,.61,.355,1),border .4s cubic-bezier(.215,.61,.355,1),color .4s cubic-bezier(.215,.61,.355,1);
    transition: background .4s cubic-bezier(.215,.61,.355,1),border .4s cubic-bezier(.215,.61,.355,1),color .4s cubic-bezier(.215,.61,.355,1);
    color: #fff !important;
    border: 1px solid #028090 !important;
    border-radius: 3px !important;
    width: auto !important;
    min-width: unset !important;
    background-color: #028090 !important;
}

 .cc-btn.cc-dismiss:hover,
 .cc-btn.cc-dismiss:active,
 .cc-btn.cc-dismiss:focus
{
    text-decoration: none !important;

    color: #028090 !important;    
    background-color: #FFF !important;
}

.cc-revoke.cc-bottom
{
    
    font-size: 1rem !important;
    font-weight: 400 !important;

    color: #fff !important;
    border: 0 !important;
    border-top: 3px solid #028090 !important;
    border-radius: 0.25em 0.25em 0 0 !important;
    background: #028090;
   
}

.cc-revoke{
    background: #028090 !important;
}

.cc-revoke.cc-top{

    
}

/* 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: #333333;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
}

legend{
    display: none !important;
}

/**************/
/* 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 #FFF;
        margin-bottom: -1px;
        background-color: #fff;
        margin-top: 0px;
    }

    .row.myjobsite-breadcrumb .cell:first-child .backgroundcolor {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }

    .row.myjobsite-breadcrumb .cell:last-child .backgroundcolor {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .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: #028090;
        border-color: #028090;
        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 .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .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: 15px;
    }

    .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: .25rem !important;
    border-bottom-right-radius:.25rem !important;
}
    