
/*  ==|== my-randstad.css info + index =========================================
    
    styling applicable to the 'my Randstad' section by Matthias
    
    -------------------------------------------------------------------
    index:      
    -------------------------------------------------------------------        


    _tabs
    _tab dependencies
    _status bar
    _base styling
    _job findings header
    _job suggestions
    _job search
    _job alerts
    _my appliciations   - active applications
                        - past applications
                        - saved applications
    _job details (when logged in)
    _write hours
    _current jobs
    _work histoy
    _job alert
    _call in sick
    _tables
    
*/

.hidden {
    display:none;
}

/*===| tabs |=================================  */
.my-randstad-page-tab
{
    padding-top: 25px;
    position: relative;
}

.my-randstad-page-tab ul
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: auto;
    position: relative;
}

.my-randstad-page-tab ul:before
{
    border-bottom: 1px solid #d7d7d7;
    bottom: 1px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    z-index: 0;
}

.my-randstad-page-tab::after
{
    background: #fff;
    content: '';
    position: absolute;
    height: 20px;
    top: 104px;
    width: 100%;
    z-index: 2;
}

.my-randstad-page-tab ul li
{
    color: #2175d9;
    cursor: pointer;
    margin: 0 20px;
    padding: 25px 0;
    white-space: nowrap;
    z-index: 1;
}

.my-randstad-page-tab ul li label
{
    cursor: pointer;
    padding: 20px 0;
}

.my-randstad-page-tab ul li:first-child
{
    margin-left: 0;
    width: auto;
}

.my-randstad-page-tab ul li:hover
{
    border-bottom: 3px solid #2175d9;
}

.my-randstad-page-tab ul .tab-d .icon-heart-open
{
    fill: #2175d9;
    display: inline-block;
    height: 15px;
    margin-right: 5px;
    position: relative;
    top: 2px;
    width: 15px;
}

    .my-randstad-page-tab ul .tab-d .icon-heart-full {
        fill: #e74536;
        display: inline-block;
        height: 15px;
        margin-right: 5px;
        position: relative;
        top: 2px;
        width: 15px;
    }

@media only screen and (min-width: 801px)
{
    .my-randstad-page-tab
    {
        padding-top: 50px;
    }

    .my-randstad-page-tab ul:before
    {
        bottom: 0;
    }
}

/*===| tab dependencies |=================================  */
[data-bit-switch]
{
    opacity: 0;
    height: 0;
    position: absolute;
}

.input-box #job-suggestions,
.input-box #job-search,
.input-box #job-alerts,
.input-box #active-applications,
.input-box #past-applications,
.input-box #saved-applications
{
    display: none;
}

.input-box #tab-a:checked ~ .my-randstad-page-tab .tab-a,
.input-box #tab-b:checked ~ .my-randstad-page-tab .tab-b,
.input-box #tab-c:checked ~ .my-randstad-page-tab .tab-c,
.input-box #tab-d:checked ~ .my-randstad-page-tab .tab-d
{
    border-bottom: 3px #2175d9 solid;
}

.input-box #tab-a:checked ~ #job-suggestions,
.input-box #tab-a:checked ~ #job-search
{
    display: block;
}

.input-box #tab-b:checked ~ #job-alerts
{
    display: block;
}

.input-box #tab-c:checked ~ #active-applications,
.input-box #tab-c:checked ~ #past-applications
{
    display: block;
}

.input-box #tab-d:checked ~ #saved-applications
{
    display: block;
}


/* status-bar styling */
.milestone-status-text
{
    display: none;
}

.milestone-status-bar
{
    border-radius: 12.5px;
    height: 25px;
    margin-right: 20px;
    width: 200px;
}

.milestone-status-bar .sb-bg
{
    background: #d7d7d7;
    border-radius: 12.5px;
    height: 100%;
    position: relative;
    width: 100%;
}

.milestone-status-bar .status-remark
{
    background: #0f1941;
    color: #fff;
    font-size: 10px;
    left: 92px;
    position: absolute;
    padding: 5px;
    z-index: 5;
    top: -40px;
    transform: translateX(-50%);
    width: 70px;
}

.milestone-status-bar .status-remark-bg
{
    position: relative;
}

.milestone-status-bar .status-remark-bg::after
{
    background: #0f1941;
    content: '';
    height: 10px;
    left: 50%;
    position: absolute;
    top: 14px;
    transform: rotate(45deg);
    width: 10px;
    z-index: 4;
}

.milestone-status-bar .sb-fg
{
    background: #2175d9;
    border-radius: 12.5px;
    bottom: 0;
    position: absolute;
    transition: width .5s ease;
    top: 0;
    width: 15%;
}

.milestone-status-bar .sb-fg.failed
{
    background: #e74536;
}

.progress-4 .sb-fg
{
    background: #6ba5b4;
    width: 100%;
}

.progress-3 .sb-fg
{
    width: 75%;
}

.progress-2 .sb-fg
{
    width: 42%;
}

.progress-1 .sb-fg
{
    width: 14%;
}

.milestone-status-bar .sb-step
{
    background: #fff;
    border-radius: 7.5px;
    position: absolute;
    height: 15px;
    top: 5px;
    width: 15px;
}

.milestone-status-bar .sb-step::after
{
    display: none;
}

.progress-2 .milestone-status-bar .sb-step.step-1,
.progress-3 .milestone-status-bar .sb-step.step-1,
.progress-3 .milestone-status-bar .sb-step.step-2,
.progress-4 .milestone-status-bar .sb-step.step-1,
.progress-4 .milestone-status-bar .sb-step.step-2,
.progress-4 .milestone-status-bar .sb-step.step-3,
.progress-4 .milestone-status-bar .sb-step.step-4
{
    background: transparent;
}

.progress-2 .milestone-status-bar .sb-step.step-1::after,
.progress-3 .milestone-status-bar .sb-step.step-1::after,
.progress-3 .milestone-status-bar .sb-step.step-2::after,
.progress-4 .milestone-status-bar .sb-step.step-1::after,
.progress-4 .milestone-status-bar .sb-step.step-2::after,
.progress-4 .milestone-status-bar .sb-step.step-3::after,
.progress-4 .milestone-status-bar .sb-step.step-4::after
{
    color: #fff;
    display: block;
    position: absolute;
    top: -1px;
}

.progress-1 .milestone-status-bar .sb-step.step-2,
.progress-1 .milestone-status-bar .sb-step.step-3,
.progress-1 .milestone-status-bar .sb-step.step-4,
.progress-2 .milestone-status-bar .sb-step.step-3,
.progress-2 .milestone-status-bar .sb-step.step-4,
.progress-3 .milestone-status-bar .sb-step.step-4
{
    background: #808080;
    opacity: 0.4;
}

.milestone-status-bar .step-1,
.progress-1 .status-remark
{
    left: 5px;
}

.milestone-status-bar .step-2,
.progress-2 .status-remark
{
    left: 30%;
}

.milestone-status-bar .step-3,
.progress-3 .status-remark
{
    left: 62%;
}

.milestone-status-bar .step-4,
.progress-4 .status-remark
{
    left: 89%;
}

.milestone-status-box
{
    margin-bottom: 20px;
    margin-top: 30px;
}

.milestone-status-box strong
{
    color: #2175d9;
}

.status-text
{
    margin-top: 20px;
}

@media only screen and (min-width: 501px)
{
    .milestone-status-box
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .milestone-status-bar
    {
        width: 200px;
    }

    .status-text
    {
        margin-top: 0;
    }
}

/*===| mobile menu |======================================  

========================================================= */
.my-randstad-mobile-menu label, .my-randstad-mobile-menu a, .my-randstad-mobile-menu span
{
    float: none;
    height: auto;
    margin: 0;
    text-indent: 0;
    width: auto;
}

.my-randstad-mobile-menu
{
    background: #f7f5f0;
    bottom: 0;
    display: none;
    height: 100vh;
    left: 0;
    padding: 25px 0;
    position: fixed;
    text-indent: 0;
    top: 0;
    width: 100vw;
    z-index: 5;
}

.my-randstad-mobile-menu .my-randstad-dashboard-btn
{
    height: 20px;
    position: absolute;
    right: 0;
    width: 20px;
}

.my-randstad-mobile-menu .box-inner
{
    padding-left: 25px;
    padding-right: 25px;
}

#my-randstad-menu-switch
{
    opacity: 0;
    position: absolute;
}

#my-randstad-menu-switch:checked + .my-randstad-mobile-menu
{
    display: block;
}

.my-randstad-mobile-menu .box-top
{
    height: 40px;
    position: relative;
    width: 100%;
}

.my-randstad-mobile-menu .logo-randstad
{
    float: none;
}

.my-randstad-mobile-menu .logo-randstad svg
{
    fill: #2175d9;
    height: 17px;
}

.my-randstad-mobile-menu li
{
    border-top: 1px solid #d7d7d7;
    color: #2175d9;
    float: none;
    height: 80px;
    padding-top: 30px;
    padding-right: 50px;
    position: relative;
}

.my-randstad-mobile-menu li a.small-menu-link
{
    width: 100%;
}

.my-randstad-mobile-menu li::before
{
    color: #2175d9;
    height: 25px;
    position: absolute;
    right: 0;
    top: 35%;
    width: 25px;
}

.my-randstad-mobile-menu li.profile
{
    display: block;
    height: auto;
    padding-bottom: 10px;
    padding-top: 20px;
}

.my-randstad-mobile-menu li .small-menu-link-profile
{
    display: none;
}

.my-randstad-mobile-menu li.profile span:last-child
{
    font-size: 16px;
    color: #d7d7d7;
}

.my-randstad-mobile-menu li.profile span
{
    display: block;
}

.my-randstad-mobile-menu .profile-strength-number
{
    top: 65px;
}

