.recruiter-sticky-side{
    position: sticky;
    top: 180px;
}
.panel-heading{
    background: #0070C0;
    color: #fff;
}

.wrap-offers .row {
    margin: 0 !important;
}

.wrap-card-offer:first-child {
    margin-top: 30px;
}

.wrap-card-offer {
    position: relative;
    display: flex;
    background: linear-gradient(180deg, #fff, #ececec);
    box-shadow: 0 0 20px rgb(229 229 229);
    box-sizing: border-box;
    padding: 15px 0;
    transition: all 0.2s ease-in-out;
    /*margin-bottom: 30px;*/
}

.wrap-card-offer.hover {
    border-radius: 8px;
}

.wrap-card-offer.hover:hover {
    transform: scale(1.01);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
    background: #fff;
}

.btn-outline-warning {
    color: #ffc000;
    border-color: #ffc000;
}
.btn-outline-warning:not(:disabled):not(.disabled):active{
    color: #fff;
    background-color: #ffc000;
    border-color: #ffc000;
}
/*CONTACT*/
.profile-left .expand-business {
    padding: 15px;
    border: 1px solid #f2f2f2;
    background: #fff;
}

.profile-left .expand-business p {
    margin-bottom: 7px;
}
.profile-left .expand-business textarea{
    display: block;
    width: 100%;
    height: 70px;
    /* margin-bottom: 15px; */
    padding: 10px;
    border: 1px solid #f2f2f2;
    background: #f6f7fb;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: rgb(128, 134, 139);
    resize: none;
}
.mt20px {
    margin-top: 20px !important;
}

.mt10px {
    margin-top: 10px !important;
}

.profile-left .search-more {
    margin-top: 30px;
}

.profile-left .search-more img {
    vertical-align: middle;
    margin-right: 10px;
}

.profile-left .search-more a {
    font-weight: bold;
    font-size: 13px;
    color: #0070c0;
    text-decoration: underline;
}
.expand-business h3 {
    font-size: 13px;
}
/*PRESENTATION*/
.wrap-presentation-recr table p{
    font-size: 12px;
    line-height: 20px;
    margin: 0;
}

.wrap-presentation-recr table td{
    font-size: 12px;
    line-height: 20px;
}

.wrap-presentation-recr table a{
    color:#0070c0
}
.wrap-presentation-recr table a:hover{
    text-decoration: underline;
}

.wrap-presentation-recr table ul{
    padding-left: 1rem;
}

.wrap-presentation-recr table li{
    list-style: decimal;
    font-size: 12px;
    line-height: 18px;
}

table td:first-child {
    /*width: 150px;*/
    color: #1F4862;
}
table .badge {
    padding: 3px 7px;
    margin: 0 5px 5px 0;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

tbody > tr > td{
    padding-bottom: 20px;
}
/*PRESENTATION*/
.wrapper-recom-header {
    background: #393939;
    padding: 10px 0;
    color: #ffff;
    padding-left: 20px;
}

.wrapper-recom-header h4 {
    color: #ffff;
    font-size: 14px;
    font-weight: 400;
}

span.comment-subject {
    color: #ffc000;
}

.commentAuthorThumbnail.col-md-1.col-sm-2.col-xs-2 {
    padding-right: 0;
}

.wrap-comment {
    display: flex;
    padding: 5px 0;
    line-height: 16px;
}

p.commentAuthor a {
    color: #0070c0;
}

p.commentAuthor span.authorCity {
    margin-left: 12px;
    font-size: 12px;
}

p.commentAuthor span.authorCity:before {
    content: '|';
    padding-right: 10px;
    display: inline-block;
    font-size: 15px;
}

p.commentAuthor span.authorCity i {
    margin-right: 5px;
}

p.commentAuthor span.commentDate {
    float: right;
    font-size: 12px;
    line-height: 16px;
    color: rgba(0,0,0,.6);
}

.commentFooter ul {
    display: flex;
}

.commentFooter ul li {
    background: url(https://d3gecv9w1cv0iw.cloudfront.net/media/assets/images/layout/comment.gif) 0 3px no-repeat;
    padding-left: 15px;
    margin-bottom: 10px;
    margin-top: 15px;
    margin-right: 5px;
    font-size: 9px;
    display: inline-block;
}

.wrapper-comments img {
    width: 35px;
    float: left;
    height: 35px;
    margin-right: 10px;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-radius: 49.9%;
    background-color: #b3b6b9;
}

p.rateAverage .rate {
    background: #FFC000;
    color: #fff;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    font-weight: normal;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    border: 0;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-radius: 6.4px 6.4px 6.4px 0;
    width: 32px;
    line-height: 2;
    text-decoration: none;
    font-size: 12px;
}

p.commentAuthor {
    margin-bottom: 0;
}

.wrapper-comments {
    padding-top: 20px;
    background: #f6f7fb;
    margin-bottom: 30px;
}


textarea.responseMsg.form-control {
    width: 90%;
    display: inline-block;
    height: 35px;
    border: 1px solid #e6e9ec;
    background-color: #fff;
    font-weight: 300;
    font-size: 12px;
    padding-bottom: 0;
    padding-top: 8px;
}

form.reponseForm.hide {
    display: flex;
    flex-direction: column;
}

input.submitCommentResponse.hide.submitResponseBtn {
    background-color: #0073b1;
    border: 0;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-weight: 300;
    line-height: 24px;
    outline-width: 2px;
    padding: 0 16px;
    transition-duration: inherit;
    z-index: 0;
    width: fit-content;
}

.label-custom {
    margin-bottom: 5px;
    display: flex;
}

p.rateAverage, .commentAuthorThumbnail {
    flex-direction: column;
    display: flex;
}

.wrap-recommendations-recr a {
    color: #0774c2;
}

.wrapper-comments a:hover {
    color: #FFC000;
    text-decoration: underline;
}
/*SOCIAL NETWORKS*/
.wrap-connect-accounts {
    padding: 0 0 30px;
    position: relative;
}

.sn {
    width: 32px;
    height: 32px;
    background-image: url(https://d3gecv9w1cv0iw.cloudfront.net/media/assets/images/layout/social-sprite.png);
    background-repeat: no-repeat;
}

.sn.linkedin {
    background-position: 0px 0px;
}

.sn.twitter {
    background-position: -64px 0px;
}

.sn.facebook {
    background-position: -96px 0px;
}

.social-media td:first-child {
    min-height: 50px;
    width: 50px !important;
}

.social-media td {
    padding: 8px 0;
    vertical-align: middle;
}
@media screen and (max-width: 725px){
    .imageHolder {
        height: 100px !important;
        margin-bottom: 20px !important;
        width: 100%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px){
    .wrap-card-offer .col-lg-2.col-md-3 {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
}
@media screen and (max-width: 350px){
    .imageHjolder {
        width: 100%!important;
        height: 60px!important;
    }
    .wrap-card-offer {
        width:100% !important;
        max-width:100% !important;
    }
    .btn.btn-outline-primary.rounded-pill.btn-sm.w-100 {
        padding-left: 6px !important;
    }
    a.btn.btn-outline-warning.rounded-pill.mt-2.py-1.w-100.font-size-14 {
        padding-left: 6px!important;
    }

    a.job-title.crop-text-2.mb-0 {
        font-size: 13px!important;
    }
    span.job-title-more {
        font-size: 13px!important;
    }
    span.job-title-more.ml-1 {
        font-size: 13px;
    }
}
@media screen and (min-width: 360px) and (max-width: 450px){

    .wrapper.divLoader.loading {
        overflow: auto !important;
    }
    .wrap-card-offer {
        width:100% !important;
    }
    .col-6.pr-2.px-0.recruiter-content {
        margin-left: 9px !important;
    }
    .recruiter-content {
        margin-left: 15px !important;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .wrap-card-offer {
        width: 45%;
    }
}
@media screen and (min-width: 451px) and (max-width: 1101px){

    .wrapper.divLoader.loading {
        overflow: auto !important;
    }
    .wrap-card-offer {
        max-width:100% !important;
        width:100% !important;
    }
    .css-1wa3eu0-placeholder {
        margin-right: 0 !important;
    }
    #filter-container .wrap-select-field .select-field {
        width: 40% !important;
    }
    #filter-container .wrap-select-field .select-field {
        margin-top: 10px !important;
    }
}

@media screen and (min-width: 770px) and (max-width: 987px) {
    .wrap-card-content .title {
        line-height: 20px;
        font-size: 11px !important;
        text-align: center;
        display: inline-block;
        margin: 0;
    }
}

@media screen and (min-width: 429px) {
    .card.display-on-1114.p-0 {
        display: none;
    }
}
@media screen and (max-width: 430px) {
    article.mx-1.my-2.wrap-card-offer.hover {
        display: none;
    }
}
/*@media screen and (max-width: 830px) {*/
/*    .recruiter-sticky-side {*/
/*        position: sticky;*/
/*        top: 180px;*/
/*        display: none;*/
/*    }*/
/*}*/
