﻿
.resumeRowContainer {
    border: 1px solid #ccc;
    padding: 15px 15px;
    border-radius: 3px;
    display: flex;
    flex-flow: row wrap;
    flex-direction: row;
    margin-top: 20px;
    position: relative;
}



.resumeFlexCell {
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: center;
}


.resumeFlexRowContainer {
    flex-flow: row wrap;
    align-items: center;
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
}


.tabsMenu {
    font-weight: 700;
    margin: 2em 0 0.5em 0;
}

.tabsMenuItems {
    display: inline-block;
    margin-right: 10px;
    border-bottom: 1px solid #3d7aa9;
}

.jobTitle {
    line-height: 23px;
    color: #333;
    padding: 15px;
    align-items: center;
    align-content: center;
}

    .jobTitle h3 {
        margin-bottom: 0;
    }

.jobDetail {
    margin-top: 8px;
    background-color: #eee;
    padding: 15px;
    height: auto;
}

.jobDescription {
    width: 100%;
}

.skillsMatch {
    display: flex;
}

.jobCollapseMenu {
    width: 100%;
}

.full-job-listing {
    display: flex;
}

.jobListingInfoItem {
    padding: 10px;
}

.jobListingInfoItemTitle {
    font-weight: bold;
    margin-bottom: 5px;
}
/*
#toggleRefine {
    display: none;
}
#sr_refine {display:flex;flex-direction:column;}
#sr_refine h5 {order:2;}
#sr_refine ul {order:1;}
*/
.linked-in {
    background-image: url("https://securemedia.newjobs.com/id/mgs/6914/linked-in.png");
    display: inline-block;
    width: 15px;
    height: 15px;
}


.jobRow {
    padding: 21px 14px 21px 14px;
    line-height: 18px;
    font-size: 13px;
    vertical-align: top;
    float: left;
    width: 100%;
    cursor:pointer;
}


.un-collapse {
    display: none;
}

.greyed-out {
    color: #525051;
    border-bottom: 0;
}

.companyLink, .mapViewLink, .actionsLink {
    color: #555;
    padding-left: 22px;
    display: inline-block;
}

.companyLink {
    background: transparent url('https://securemedia.newjobs.com/id/mgs/6914/company.png') center left no-repeat;
    background-size: auto 14px;
    padding-right: 10px;
}

.actionsLink {
    background: transparent url('https://securemedia.newjobs.com/id/mgs/6914/viewlist.png') center left no-repeat;
    background-size: auto 14px;
}

.actionsLinkItem {
    padding-top: 5px;
    padding-bottom: 5px;
}

.mapViewLink {
    background: transparent url('https://securemedia.newjobs.com/id/mgs/6914/icons/location.png') center left no-repeat;
    padding-left: 15px;
    background-size: auto 14px;
    padding-right: 10px;
}

.donutChart {    display:none; }

.navMenu {
    margin: 0px 2px;
    padding: 0;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

.controlsContainer {width:100%;position:relative;top:15px;}
.sortByContainer {float:right;height:25px;line-height:25px;}
.sortByContainer select {padding:3px 4px;}
.fullWidth {width:100%;}
.paginationContainer {margin-left:150px;display:inline-block;}
.ApaginationContainer img {float:left;}
.navActual {min-width:25px;border:1px solid #a6a6a6;margin: 0px 2px 0 10px;border-radius:3px;}
.navTotal {margin:0 10px 0 2px;}
.paginationContainer .rightNext {border-radius:3px;border:1px solid #a6a6a6;background:#f8f8f8;}

* {
    box-sizing: border-box;
}
    .resumeWidth10x {
        width: 10%;
    }

    .resumeWidth30 {
        width: 30%;
    }

    .resumeWidth50 {
        width: 50%;
        padding: 0 5px 10px 0;
    }

    .resumeWidth20 {
        width: 20%;
    }

    .resumeWidth15 {
        width: 15%;
    }

    .resumeWidth33 {
        width: 33%;
    }

.jobSummaryRow {
    line-height: 18px;
    font-size: 13px;
    vertical-align: top;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    flex-direction: row;
    position: relative;
}

    img {
        border: 0;
    }

    #search2017 ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    #search2017 .page-main-header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 10px;
    }


    #search2017 .helpLink {
        float: left;
    }

        #search2017 .helpLink a {
            margin-left: 5px;
        }

    #search2017 .page-main-header a.back {
        color: #0d51ab;
        margin-left: 5px;
    }

    #search2017 .basic-search {
        display: flex;
        flex-direction: row;
    }

    #search2017 .basic-search .container {
        margin-right: 20px;
    }

    #search2017 .basic-search .container:last-of-type {
        margin-right: 0px;
    }

    /* MGSOCSOHIO-6499 Uncomment the following line in order to hide the titles */
    /* #search2017 .basic-search .container label {
        visibility: hidden;
    }*/

    /* MGSOCSOHIO-6499 ***** START ***** Delete the following lines in order to show placeholders in jobtitle and keyword input */
    #jobTitle::placeholder, #keywords::placeholder {
        color: transparent;
        /* opacity: 1;*/ /* Firefox */
    }

    #jobTitle::-ms-input-placeholder, #keywords::-ms-input-placeholder { /* Microsoft Edge */
        color: transparent;
    }

    #jobTitle:-ms-input-placeholder, #keywords:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: transparent;
    }
    /* MGSOCSOHIO-6499 ***** END ***** Delete the following lines in order to show placeholders in jobtitle and keyword input */

    #search2017 a.submitSearchBtn {
        max-height: 28px;
    }

    #search2017 .basic-search input[type=text] {
        width: 200px;
    }

    #search2017 #search-btn-container {
        flex-direction: column-reverse;
    }

    #search2017 .container {
        display: flex;
        flex-direction: column;
    }