.my-randstad-mobile-menu .profile-header
{
    color: #0f1941;
    display: block;
    margin-bottom: 20px;
}

@media only screen and (min-width: 401px)
{
    .my-randstad-mobile-menu li.profile
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .my-randstad-mobile-menu li .small-menu-link-profile
    {
        display: inline-block;
    }

    .my-randstad-mobile-menu li img
    {
        border-radius: 50%;
        height: 50px;
        margin-bottom: 7.5px;
        margin-right: 20px;
        width: 50px;
    }
}

/*===| base styling |======================================  

========================================================= */
.my-randstad-section
{
    padding-top: 50px;
    padding-bottom: 0;
}

.my-randstad-call-in-sick,
.job-finding.job-alerts,
.job-finding.my-applications
{
    padding-bottom: 50px;
}

.my-randstad-jobs .save-job-link:hover
{
    text-decoration: none;
}

.inline-link
{
    cursor: pointer;
}

.my-applications .my-randstad-dashboard-btn.close,
.job-alerts .my-randstad-dashboard-btn.close,
#job-suggestions .my-randstad-dashboard-btn.close
{
    pointer-events: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.nav-utility .my-randstad-login.my-randstad-logged-in .my-randstad-photo-wrapper
{
    margin-top: 8px;
}

.nav-utility .my-randstad-login.my-randstad-logged-in .my-randstad-photo
{
    border-radius: 10px;
    height: 20px;
    width: 20px;
}

@media only screen and (min-width: 941px)
{
    .my-randstad-section
    {
        padding-bottom: 100px;
        padding-top: 100px;
    }

    .my-randstad-section .box-inner
    {
        position: relative;
    }

    .my-randstad-section .box-inner::after
    {
        background: #d7d7d7;
        content: '';
        height: 1px;
        position: absolute;
        bottom: -100px;
        width: calc(100% - 200px);
    }

    .job-alerts .box-inner::after,
    .my-applications:last-child .box-inner::after,
    .my-randstad-call-in-sick .box-inner::after
    {
        content: none;
    }

    [class*="snp-bg-"] .box-inner::after
    {
        content: none;
    }

    .my-randstad-dashboard-panel.my-skills-panel
    {
        border-bottom: 0;
    }

    .group-box
    {
        width: calc(30/43 * 100%);
    }

    .group-box .box-multi-column
    {
        width: 100%;
    }
}


/*===| job findings |======================================  

========================================================= */
.my-randstad-header-panel
{
    margin-bottom: 0;
}

.my-randstad-header-panel .snp-page-header-text h1 span
{
    color: #0f1941;
}

.my-randstad-header-panel .profile-strength-number
{
    color: #0f1941;
    font-size: 32px;
    letter-spacing: -1px;
}

.snp-page-header.my-randstad-header-panel .profile-strength-label
{
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1;
    margin-left: 5px;
    text-align: left;
}

/*===| job suggestions |====================================

    most styling comes from job suggestions in the job search module

========================================================== */
.job-search-jobs-listing-more.my-randstad-jobs,
.job-search-jobs-listing-more.my-randstad-jobs h2,
.job-search-jobs-listing-more.my-randstad-jobs h3
{
    color: #0f1941;
}

.my-randstad-jobs .job-search-jobs-listing-more-job-title:link,
.my-randstad-jobs .job-search-jobs-listing-more-job-title:visited,
.my-randstad-jobs .job-search-jobs-listing-more-job-title:active
{
    color: #2175d9;
    display: inline-block;
    margin-bottom: 20px;
    width: auto;
}

.my-randstad-jobs .job-search-jobs-listing-more-header
{
    margin-bottom: 40px;
}

.my-randstad-jobs .job-search-jobs-listing-more-header strong
{
    color: #2175d9;
}

.my-randstad-jobs .job-search-jobs-listing-more-header h3
{
    width: 100%;
}

.my-randstad-jobs .job-search-jobs-listing-more-job
{
    position: relative;
}

.my-randstad-jobs .job-search-jobs-listing-more-job,
.my-randstad-jobs .job-search-jobs-listing-more-job + li.job-search-jobs-listing-more-job
{
    border-bottom: 1px solid #d7d7d7;
    border-top: 0;
    padding-bottom: 50px;
}

.my-randstad-jobs .job-search-jobs-listing-more-job + li.job-search-jobs-listing-more-job
{
    padding-top: 0;
}

.my-randstad-jobs .job-search-jobs-listing-more-job
{
    margin-top: 50px;
}

.my-randstad-jobs .job-search-jobs-listing-more-job:first-child
{
    border-top: 0;
    margin-top: 0;
}

.my-randstad-jobs .job-search-jobs-listing-more-job:first-child::before
{
    top: 0;
}

.my-randstad-jobs .job-search-jobs-listing-more-job::before
{
    color: #2175d9;
    cursor: pointer;
    font-size: 26px;
    position: absolute;
    right: 0;
    transform: rotate(45deg);
}

.my-randstad-jobs .job-search-jobs-listing-more-job-title::before
{
    display: none;
}

.my-randstad-jobs .job-search-jobs-listing-more-job-title::after
{
    font-size: 26px;
    margin-left: 20px;
}

.clear-all-link
{
    border-top: 1px solid #d7d7d7;
    color: #2175d9;
    cursor: pointer;
    display: block;
    margin-bottom: 20px;
    margin-top: 50px;
    padding-top: 50px;
    text-align: right;
    width: 100%;
}

.snp-table + .clear-all-link
{
    border-top: 0;
    padding-top: 0;
}

.job-search-jobs-listing-more .clear-all-link
{
    border: 0;
    margin-top: 50px;
    padding: 0;
}

@media only screen and (min-width: 801px)
{
    .job-search-jobs-listing-more.my-randstad-jobs ul /* overwrite HF */
    {
        width: 100%;
    }

    .refine-search-header::after
    {
        color: #7d8998;
        content: "...";
        display: block;
        font-size: 42px;
        height: 50px;
        line-height: 0;
        letter-spacing: -2px;
        padding-top: 16px;
        position: absolute;
        right: 15px;
        top: 0;
    }
}

@media only screen and (min-width: 941px)
{
    .my-randstad-jobs .job-search-jobs-listing-more-header
    {
        width: calc(13/58 * 100%);
    }

    .my-randstad-jobs .job-search-jobs-listing-more-job::after
    {
        top: 0;
    }

    .my-randstad-jobs .job-search-jobs-listing-more ul, .my-randstad-jobs .job-search-jobs-listing-more-all, .my-randstad-jobs .job-search-jobs-listing-more [id$="ErrorWrapper"]
    {
        margin: 0;
        width: 100%;
    }

    .my-randstad-jobs .job-search-jobs-listing-more li + li, .my-randstad-jobs .job-search-jobs-listing-more-all
    {
        border-top: 0;
        margin-top: 0;
        padding-top: 0;
    }
}

/*===| job search |========================================= 

    most styling comes from job search module

========================================================== */
.job-results h1, .job-results h2
{
    display: inline-block;
    float: none;
    margin-bottom: 20px;
    width: auto;
}

.my-randstad-jobs .sec-job-search .searchbar
{
    padding-right: 0;
}

.my-randstad-jobs .sec-job-search .searchbar input
{
    margin-bottom: 20px;
}

.my-randstad-jobs .job-search-left input[type="checkbox"]
{
    opacity: 0;
    position: absolute;
}

.my-randstad-jobs .job-search-left input[type="checkbox"]:checked + .collapse
{
    max-height: 380px;
}

.my-randstad-jobs .collapse
{
    max-height: 0;
    overflow: hidden;
}

.my-randstad-jobs .job-search-right
{
    float: none;
    width: 100%;
}

.my-randstad-jobs .job-search-left
{
    float: none;
    margin-bottom: 50px;
    width: 100%;
}

.my-randstad-jobs .job-search-left .sec-job-search
{
    border: 0;
    padding-bottom: 15px;
}

.my-randstad-jobs .autocomplete-previous-searches .btn
{
    height: 50px;
    line-height: 46px;
    width: 100%;
}

.my-randstad-jobs .slider-container .back-bar .pointer-label
{
    margin-left: -31px;
    min-width: 180px;
}

.my-randstad-jobs .refine-search-header
{
    background: #fff;
    border: 0;
    color: #0f1941;
    display: block;
    font-size: 32px;
    cursor: pointer;
    padding: 0;
    position: static;
    width: 100%;
}

.my-randstad-jobs .refine-search-header::after
{
    color: #2175d9;
    font-size: 24px;
    font-weight: 700;
    top: 5px;
}

.my-randstad-jobs .refine-search-filters
{
    background: #fff;
    display: block;
    height: auto;
    padding: 0;
    position: static;
    overflow: visible;
}

.my-randstad-jobs .refine-search-box
{
    max-height: 50px;
    overflow: hidden;
}

.my-randstad-jobs .job-search-left input[type="checkbox"]:checked ~ .refine-search-box
{
    max-height: 9999px;
}

.my-randstad-jobs .refine-search-section.no-border
{
    border-top: 1px solid #d7d7d7;
}

.my-randstad-jobs .job-search-left .clear-all-link
{
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
    width: auto;
}

.my-randstad-jobs .job-search-left .icon-email-download
{
    color: #2175d9;
    cursor: pointer;
    padding-left: 30px;
    position: relative;
}

.my-randstad-jobs .job-search-left .icon-email-download::before
{
    background-image: url('/Images/System/my-randstad/save-email.svg');
    content: '';
    cursor: pointer;
    left: 0;
    height: 30px;
    left: 0;
    position: absolute;
    top: -6px;
    width: 20px;
}


.my-randstad-jobs .job-search
{
    margin-top: 0;
}

.refine-search-section:last-child
{
    border-bottom: 0;
}

@media only screen and (min-width: 801px)
{
    .refine-search-filters
    {
        border: 0;
    }
}

@media only screen and (min-width: 941px)
{
    .my-randstad-jobs .job-search-left .clear-all-link
    {
        display: block;
        margin-bottom: 40px;
        text-align: right;
        width: 100%;
    }

    .my-randstad-jobs .job-search-jobs-listing-more-header h3
    {
        margin-bottom: 10px;
    }

    .my-randstad-jobs .refine-search-section.no-border
    {
        border: 0;
    }

    .my-randstad-jobs .refine-search-section-header
    {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .my-randstad-jobs .job-search-main-columns
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .my-randstad-jobs .job-search-right
    {
        width: calc(43/58 * 100%);
    }

    .my-randstad-jobs .refine-search-header::after
    {
        display: none;
    }

    .my-randstad-jobs .refine-search-filters
    {
        border-top: 0;
    }

    .my-randstad-jobs .refine-search-box
    {
        max-height: 9999px;
    }

    .my-randstad-jobs .refine-search-header
    {
        color: #0f1941;
        cursor: auto;
        font-size: 26px;
    }

    .my-randstad-jobs .job-search-left
    {
        margin-right: calc(5/58 * 100%);
        width: calc(10/58 * 100%);
    }
}

/*===| job alerts |========================================== 

========================================================== */
.my-randstad-panel-header h3
{
    font-size: 32px;

}

.my-randstad-panel-item-header
{
    margin-bottom: 30px;
    padding-right: 50px;
}

.my-randstad-panel-item-header .button {
    position: absolute;
    right: 0;
    top: 7px;
    border: 0px;
    background-color: transparent;
    padding: 0px;
}

    .my-randstad-panel-item-header .button:hover {
        position: absolute;
        right: 0;
        top: 7px;
        border: 0px;
        background-color: transparent;
        padding: 0px;
    }

.my-randstad-panel-item-header h3 {
    float: left;
    margin-right: 45px;
}

.my-randstad-panel-item h3
{
    font-size: 26px;
    margin-bottom: 30px;
}

.my-randstad-panel-item h3 a:hover
{
    color: #4d91e1;
    text-decoration: underline;
}

.my-applications .my-randstad-panel-item h3
{
    margin-bottom: 45px;
}

.my-randstad-panel-item
{
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 50px;
    padding-bottom: 45px;
    position: relative;
}

.my-randstad-panel-item:last-child
{
    border-width: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.my-randstad-panel-item::after
{
    color: #2175d9;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 5px;
}

.job-finding .add-job
{
    color: #fff;
    content: '';
    display: block;
    height: 0;
    padding-left: 35px;
    position: relative;
}

.job-finding .add-job::before
{
    color: #2175d9;
    position: absolute;
    right: 0;
    top: -40px;
}

.box-multi-column
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.box-multi-column div:nth-of-type(odd)
{
    width: calc(13/28 * 100%);
}

.box-multi-column div:first-child
{
    color: #2175d9;
}

.box-multi-column div
{
    margin-bottom: 15px;
    width: calc(15/28 * 100%);
}

.my-randstad-panel-item .btn
{
    width: 100%;
}

.my-randstad-panel-item a:not(.btn)
{
    color: #2175d9;
    cursor: pointer;
}

.my-randstad-panel-item .notification
{
    background: #6ba5b4;
    border-radius: 522px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 7px 14px 7px 14px;
    width: 85px;
}

@media only screen and (min-width: 501px)
{
    .box-multi-column div:nth-of-type(odd)
    {
        width: calc(20/58 * 100%);
    }

    .box-multi-column div
    {
        width: calc(28/58 * 100%);
    }

    .my-randstad-panel-item .btn
    {
        width: auto;
    }

    .job-finding .my-randstad-panel-content .btn,
    #job-suggestions .job-search-jobs-listing-more-job .btn,
    .my-randstad-jobs .job-results .btn
    {
        width: 100%;
    }
}

@media only screen and (min-width: 941px)
{
    .box-multi-column div:nth-of-type(odd)
    {
        color: rgba(15,25,65,0.5);
        width: calc(15/43 * 100%);
    }

    .box-multi-column div
    {
        width: calc(28/43 * 100%);
    }

    .job-finding .box-inner
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .my-randstad-panel-header h3
    {
        font-size: 26px;
    }

    .my-randstad-panel-item-header
    {
        margin-bottom: 37px;
    }

    .my-randstad-panel-item h3
    {
        font-size: 32px;
        margin-bottom: 37px;
        margin-top: -5px;
    }

    .my-applications .my-randstad-panel-item h3
    {
        margin-bottom: 60px;
        width: 70%;
    }

    .my-randstad-panel-content
    {
        margin-left: auto;
        width: calc(43/58 * 100%);
    }

    .job-finding .add-job
    {
        color: #2175d9;
        content: '';
        display: block;
        padding-left: 35px;
        position: relative;
    }

    .job-finding .add-job::before
    {
        left: 0;
        right: auto;
        top: 4px;
    }

    .my-randstad-panel-item:first-child
    {
        padding-top: 0;
    }

    .box-multi-column
    {
        margin-bottom: 0;
    }

    .my-randstad-panel-item .btn
    {
        bottom: 45px;
        max-width: 200px;
        position: absolute;
        right: 0;
        width: auto;
    }

    .job-finding .my-randstad-panel-content .btn,
    #job-suggestions .job-search-jobs-listing-more-job .btn,
    .my-randstad-jobs .job-results .btn
    {
        width: auto;
    }
}

/*===| active applications |=================================== 

============================================================= */
@media only screen and (min-width: 941px)
{
    .status-text
    {
        display: block;
    }

    .my-applications .box-multi-column div:first-child
    {
        display: none;
    }

    .box-multi-column
    {
        width: calc(30/43 * 100%);
    }

    .my-applications .box-multi-column div
    {
        color: rgba(15,25,65,0.5);
        margin-right: 5%;
        width: auto;
    }
}

/*===| past applications |===================================== 

============================================================= */

/* shared with styling from other my randstad elements */



/*===| saved applications |=================================== 

============================================================ */
.my-randstad-panel-item.inactive
{
    opacity: 0.4;
    pointer-events: none;
}

.my-randstad-panel-item.icon-plus::before
{
    color: #2175d9;
    cursor: pointer;
    font-size: 26px;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(45deg);
}

.my-randstad-panel-item .alert-message
{
    color: #e74536;
    margin-top: 20px;
    padding-left: 30px;
    position: relative;
}

.my-randstad-panel-item .alert-message::after
{
    position: absolute;
    left: 0;
    top: 5px;
}


/*===| job details  |======================================= 

========================================================== */
/* TEMP STYLING */
.job-details-header .job-summary,
.job-details-content .job-actions,
.job-details-header .btn-prim, .job-details-header .btn-prim:link, .job-details-header .btn-prim:visited, .job-details-header .btn-prim:active
{
    display: none;
}

/* Later REMOVE!! */

/* END OF TEMP STYLING */

.job-details-header .milestone-status-bar .sb-bg
{
    background: rgba(128, 128, 128, 0.4);
}

.job-details-header .milestone-status-box
{
    display: block;
}

.job-details-header .status-text
{
    font-size: 20px;
    margin-top: 30px;
}

.job-details-side .snp-person-contact .talkbox
{
    fill: #0f1941;
}

.job-details-side .snp-person-contact .dot
{
    fill: #fff;
}

.job-details-side .snp-person-contact-flex
{
    position: relative;
}

.job-details-side .snp-person-contact svg
{
    left: 0;
    position: absolute;
    top: -40px;
    width: 160px;
    z-index: 1;
}

.job-details-side .snp-contact-img-box
{
    margin-bottom: 20px;
}

.job-details-content.job-details-content .button-wrapper
{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 45px;
}

.job-details-content.job-details-content .btn-prim
{
    margin-top: 0;
}

@media only screen and (min-width: 501px)
{
    .job-details-side .snp-contact-img-box
    {
        margin-left: calc(5/58 * 100%);
    }

    .job-details-side .snp-person-contact svg
    {
        left: calc(2/58 * 100%);
    }
}

@media only screen and (min-width: 941px)
{
    .job-details-header .milestone-status-box
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .job-details-side .snp-contact-img-box
    {
        margin-left: calc(3/58 * 100%);
    }

    .job-details-side .snp-person-contact svg
    {
        left: 0;
    }

    .job-details-header .status-text
    {
        margin-left: 20px;
        margin-top: 0;
    }

    .job-details-header .job-summary
    {
        color: #d7d7d7;
        display: block;
        margin-top: 40px;
    }

    .job-details-header h1
    {
        margin-bottom: 60px;
    }
}

@media only screen and (min-width: 1124px)
{
    .job-details-side .snp-contact-img-box
    {
        margin-left: calc(2/58 * 100%);
        max-width: 250px;
    }

    .snp-person-contact-info
    {
        width: calc(38/58 * 100%);
    }
}

/*===| Write hours section | Table |===================================== 

======================================================================= */
.snp-header-illus .form-element input[type="radio"]
{
    opacity: 0;
    position: absolute;
}

.my-randstad-panel-header p
{
    color: rgba(15,25,65,.4);
}

.clear-all-link.tables
{
    margin-top: 20px;
    text-align: left;
}

.my-randstad-write-hours .snp-table
{
    padding-bottom: 20px;
}

.my-randstad-write-hours td.edit-content
{
    position: relative;
}

.my-randstad-write-hours td.edit-content a
{
    position: absolute;
    right: 0;
}

@media only screen and (min-width: 941px)
{
    .my-randstad-write-hours .box-inner
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .my-randstad-panel-header p
    {
        padding-right: 15px;
    }
}

/*===| Write hours section | Current work |================================== 

========================================================================== */
.my-randstad-current-jobs .btn-prim
{
    margin-top: 20px;
}

@media only screen and (min-width: 941px)
{
    .my-randstad-current-jobs .box-inner
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .my-randstad-current-jobs .btn-prim
    {
        bottom: 45px;
        position: absolute;
        right: 0;
    }
}

/*===| Write hours section | Work History |=================================== 

=========================================================================== */
.my-randstad-work-history .btn
{
    margin-top: 20px;
}

@media only screen and (min-width: 941px)
{
    .my-randstad-work-history .box-inner
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .my-randstad-work-history p
    {
        width: calc(25/46 * 100%);
    }
}

/*===| Job Alert |=========================================== 

    shares most styling with job alert module

========================================================== */
/* overwrite sticky on small settings */
#jobAlertDropDown,
#jobAlertDashboard
{
    display: block !important;
    position: static;
}

.stick-job-alert-inner
{
    padding-top: 50px;
    height: auto;
}

.stick-job-alert-form .btn
{
    font-size: 18px;
}

@media only screen and (min-width: 501px)
{
    .stick-job-alert-inner .box-inner
    {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (min-width: 801px)
{
    .stick-job-alert-form .btn
    {
        font-size: 0;
    }
}

@media only screen and (min-width: 941px)
{
    .stick-job-alert-inner .box-inner
    {
        padding-left: 100px;
        padding-right: 100px;
    }
}


/*===| Call in sick |=========================================== 

========================================================== */
.my-randstad-call-in-sick .my-randstad-panel-item
{
    border: 0;
    padding-bottom: 0;
}

.my-randstad-call-in-sick .my-randstad-panel-item input,
.my-randstad-call-in-sick .my-randstad-panel-item textarea
{
    margin-bottom: 30px;
}

.my-randstad-call-in-sick .my-randstad-panel-item .form-element.calender
{
    position: relative;
}


.my-randstad-call-in-sick .my-randstad-panel-item .form-element.calender::after
{
    background-image: url('/Images/System/my-randstad/icon-calender.svg');
    content: '';
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 9px;
    width: 30px;
}

@media only screen and (min-width: 501px)
{
    .my-randstad-call-in-sick .my-randstad-panel-item .form-element.calender::after
    {
        right: 20px;
        top: 25px;
    }
}

@media only screen and (min-width: 801px)
{
    .my-randstad-call-in-sick .my-randstad-panel-item .form-element
    {
        width: calc(25/43 * 100%);
    }
}

@media only screen and (min-width: 941px)
{
    .my-randstad-call-in-sick .my-randstad-panel-item input,
    .my-randstad-call-in-sick .my-randstad-panel-item textarea
    {
        display: block;
    }

    .my-randstad-call-in-sick .box-inner
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .my-randstad-call-in-sick .sick-btn
    {
        position: static;
    }
}

/*  ==|== my-randstad.css info + index =========================================
    
    styling applicable to the 'my Randstad' section
    
    -------------------------------------------------------------------
    index:      
    -------------------------------------------------------------------        
    
	_login panel navigation
    _header panel
    _status bar
    _panels
    _editing 
    _forms double field
    _settings & misc

    _profile page edits matthias
*/



/* ==|== _login panel navigation ===================================================    

========================================================================== */

/* Panel when loged in */
.my-randstad-login-panel-active h3
{
    margin-bottom: 10px;
}

.my-randstad-login-panel-active ul
{
    margin-bottom: 20px;
}

.my-randstad-login-panel-active li
{
    border-bottom: 1px solid rgba(15,25,65,.2);
    padding: 20px 0;
}

.my-randstad-dashboard-profile-info-profile-strength .arrow-right-b:after
{
    margin: 30px 0 0 5px;
}

#my-randstad-dashboard-profile-wrapper, .my-randstad-dashboard-profile-info-large-section
{
    float: left;
    height: 60px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 60px;
    z-index: 1;
}

#my-randstad-dashboard-profile-wrapper a
{
    background-color: #333;
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 20px;
    opacity: 0.7;
    padding: 5px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    text-indent: -999999px;
    width: 30px;
}

#my-randstad-dashboard-profile-wrapper a:before
{
    background-position: -160px -6px;
    content: "";
    height: 35px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
}

#my-randstad-dashboard-profile-wrapper:hover a
{
    display: block;
}

#my-randstad-dashboard-profile-wrapper:hover a:hover
{
    text-decoration: none;
    opacity: 1.0;
}

.my-randstad-dashboard-profile-info-large .my-randstad-dashboard-profile-info-profile-strength
{
    clear: both;
    margin: 30px 0 0;
}

.my-randstad-dashboard-profile-info-profile-strength .my-randstad-dashboard-profile-info-section-header
{
    margin-bottom: 10px;
}

@media screen and (min-width: 501px)
{

    .my-randstad-login-panel .profile-title
    {
        margin-bottom: 10px;
    }

    .my-randstad-dashboard-profile-info-profile-strength
    {
        padding-bottom: 0;
    }

    #my-randstad-dashboard-profile-wrapper, .my-randstad-dashboard-profile-info-large-section
    {
        height: 80px;
        width: 80px;
    }

    .my-randstad-dashboard-profile-info-large .my-randstad-dashboard-profile-info-details
    {
        margin-left: 100px;
    }
}

@media screen and (min-width: 601px)
{
    #my-randstad-dashboard-profile-wrapper, .my-randstad-dashboard-profile-info-large-section
    {
        margin-bottom: 15px;
        height: 120px;
        width: 120px;
    }

    .my-randstad-dashboard-profile-info-details-wrapper
    {
        width: 100%;
    }

    .my-randstad-dashboard-profile-info-large .my-randstad-dashboard-profile-info-details
    {
        margin-left: 140px;
    }

    .my-randstad-dashboard-profile-info-large .my-randstad-dashboard-profile-info-profile-strength
    {
        margin-top: 10px;
    }
}

@media only screen and (min-width:801px)
{
    .my-randstad-dashboard-return
    {
        margin-top: -63px;
    }

    .my-randstad-dashboard-profile-info-large .profile-strength-status-wrapper
    {
        padding-right: 65px;
    }

    span.my-randstad-dashboard-profile-name
    {
        font-size: 20px;
        line-height: 26px;
    }

    .my-randstad-dashboard-profile-info-large .my-randstad-dashboard-profile-info-profile-strength
    {
        margin-top: 60px;
    }

    .my-randstad-dashboard-profile-info-large .profile-strength-number
    {
        font-size: 20px;
    }

    #my-randstad-dashboard-profile-wrapper a
    {
        display: none;
        text-indent: 0;
        width: 100%;
    }
}


@media only screen and (min-width:941px)
{
    #my-randstad-dashboard-profile-wrapper, .my-randstad-dashboard-profile-info-large-section
    {
        height: 175px;
        width: 175px;
    }

    .my-randstad-dashboard-profile-info-details-wrapper
    {
        float: left;
        width: calc(100% - 175px);
    }

    .my-randstad-dashboard-profile-info-large .my-randstad-dashboard-profile-info-details, .my-randstad-dashboard-profile-info-large .my-randstad-dashboard-profile-info-profile-strength
    {
        margin-left: 20px;
    }

    .my-randstad-dashboard-profile-info-large .my-randstad-dashboard-profile-info-profile-strength
    {
        margin-top: 45px;
    }
}

/* Misc */
.snp-bg-opt1 .form .form-field input[type="radio"] + label::before,
.snp-bg-opt2 .form .form-field input[type="radio"] + label::before,
.snp-bg-opt3 .form .form-field input[type="radio"] + label::before,
.snp-bg-opt4 .form .form-field input[type="radio"] + label::before,
.snp-bg-opt6 .form .form-field input[type="radio"] + label::before
{
    border: 2px solid #fff;
}

.snp-bg-opt1 .form .form-field input[type="radio"]:checked + label::after,
.snp-bg-opt2 .form .form-field input[type="radio"]:checked + label::after,
.snp-bg-opt3 .form .form-field input[type="radio"]:checked + label::after,
.snp-bg-opt4 .form .form-field input[type="radio"]:checked + label::after,
.snp-bg-opt6 .form .form-field input[type="radio"]:checked + label::after
{
    background: #fff;
}

.snp-bg-opt1 .form .form-field input[type="radio"] + label::before
{
    background: #2175d9;
}

.snp-bg-opt2 .form .form-field input[type="radio"] + label::before
{
    background: #0f1941;
}

.snp-bg-opt3 .form .form-field input[type="radio"] + label::before
{
    background: #6ba5b4;
}

.snp-bg-opt4 .form .form-field input[type="radio"] + label::before
{
    background: #e74536;
}

.snp-bg-opt6 .form .form-field input[type="radio"] + label::before
{
    background: #ffb511;
}


/* ==|== _header panel =====================================================        

========================================================================== */
.my-randstad-header-panel .box-inner
{
    position: relative;
}

.my-randstad-header-panel .snp-page-header-text h1 span
{
    color: #ffb511;
}

.my-randstad-header-panel .snp-page-header-text h1 span:nth-of-type(2)
{
    color: #fff;
}

.my-randstad-header-panel .snp-page-header-text.left h1 span:nth-of-type(2)
{
    text-align: left;
}


/* ==|== _status bar =====================================================        

========================================================================== */
.profile-strength-status
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.profile-strength-status-wrapper
{
    padding-right: 55px;
    position: relative;
}

.my-randstad-header-panel .profile-strength-status-wrapper
{
    padding-right: 0;
}

.my-randstad-header-panel .profile-strength-status-wrapper + a
{
    display: block;
    margin-top: 30px;
}

.profile-strength-status-text
{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}

.profile-strength-status
{
    background: rgba(15,25,65,.1);
    border-radius: 4px;
    height: 9px;
}

.my-randstad-login-panel .profile-strength-status
{
    background: none;
}

.my-randstad-login-panel .profile-strength-status-wrapper
{
    background: rgba(15,25,65,.1);
    border-radius: 7px;
    width: 100%;
}

.my-randstad-header-panel .profile-strength-status-button
{
    display: none;
}

.my-randstad-login-panel .profile-strength-number
{
    position: inherit;
}

.my-randstad-header-panel .profile-strength-status
{
    background: rgba(255,255,255,.1);
    width: 100%;
}

.profile-strength-status-bar
{
    background: #2175d9;
    border-radius: 4px;
    height: 9px;
    float: left;
}

.my-randstad-header-panel .profile-strength-status-bar
{
    background: #ffb511;
}

.my-randstad-header-panel .profile-strength-number
{
    color: #ffb511;
    font-size: 32px;
    letter-spacing: -1px;
    position: inherit;
}

.my-randstad-header-panel.snp-page-header.snp-bg-opt2 span.profile-strength-label
{
    color: #ffb511;
    font-size: 18px;
    letter-spacing: 0;
    padding-left: 10px;
    text-align: left;
}

.profile-strength-number
{
    color: #2175d9;
    position: absolute;
    right: 0;
    top: -8px;
}

.my-randstad-header-panel .link-text
{
    color: #fff;
    margin-bottom: 0;
    margin-top: 25px;
}

@media only screen and (min-width:941px)
{
    .my-randstad-header-panel .profile-strength-status-wrapper
    {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
    }

    .my-randstad-header-panel .profile-strength-status-button
    {
        display: block;
        padding-left: 55px;
    }

    .profile-strength-status, .profile-strength-status-bar
    {
        border-radius: 7px;
        height: 14px;
    }

    .profile-strength-status-text
    {
        margin-top: 0;
        padding-left: 20px;
    }

    .my-randstad-header-panel .link-text
    {
        font-size: 26px;
        margin-top: 50px;
    }
}

/* ==|== panels ===================================================    

========================================================================== */

.my-randstad-profile-normal
{
    position: relative;
}

.my-randstad-dashboard-panel
{
    padding: 50px 0;
    position: relative;
}

.my-randstad-panel-header
{
    margin-bottom: 40px;
    position: relative;
}

.my-randstad-panel-header h2, .my-randstad-panel-header h3, .my-randstad-dashboard-panel h3
{
    display: contents;
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 1.1em;
    margin-bottom: 20px;
    padding-right: 40px;
}

@media only screen and (min-width: 501px)
{
    .my-randstad-panel-header h2, .my-randstad-panel-header h3, .my-randstad-dashboard-panel h3
    {
        margin-bottom: 30px;
        padding-right: 0;
    }
}

.header-sub-title
{
    color: rgba(15,25,65,.45);
}

.my-randstad-profile-normal p
{
    margin: 0;
}

.my-randstad-dashboard-list > li
{
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 50px;
    padding-bottom: 50px;
    position: relative;
}

.my-randstad-dashboard-list-item-inner span
{
    display: block;
    margin-bottom: 5px;
}

.my-randstad-dashboard-list-item-inner .job-title
{
    color: #2175d9;
    cursor: pointer;
    display: inline-block;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 30px;
    margin-top: -5px;
    padding-right: 50px;
    width: auto;
}

.my-randstad-dashboard-list-item-inner .job-title:hover
{
    color: #4d91e1;
    text-decoration: underline;
}


.my-randstad-dashboard-panel .button {
    position: absolute;
    right: 0;
    top: 7px;
    border: 0px;
    background-color: transparent;
    padding: 0px;
}

.my-randstad-dashboard-panel .button:hover {
    position: absolute;
    right: 0;
    top: 7px;
    border: 0px;
    background-color:transparent;
    padding:0px;
}

.my-randstad-dashboard-btn
{
    float: left;
    font-size: 0;
    height: 25px;
    position: relative;
    width: 25px;
}

.my-randstad-dashboard-btn::after
{
    color: #2175d9;
    font-size: 20px;
    position: absolute;
    top: 5px;
}

.my-randstad-dashboard-btn.icon-plus:after
{
    right: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.my-randstad-dashboard-btn.icon-edit:after, .my-randstad-dashboard-btn.icon-upload:after
{
    left: 0;
}

.my-randstad-profile-normal .btn-prim
{
    margin-top: 30px;
    width: 100%;
}

@media only screen and (min-width:501px)
{
    .my-randstad-profile-normal .btn-prim
    {
        width: auto;
    }

    .my-randstad-dashboard-panel .button-add
    {
        bottom: 0;
        position: absolute;
        right: 0;
    }
}

@media only screen and (min-width:941px)
{
    .my-randstad-dashboard-panel
    {
        border-bottom: 1px solid #d7d7d7;
        padding: 100px 0;
    }

    .my-randstad-dashboard-panel-inner
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .my-randstad-panel-header
    {
        margin-bottom: 0;
        margin-right: calc(2/58*100%);
        width: calc(13/58*100%);
    }

    .my-randstad-panel-header h2, .my-randstad-panel-header h3, .my-randstad-dashboard-panel h3
    {
        font-size: 26px;
    }

    .my-randstad-profile-normal
    {
        margin-left: auto;
        width: calc(43/58*100%);
    }

    .my-randstad-profile-normal .my-randstad-dashboard-edit-mode
    {
        width: 100%;
    }
}

/* Panel flex */
@media only screen and (min-width:941px)
{
    .my-randstad-dashboard-panel-flex
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .my-randstad-dashboard-panel-flex-content
    {
        -ms-flex: 1;
        -webkit-box-flex: 1;
        flex: 1;
        margin-bottom: 0;
        padding-right: 40px;
    }

    .my-randstad-profile-normal .my-randstad-dashboard-panel-flex .btn-prim
    {
        margin-top: 0;
    }
}

/* My Personal Information Panel */
.my-personal-information-wrapper .prim-social-bar-small
{
    float: none;
}

.my-personal-information-wrapper .snp-contact-img-box
{
    margin-left: 0;
    width: 200px;
}

.my-personal-information-wrapper .snp-mtm-member-info-group
{
    width: 100%;
}

.my-personal-information-wrapper .snp-mtm-member-info-group h3
{
    padding-right: 45px;
    position: relative;
}

.my-personal-information-wrapper .snp-mtm-member-info-group .icon-edit
{
    bottom: 2px;
    position: absolute;
    right: 0;
}

.my-personal-information-wrapper .snp-mtm-member-info-group .social-share-wrapper
{
    margin-top: 25px;
}

.my-personal-information-wrapper .my-randstad-profile-normal, .my-personal-information-wrapper .my-randstad-dashboard-edit-mode
{
    margin-top: 50px;
}

.my-personal-information-wrapper .form
{
    padding-right: 30px;
}

.my-personal-information-wrapper .form label
{
    display: block;
    opacity: 0.5;
    margin-right: 10px;
}

.my-personal-information-wrapper .details
{
    border-top: 1px solid #d7d7d7;
    margin-top: 50px;
    padding-top: 50px;
    position: relative;
}

.my-personal-information-wrapper .details:first-child
{
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

.my-personal-information-wrapper .form li
{
    margin-top: 25px;
}

.my-personal-information-wrapper .form li:first-child
{
    margin-top: 0;
}

.my-personal-information-wrapper .form li.bio
{
    margin-top: 30px;
}

@media only screen and (min-width:941px)
{
    .my-personal-information-wrapper .snp-contact-title
    {
        font-size: 26px;
    }

    .my-personal-information-wrapper .my-randstad-profile-normal, .my-personal-information-wrapper .my-randstad-dashboard-edit-mode
    {
        margin-top: 7px;
    }

    .my-personal-information-wrapper .form li
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }


    .my-personal-information-wrapper .form label
    {
        display: inline-block;
        width: 40%;
    }
}


/* My Skills Panel */
.my-skills-panel .my-randstad-dashboard-panel-inner
{
    display: block;
}

.my-skills-panel .my-randstad-panel-header, .my-skills-panel .my-randstad-profile-normal
{
    width: 100%;
}

.my-skills-panel .skill-links
{
    border-bottom: none;
    margin-bottom: 20px;
    padding: 0;
}

.my-skills-panel .skill-links .my-randstad-dashboard-list-item-inner
{
    display: block;
    background: #f7f5f0;
    border-radius: 30px;
    border: none;
    overflow: hidden;
    padding: 10px 80px 10px 20px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.my-skills-panel .skill-links span
{
    color: #0f1941;
    display: inline-block;
    font-size: 18px;
    margin: 0 10px 0 0;
    padding-right: 0;
}

.my-skills-panel .skill-links span:hover
{
    text-decoration: none;
}

.my-skills-panel .skill-links span.job-title
{
    font-size: 20px;
}

.my-skills-panel .my-randstad-dashboard-list-item-inner .button
{
    right: 15px;
    top: 8px;
}

.my-skills-panel .icon-plus::before
{
    margin-right: 10px;
}

/* Edit overlay My Skills */
.overlay-modal-content.my-skills-panel .form-element ul
{
    margin-top: 10px;
}

.overlay-modal-content.my-skills-panel .my-randstad-dashboard-list
{
    display: block;
}

.overlay-modal-content.my-skills-panel .skill-links
{
    clear: left;
    float: left;
    width: auto;
}

.overlay-modal-content.my-skills-panel .skill-links .my-randstad-dashboard-list-item-inner
{
    background: #fff;
    color: #0f1941;
    padding: 15px 20px;
    position: relative;
    text-align: left;
}

.overlay-modal-content.my-skills-panel .skill-links:hover .my-randstad-dashboard-list-item-inner
{
    padding: 15px 20px;
    position: relative;
    text-align: left;
}

.overlay-modal-content.my-skills-panel .skill-links .my-randstad-dashboard-list-item-inner.checked
{
    background: #2175d9;
    color: #fff;
    padding: 15px 70px 15px 20px;
    text-align: left;
}

.overlay-modal-content.my-skills-panel .my-randstad-dashboard-list-item-inner.checked:after
{
    position: absolute;
    right: 15px;
    top: 18px;
}

.overlay-modal-content.my-skills-panel .my-randstad-dashboard-list-item-inner.checked span
{
    color: #fff;
}

@media only screen and (min-width:641px)
{
    .my-skills-panel .my-randstad-dashboard-list
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -20px;
    }

    .my-skills-panel .skill-links
    {
        padding-left: 10px;
        width: 50%;
    }
}

@media only screen and (min-width:941px)
{
    .my-skills-panel .my-randstad-dashboard-list
    {
        display: block;
        margin-left: 0;
    }

    .my-skills-panel .skill-links
    {
        display: inline-block;
        margin-right: 30px;
        padding-left: 0;
        width: auto;
    }

    .my-skills-panel .skill-links .my-randstad-dashboard-list-item-inner
    {
        padding: 15px 45px;
        text-align: center;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        width: auto;
    }

    .my-skills-panel .skill-links:hover .my-randstad-dashboard-list-item-inner
    {
        background: #2175d9;
        padding: 15px 70px 15px 20px;
        text-align: left;
    }

    .my-skills-panel .skill-links .button
    {
        opacity: 0;
    }

    .my-skills-panel .skill-links:hover .button
    {
        opacity: 1;
        -webkit-transition: opacity 1s linear;
        -o-transition: opacity 1s linear;
        transition: opacity 1s linear;
    }

    .my-skills-panel .skill-links:hover .my-randstad-dashboard-btn::after
    {
        color: #fff;
    }

    .my-skills-panel .skill-links:hover span
    {
        color: #fff;
    }

    .my-skills-panel .my-randstad-dashboard-list-item-inner .button
    {
        top: 15px;
    }
}

/* File upload */
.file-upload-wrapper .custom-file-upload
{
    border: 2px dashed #d7d7d7;
    margin-top: 0;
    width: 100% !important;
}

.file-upload-wrapper .custom-file-upload-toggle-btn, .custom-file-upload:hover .custom-file-upload-toggle-btn
{
    background: transparent;
    color: #0f1941;
    padding: 50px 30px 40px;
    text-align: center;
}

.custom-file-upload-toggle-btn img
{
    height: 60px;
    margin-bottom: 30px;
    width: 60px;
}

.custom-file-upload-toggle-btn h4
{
    margin-bottom: 0;
}

.custom-file-upload-toggle-btn .link-text
{
    color: #2175d9;
    display: block;
}

.custom-file-upload-toggle-btn .file-types
{
    display: block;
    font-size: 16px;
    opacity: 0.5;
    margin-top: 40px;
}

.file-upload-wrapper .output-upload-files-list ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.file-upload-wrapper .output-upload-files-list li
{
    border-bottom: 1px solid #d7d7d7;
    color: #2175d9;
    font-size: 18px;
    padding: 25px 55px;
    position: relative;
}

.file-upload-wrapper .output-upload-files-list li::before
{
    background: url("/Images/System/backgrounds/modules/upload-cloud-check.svg") top left no-repeat;
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    top: 30px;
    width: 40px;
}

.file-upload-wrapper .output-upload-files-list li::after
{
    content: "\e903";
    font-size: 28px;
    height: 30px;
    right: 0;
    position: absolute;
    top: 38px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 40px;
}

.file-upload-wrapper .output-upload-files-list .upload-date
{
    color: #0f1941;
    display: block;
    font-size: 16px;
}

.file-upload-wrapper .output-upload-files-list .overlay-modal-close::before
{
    top: 10px;
}


/* error */
.overlay-modal .file-valid
{
    display: none;
}

.overlay-modal .cms-file-upload-validator-errors
{
    margin-top: 20px;
}

.overlay-modal .cms-file-upload-multiple ol
{
    border-radius: 4px;
    display: block;
    padding: 0 35px;
    list-style: none;
}

.overlay-modal .cms-file-upload-multiple ol .file-invalid
{
    border-top: 1px solid #d7d7d7;
    padding: 25px 0;
}

.overlay-modal .cms-file-upload-multiple ol .file-invalid:first-child
{
    border-top: none;
}

.overlay-modal .cms-file-upload-multiple ol ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.overlay-modal .cms-file-upload-multiple ol ul li.cms-file-upload-validator-errors-filename
{
    font-size: 20px;
    font-weight: 400;
    margin-left: 0;
}

@media only screen and (min-width:650px)
{
    .file-upload-wrapper .output-upload-files-list li
    {
        align-items: center;
        display: flex;
    }

    .file-upload-wrapper .output-upload-files-list li:first-child
    {
        display: none;
    }

    .file-upload-wrapper .output-upload-files-list .upload-date
    {
        display: inline;
        font-size: 18px;
        margin-left: auto;
    }
}

@media only screen and (min-width:941px)
{
    .file-upload-wrapper .output-upload-files-list li
    {
        font-size: 20px;
        padding: 35px 60px;
    }

    .overlay-modal .cms-file-upload-multiple ol .file-invalid
    {
        padding: 35px 0;
    }
}

@media only screen and (min-width:1170px)
{
    .file-upload-wrapper .output-upload-files-list .upload-date
    {
        margin-right: 30px;
    }
}


/* My Saved Jobs */
.my-saved-jobs .job-results header
{
    position: relative;
}

.my-saved-jobs .job-results li
{
    position: relative;
}

.my-randstad-profile-normal.job-results
{
    margin-top: 0;
}

@media only screen and (min-width:941px)
{
    .my-saved-jobs .job-results li
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .my-saved-jobs .clear-link
    {
        float: right;
    }

    .my-randstad-profile-normal.job-results .button
    {
        top: 7px;
    }
}

/* My Job Alerts */
.my-email-alerts .job-results-content
{
    padding-right: 60px;
}

.my-email-alerts .my-randstad-panel-header .icon-plus::before
{
    margin-right: 10px;
}


/* My Personelized Jobs */
.my-randstad-personalized-jobs h2
{
    margin-bottom: 10px;
}


/* My Randstad in Numbers */
.my-randstad-in-numbers
{
    background: #f7f5f0;
    padding-bottom: 40px;
    padding-top: 60px;
}

.my-randstad-in-numbers li
{
    border-top: 1px solid #d7d7d7;
    margin-top: 40px;
    padding-top: 60px;
}

.my-randstad-in-numbers li:first-child
{
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

.my-randstad-in-numbers h3
{
    color: #2175d9;
    font-size: 56px;
    letter-spacing: -3px;
    margin-bottom: 15px;
}

.my-randstad-in-numbers span
{
    font-size: 20px;
}

@media only screen and (min-width:801px)
{
    .my-randstad-in-numbers ul
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .my-randstad-in-numbers li
    {
        border-top: none;
        border-left: 1px solid #d7d7d7;
        margin-top: 0;
        padding: 0 40px;
        width: calc(100% / 3 );
    }

    .my-randstad-in-numbers li:first-child
    {
        border-left: none;
    }
}

@media only screen and (min-width:1170px)
{
    .my-randstad-in-numbers li
    {
        padding: 0 90px;
    }
}


/* My randstad Availability */
.my-randstad-availability
{
    background: #f7f5f0;
    padding-bottom: 25px;
    padding-top: 30px;
}

.my-randstad-availability-image
{
    display: none;
}

.my-randstad-availability h3
{
    display: inline;
}

.my-randstad-availability h3
{
    font-size: 26px;
    letter-spacing: -1px;
    margin-right: 7px;
    margin-bottom: 0;
}


@media only screen and (min-width:941px)
{
    .my-randstad-availability
    {
        padding: 10px 0 0 0;
    }

    .my-randstad-availability .my-randstad-dashboard-panel-inner
    {
        align-items: center;
        height: 185px;
    }

    .my-randstad-availability-image
    {
        display: block;
        height: 185px;
        overflow: hidden;
        margin-bottom: 0;
    }

    .my-randstad-availability .my-randstad-profile-normal
    {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .my-randstad-availability h3
    {
        font-size: 32px;
        margin-right: 11px;
    }
}

/*Dropdown select */
.my-randstad-availability .topic-dropdown
{
    display: inline-block;
    line-height: 1.2;
    position: relative;
}

.my-randstad-availability .topic-dropbtn
{
    background: none;
    border: none;
    color: #2175d9;
    cursor: pointer;
    font-size: 26px;
    letter-spacing: -1px;
    outline: none;
    overflow: hidden;
    padding-right: 40px;
    position: relative;
}

.my-randstad-availability .topic-dropbtn.icon-chevron-down::before
{
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 12px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.my-randstad-availability .topic-dropbtn-active.icon-chevron-down::before
{
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.my-randstad-availability .topic-dropdown-content
{
    background-color: #fff;
    border: 1px solid #f7f5f0;
    border-radius: 8px;
    display: none;
    font-size: 16px;
    margin-top: 5px;
    max-height: 190px;
    overflow-x: hidden;
    position: absolute;
    min-width: 250px;
    z-index: 1;
}

.my-randstad-availability .topic-dropdown-content a
{
    padding: 7px 10px;
    text-decoration: none;
    display: block;
}

.my-randstad-availability .topic-dropdown-content a:hover
{
    color: #e74536;
}

.my-randstad-availability .topic-dropdown-content a.selected, .my-randstad-availability .topic-dropdown-content a.selected:hover
{
    color: #0f1941;
}

.my-randstad-availability .topic-dropbtn-active + .topic-dropdown-content
{
    display: block;
}

@media only screen and (min-width: 941px)
{
    .my-randstad-availability .topic-dropbtn
    {
        font-size: 32px;
    }

    .my-randstad-availability .topic-dropbtn.icon-chevron-down::before
    {
        top: 15px;
        transition: transform .4s ease;
    }

    .my-randstad-availability .topic-dropdown-content a
    {
        font-size: 18px;
        padding: 10px 15px;
    }
}


/* My Work header */
.my-randstad-work-header .snp-content-title-large span
{
    display: block;
}

.my-randstad-work-header .snp-content-title-large span:first-child
{
    color: #0f1941;
}

.my-randstad-work-header .form-element td
{
    padding-top: 10px;
    position: relative;
}

.my-randstad-work-header .form-element td input
{
    left: 6px;
    top: 16px;
}

@media only screen and (min-width: 1230px)
{
    .my-randstad-work-header .snp-header-illus-img
    {
        overflow: hidden;
    }

    .my-randstad-work-header .snp-header-illus-img img
    {
        bottom: -100px;
    }
}




/* ==|== _editing ========================================================
	
========================================================================== */
.overlay-content.my-randstad-dashboard-edit-mode
{
    background: #f7f5f0;
    border-radius: 4px;
    left: 0;
    right: 0;
    width: 100%;
}

.overlay-content.my-randstad-dashboard-edit-mode .overlay-content-inner
{
    background: transparent;
}

.my-randstad-dashboard-edit-mode
{
    background: #f7f5f0;
    margin-bottom: 30px;
    margin-left: auto;
    padding: 20px;
    width: 100%;
}

.my-randstad-dashboard-edit-mode-header
{
    display: block;
    margin: 0 0 15px;
}

.my-randstad-list-overview
{
    overflow: hidden;
}

.my-randstad-dashboard-edit-mode .btn:first-child
{
    margin-right: 15px;
}

.my-randstad-dashboard-edit-mode .btn-prim
{
    background: #2175d9;
    color: #fff;
}

.my-randstad-dashboard-edit-mode .btn-prim:hover
{
    background-color: transparent;
    border-color: #2175d9;
    color: #2175d9;
}

.my-randstad-dashboard-edit-mode .btn-tert
{
    border-color: #2175d9;
    color: #2175d9;
}

.my-randstad-dashboard-edit-mode .btn-tert:hover, .my-randstad-dashboard-edit-mode .btn-tert:focus
{
    background-color: #fff;
    border-color: #fff;
    color: #2175d9;
}

.icon-custom-upload
{
    background-image: url(/Images/System/backgrounds/Modules/upload-cloud.svg);
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    font-size: 0;
    height: 30px;
    width: 30px;
}

@media only screen and (min-width:941px)
{
    .my-randstad-dashboard-edit-mode
    {
        width: calc(43/58*100%);
    }

    .overlay-content.my-randstad-dashboard-edit-mode
    {
        border-radius: 8px;
        left: 50%;
        right: auto;
        top: 50px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 860px;
    }
}


/*dashboard editing*/
@media only screen and (min-width: 501px)
{
    .my-randstad-dashboard-edit-mode .form-field.job-apply-cv-upload label
    {
        border-bottom: 0;
        margin: 0;
        padding: 0;
        width: 100%;
    }
}


@media only screen and (min-width: 801px)
{
    li.my-randstad-dashboard-list-edit-item .my-randstad-dashboard-list-item-inner
    {
        padding: 20px 16px;
    }
}

/* Overlay form */
.overlay-modal-header h3 + p
{
    margin-top: 20px;
}

.overlay-modal-dialog .details
{
    border-top: 1px solid #d7d7d7;
    margin-top: 40px;
    padding-top: 30px;
}

.overlay-modal-dialog .details:first-child
{
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

.overlay-modal-content .form:last-child
{
    padding-bottom: 10px;
}

.form-field-double .form-element-double-wrapper
{
    margin-top: 25px;
}

.form-field-double .form-element-double-wrapper:first-child
{
    margin-top: 0;
}

.overlay-modal-btn-wrapper .btn-tert, .overlay-modal-btn-wrapper .btn-tert:link, .overlay-modal-btn-wrapper .btn-tert:visited, .overlay-modal-btn-wrapper .btn-tert:active
{
    background: #fff;
    border-color: #fff;
}

.overlay-modal-btn-wrapper .btn-tert:hover
{
    background-color: #2175d9;
    border-color: #2175d9;
}

.form-element-double-wrapper .form-element td
{
    padding-top: 10px;
}


.overlay-modal-footer .btn-sec, .overlay-modal-footer .btn-sec:link, .overlay-modal-footer .btn-sec:visited
{
    background-color: #2175d9;
    border-color: #2175d9;
    color: #fff;
}

.overlay-modal-footer .btn-sec:hover
{
    background-color: #0f1941;
    border-color: #0f1941;
    color: #fff;
}


@media only screen and (min-width: 801px)
{
    .form-field-double
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .form-field-double .form-element-double-wrapper
    {
        margin-top: 0;
        width: 50%;
    }

    .form-field-double .form-element-double-wrapper:first-child
    {
        padding-right: 10px;
    }

    .form-field-double .form-element-double-wrapper:last-child
    {
        padding-left: 10px;
    }

    .form-field-double .form-element-double-wrapper select + input
    {
        margin-top: 10px;
    }
}


/* custom overlay content */
.overlay-modal-dialog .details.personal-intro
{
    margin-top: 20px;
}

.personal-intro-img
{
    padding-right: 50px;
    position: relative;
}

.personal-intro-img .icon-upload
{
    position: absolute;
    right: 70px;
    top: 175px;
}

.personal-intro .snp-contact-img-box
{
    height: 200px;
}

.personal-intro .personal-intro-img-inner
{
    position: relative;
}

.personal-intro-img-inner .icon-custom-upload
{
    bottom: 0;
    position: absolute;
    right: -45px;
}

@media only screen and (min-width: 650px)
{
    .details.personal-intro
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .personal-intro-img
    {
        padding-right: 100px;
    }

    .personal-intro .snp-contact-img-box
    {
        height: 200px;
    }

    .personal-intro ol
    {
        width: 100%;
    }
}

/* ==|== _forms double field ==============================================    

========================================================================== */
@media only screen and (min-width: 650px)
{
    .form .double-field-wrapper
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .form .double-field-wrapper select
    {
        margin-right: 10px;
        width: 65%;
    }

    .form .double-field-wrapper input
    {
        margin-left: 10px;
        width: 35%;
    }

    .form .double-field-wrapper + .form-element
    {
        clear: left;
        padding-top: 15px;
    }

    .form .double-field-wrapper + .form-element input[type="checkbox"]
    {
        left: 5px;
        top: 23px;
    }
}


/* ==|== _Change password form ==============================================    

========================================================================== */
.my-randstad-manage-wrapper
{
    padding: 50px 0;
}

.my-randstad-manage-wrapper .account-mng-wrapper
{
    width: 100%;
}

.my-randstad-manage-wrapper .account-mng-wrapper .button-wrapper, .my-randstad-manage-wrapper .form-submit
{
    margin-top: 30px;
}

.my-randstad-manage-wrapper .provider-login
{
    border-top: 1px solid #d7d7d7;
    margin-top: 30px;
    padding-top: 30px;
}

.box-content .my-randstad-manage-wrapper .social-login-form
{
    border: none;
    margin-bottom: 30px;
    padding: 0;
    text-align: left;
    width: 100%;
}

.my-randstad-manage-wrapper .social-login-form span.title
{
    background: none;
    color: inherit;
    margin: 0;
    padding: 0;
    top: inherit;
}

.my-randstad-manage-wrapper .account-mng-wrapper > div.account-mng-wrapper
{
    display: block;
}

.my-randstad-manage-wrapper .account-mng-wrapper > div.account-mng-wrapper span.title
{
    font-size: 18px;
}

@media only screen and (min-width: 941px)
{
    .my-randstad-manage-wrapper
    {
        padding: 130px 0;
    }

    .my-randstad-manage-wrapper .account-mng-wrapper
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }

    .my-randstad-manage-wrapper .account-mng-wrapper h4, .my-randstad-manage-wrapper .account-mng-wrapper span.title
    {
        width: calc(13/58 * 100%);
    }

    .my-randstad-manage-wrapper .account-mng-wrapper .form,
    .my-randstad-manage-wrapper .account-mng-wrapper > div.account-mng-wrapper,
    .my-randstad-manage-wrapper .provider-login
    {
        margin-left: auto;
        width: calc(43/58 * 100%);
    }

    .my-randstad-manage-wrapper .account-mng-wrapper .button-wrapper
    {
        margin-left: auto;
        width: calc(43/58 * 100%);
    }

    .my-randstad-manage-wrapper .account-mng-wrapper > div.account-mng-wrapper .form,
    .my-randstad-manage-wrapper .account-mng-wrapper > div.account-mng-wrapper .button-wrapper,
    .my-randstad-manage-wrapper .account-mng-wrapper > div.account-mng-wrapper span.title,
    .my-randstad-manage-wrapper .account-mng-wrapper > div.account-mng-wrapper .provider-login
    {
        width: 100%;
    }
}


/* ==|== _settings & misc ===================================================    

========================================================================== */
.my-randstad-settings.confirm
{
    background: #dbf3da;
}

.my-randstad-settings.action
{
    background: #fdecec;
}

.my-randstad-settings-inner
{
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
}

.my-randstad-settings-inner h3
{
    font-size: 26px;
    letter-spacing: -1px;
}

.my-randstad-settings .close
{
    position: absolute;
    right: 0;
    top: 13px;
}

.my-randstad-settings .close.my-randstad-dashboard-btn::after
{
    color: #0f1941;
}

.my-randstad-settings a:link, .my-randstad-settings a:visited, .my-randstad-settings a:active
{
    color: #0f1941;
    text-decoration: underline;
}

.my-randstad-settings a:hover
{
    text-decoration: none;
}

.my-randstad-settings.bottom, .my-randstad-settings.bottom
{
    border-radius: 8px;
    margin: 0 10px 25px;
}

.my-randstad-settings.bottom .box-inner
{
    padding: 30px;
    position: relative;
}

.my-randstad-settings.bottom .my-randstad-settings-inner
{
    padding: 0;
    position: initial;
}

.my-randstad-settings.bottom .close
{
    top: 10px;
    right: 10px;
}


@media screen and (min-width: 941px)
{
    .my-randstad-content-wrapper
    {
        display: flex;
    }

    .my-randstad-left
    {
        width: calc(13/58 * 100%);
    }

    .my-randstad-right
    {
        width: calc(38/58 * 100%);
    }

    .my-randstad-settings.bottom
    {
        left: 100%;
        margin: 0 50px 50px 0;
        position: sticky;
        width: 490px;
    }

    .my-randstad-settings.bottom .box-inner
    {
        padding: 50px;
    }
}


/* panel account settings */
.my-randstad-account-settings
{
    padding-bottom: 50px;
    padding-top: 50px;
}

.my-randstad-account-links .links-list li
{
    margin-right: 0;
    width: 100%;
}

.my-randstad-account-links .links-list a
{
    font-size: 20px;
    letter-spacing: 0;
}

.my-randstad-account-settings .my-randstad-profile-normal
{
    margin-top: 0;
}

.my-randstad-account-settings .my-personal-information-wrapper .form
{
    padding-right: 0;
}

.my-randstad-account-settings .my-personal-information-wrapper .form li
{
    padding-right: 30px;
    position: relative;
}

.my-randstad-profile-normal .delete-account p
{
    margin-bottom: 20px;
}

[data-bit-2-factor-auth-phone]
{
    margin-top: 50px;
}


@media screen and (min-width: 941px)
{
    .my-randstad-account-settings
    {
        padding-bottom: 130px;
        padding-top: 130px;
    }

    .my-randstad-account-settings .my-randstad-dashboard-panel:first-child
    {
        padding-top: 0;
    }

    .my-randstad-profile-normal .delete-account .btn-prim
    {
        margin-top: 50px;
    }

    .my-randstad-dashboard-panel.enabled h3, .my-randstad-dashboard-panel.not-enabled h3
    {
        display: inline-block;
        margin-right: 20px;
    }

    .my-randstad-dashboard-panel.enabled span
    {
        color: #4dc247;
    }

    .my-randstad-dashboard-panel.not-enabled span
    {
        opacity: 0.5;
    }

    .my-randstad-dashboard-panel.enabled .my-randstad-dashboard-panel-flex
    {
        /*display: block;*/
    }

    .my-randstad-dashboard-panel.enabled .my-randstad-dashboard-panel-flex-content
    {
        margin-bottom: 20px;
    }
}


/* Custom Buttons */
.btn-remove:before
{
    background: url("/Images/System/my-randstad/trash-blue.svg") top left no-repeat;
    content: "";
    display: inline-block;
    height: 24px;
    margin-right: 15px;
    position: relative;
    top: 5px;
    width: 24px;
}

.btn-remove:hover:before
{
    background: url("/Images/System/my-randstad/trash-white.svg") top left no-repeat;
}


@media only screen and (max-width: 375px)
{

    /*make 'remove' button smaller*/
    .overlay-modal-btn-wrapper .btn-remove
    {
        font-size: 0;
    }

    .btn-remove.btn-remove::before
    {
        margin-right: 0;
        top: 11px;
    }
}


/* ==|== _profile page edits matthias=======================================    

========================================================================== */

@media only screen and (min-width: 941px)
{
    .my-randstad-panel-header .snp-contact-img-box
    {
        width: 150px;
    }
}

@media only screen and (min-width: 1091px)
{
    .my-randstad-panel-header .snp-contact-img-box
    {
        width: 200px;
    }
}

@media only screen and (min-width: 1124px)
{
    .snp-contact-link-group
    {
        max-width: 9999px;
    }
}

html.no-scroll
{
    overflow-y: hidden;
}

body.no-scroll
{
    overflow-y: scroll;
}

.no-scroll
{
    padding-right: 0 !important;
}

/*overlay modal : specific My Randstad demo stylinh*/

.overlay-modal-my-randstad-demo .overlay-modal-dialog
{
    max-height: 70vh;
}

.overlay-modal-my-randstad-demo
{
    overflow-y: scroll;
    padding-bottom: 100px;
}

.overlay-modal-dialog + .overlay-modal-dialog
{
    margin-top: 50px;
}

.overlay-modal-my-randstad-demo .overlay-modal-inner .overlay-modal-dialog:last-child
{
    margin-bottom: 50px;
}




.clip-me
{
    /* deprecated version */
    position: absolute; /* absolute or fixed positioning required */
    clip: rect(110px, 160px, 170px, 60px); /* or "auto" */
    /* values descript a top/left point and bottom/right point */
    /* current version (doesn't require positioning) */
    clip-path: inset(10px 20px 30px 40px); /* or "none" */
    /* values are from-top, from-right, from-bottom, from-left */
}

.ruud-test
{
    background: blue;
    min-height: 400px;
    width: 100%;
    position: relative;
}

.dev-tools
{
    display: none;
}

/*icon heart*/
.save-job-link
{
    margin-left: 20px;
}

.save-job-link > svg
{
    height: 20px;
    width: 20px;
}

.icon-heart-open
{
    fill: rgba(15,25,65,.5);
}

.icon-heart-open:hover
{
    fill: #e74536;
}

.icon-heart-full
{
    fill: #e74536;
}

.save-job-link .icon-heart-full,
.save-job-link.icon-heart-active .icon-heart-open
{
    display: none;
}

.save-job-link .icon-heart-open, .save-job-link.icon-heart-active .icon-heart-full,
.my-randstad-jobs .job-search-jobs-listing-more-job-title:link,
.my-randstad-jobs .job-search-jobs-listing-more-job-title:visited,
.my-randstad-jobs .job-search-jobs-listing-more-job-title:active
{
    display: inline-block;
}

/**/
[data-bit-hours-added]
{
    overflow: hidden;
}

.my-randstad-settings.randstad.confirm
{
    transform: translateY(-100%);
    transition: transform .5s .1s;
}

.active .my-randstad-settings.randstad.confirm
{
    transform: translateY(0);
    transition: transform .5s .1s;
}


.my-randstad-settings-slide-in
{
    bottom: 0;
    left: auto !important;
    animation: notificationSlideIn .7s 1s forwards;
    position: fixed !important;
    transform: translateY(150%);
    right: 0;
    z-index: 5;
}

.my-randstad-settings-slide-in.confirm
{
    animation: notificationSlideIn .7s .1s forwards;
}


@keyframes notificationSlideIn
{
    0%
    {
        transform: translateY(150%);
    }

    100%
    {
        transform: translateY(0);
    }
}



.btn.btn-date-range-close
{
    display: none;
}

@media only screen and (max-width: 500px)
{
    .daterangepicker.show-calendar
    {
        bottom: 0 !important;
        left: 0 !important;
        margin-top: 0;
        overflow-y: scroll;
        position: fixed !important;
        right: 0 !important;
        top: 0 !important;
    }

    .btn-date-range-close-wrapper
    {
        background: #f7f5f0;
        bottom: 0;
        display: block;
        left: 0;
        position: fixed;
        width: 100%;
    }

    .btn.btn-date-range-close
    {
        display: block;
        margin: 20px;
        width: calc(100% - 40px);
    }
}


/* rounded corners everywhere in datepicker

.calendar-table td:last-child
{
    position: relative;
    z-index: 0;
}

.calendar-table td.in-range:last-child::after
{
    content: "";
    position: absolute;
    right: 0;
    width: 22px;
    height: 44px;
    background: #0f1941;
    border-bottom-right-radius: 44px;
    border-top-right-radius: 44px;
    z-index: -1;
}

.calendar-table td.in-range:last-child
{
    background: transparent !important;
}

.calendar-table td.in-range:last-child::before
{
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 44px;
    background: #0f1941;
    z-index: -1;
}

    */

@media screen and (max-width: 500px)
{
    .daterangepicker.show-calendar .drp-buttons
    {
        background: #f7f5f0;
        bottom: 0;
        left: 0;
        right: 0;
        position: fixed;
    }

    .daterangepicker.show-calendar .drp-buttons .applyBtn
    {
        float: none;
        margin: 20px;
        width: calc(100% - 40px);
    }

    .daterangepicker .cancelBtn
    {
        padding: 0;
        position: fixed;
        top: 10px;
        right: 20px;
    }

    .daterangepicker.show-calendar
    {
        padding-bottom: 100px;
    }

    .daterangepicker:not(.single) .btn-date-range-close
    {
        display: none;
    }

    .drp-buttons .cancelBtn
    {
        background: none;
        border: 0;
        font-size: 0;
        right: 10px;
        transform: rotate(45deg);
        top: 10px;
    }

    .drp-buttons .cancelBtn::after
    {
        background: #f7f5f0;
        content: "";
        height: 50px;
        width: 50px;
    }

    .drp-buttons .cancelBtn::before
    {
        background: #f7f5f0;
        content: "\e903";
        font-family: icomoon;
        font-size: 26px;
    }

    .form-element.calender input
    {
        padding-right: 50px;
        text-overflow: ellipsis;
    }

    .daterangepicker .calendar-table th, .daterangepicker .calendar-table td
    {
        height: 40px;
        width: 40px;
    }
}

.boton-edit-perfil {
    float: right;
    position: absolute;
    bottom: 0px;
    position: absolute;
    right: 0;
}

.overlay-modal-dialog {
    overflow-y: auto;
}