/*    #search2017 select {
        padding: 3px 4px;
        margin-bottom: 14px;
    }*/

    #search2017 a.submitSearchBtn {
        margin-bottom: 14px;
    }

/*    #search2017 label {
        font-weight: bold;
        margin-bottom: 4px;
        color: #333;
    }*/

/*    #search2017 input {
        border: 1px solid #cecece;
        padding: 4px;
        margin-bottom: 14px;
    }*/

    #search2017 .add-btn {
        width: 60px;
    }

    #search2017 .selected-industry {
        margin-top: 10px;
    }

#search2017 .selected-industry li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    width: 400px;
}

#search2017 .buttons {
    align-items: center;
    justify-content: space-around;
    margin-bottom: 20px;
}

#search2017 button:disabled {
    background: none;
    color: black;
    border: 1px solid black;
    text-shadow: none;
}

#search2017 button {
    padding: 3px;
}

#search2017 .buttons button {
    width: 200px;
}

#search2017 .advanced-search-button {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 420px;
    height: 60px;
    justify-content: space-between;
}

    #search2017 .advanced-search-button .avoid-scam {
        display: none;
    }

#search2017 .advanced-area {
    display: flex;
    flex-direction: row;
}

#search2017 #filterText {
    width: 252px;
}

#search2017 .first-column {
    display: flex;
    flex-direction: column;
    width: 300px;
    margin-right: 30px;
}

#search2017 .middle-column {
    width: 600px;
}

    #search2017 .middle-column select {
        width: 420px;
    }

#search2017 .label-note {
    margin-left: 5px;
}

#search2017 .internships input[type=checkbox] {
    width: inherit;
}

#search2017 .row {
    display: flex;
    flex-direction: row;
    /*align-items: baseline;*/
}

#search2017 .space {
    margin-top: 5px;
}

#search2017 .avoid-scam,
#searchcol2 .avoid-scam {
    background: white;
    border: 1px solid gray;
    text-shadow: none;
    color: gray;
    margin-bottom: 15px;
}

#search2017 .no-outline {
    outline: none;
}

#search2017 .red-outline {
    outline: 1px solid red;
}

#search2017 .invalid-school-error {
    color: red;
}

.advanced-filter .multi-select {
    width: 100%;
}

.advanced-filter .margin {
    margin-bottom: 0.588em;
}

#search2017 .selected-occupations li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
}

.advanced-filter .selected-occupations {
    margin-bottom: 0.588em;
}

.advanced-filter .show-occupations {
    padding-top: 4px;
    font-weight: 900;
    margin-left: 4px;
    color: black;
}

.advanced-filter .occupations-length {
    width: 100%;
}

.advanced-filter .btn-items {
    background: none;
    color: black;
    border: 1px solid black;
    text-shadow: none;
    text-align: left;
    text-transform: none;
}

.url-float-fix {
    float: right;
}

.controlOverlayButtons {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.emailFrequency input[type="radio"] {
    margin-right: 10px;
}

.emailFrequency label {
    font-size: 13px;
}