/*
* Added by tperezramirez
*/
#nothingtoshow {
    background-color: #fff;
    padding: 10px;
    border: solid 2px #e2231a;
    color: #000;
    font-weight: 700;
}

.workday-job-detail-categories-list {
    list-style: none;
    padding-left: 0px;
}

.workday-job-detail-categories-list li {
    display: inline-block;
}

.button-workday {
    background-color: #e2231a !important;
    color: #ffffff !important;
    border: 1px solid transparent !important;
    font-size: 16px !important;
}

.button-workday:focus {
    border: 2px solid #000 !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.pxr-40 {
    padding-right: 40px !important;
}

#fieldSearch {
    padding: 10px 30px;
    line-height: normal;
    background: url('../images/search_icon.png') no-repeat 5px center;
    background-size: 20px;
    border: 1px solid #000;
}

#fieldSearch::placeholder {
    opacity: 0.8;
}

.workday-button-text {
    font-size: 18px;
    display: inline-block;
    line-height: 28px;
    padding-bottom: 20px;
}

.careers-list {
    margin-bottom: 20px !important;
}

.center-message-workday {
    margin-right: 17px !important;
}

.view-opportunities-button a {
    border-radius: 2em;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .1));
    background-color: #e2231a;
    font-size: 16px !important;
    padding: 16px 25px !important;
}


.clear-btn-careers {
    position: absolute;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 24px;
    display: none;
}

.search-career-container {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    position: relative;
}

#fieldSearch::placeholder {
    text-align: initial;
}

.search-career-input {
    display: flex;
    position: relative;
    width: 100%;
}

#fieldSearch {
    text-align: initial;
    margin-bottom: 5%;
    display: block;
    width: 100%;
    padding-left: 10%;
}

.clear-btn-careers {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    height: 50%;
    margin: 4px;
    display: inline-flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    display: none;
}

/*
* Warning message
*/
.current-opp-warning {
    box-sizing: content-box;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    
}
.current-opp-warning .col {
    border: 2px solid #e2231a;
    border-radius: 25px;
    margin-bottom: 1.5em;
} 
.current-opp-warning h4 {
    padding-top: 14px;
    font-weight: bold;
    color: #000000;
    font-size: 1.35em !important;
}
.current-opp-warning p {
    padding-bottom: 14px;
    padding-top: 14px;
    font-size: 18px;
    font-style: italic;
}
/*
* MEDIA QUERIES
*/
@media only screen and (max-width: 480px) {
    .col-search-input {
        width: 90%;
        padding-left: 15px;
        padding-right: 15px;
    }

    #fieldSearch::placeholder {
        font-size: 0.85em;
        padding-left: 40px;
    }
}

@media only screen and (min-width: 481px) {
    .col-search-input {
        width: 55% !important;
    }
}

@media only screen and (max-width: 600px) {

    #fieldSearch::placeholder {
        font-size: 0.85em;
        padding-left: 40px;
    }

    #fieldSearch {
        /* padding: 10px 0px;
        text-align: center;
        margin-bottom: 5%;
        display: block;
        width: 100%;
        padding-left: 10%; */

    }

}

@media only screen and (min-width: 1025px) {
    .search-career-container {
        width: 55% !important;
    }

    .row-search-input .col-md-3 {
        margin-left: -25% !important;
    }
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .center-message-workday {
        margin-right: 6% !important;
    }
}

@media only screen and (max-width: 991px) {
    .custom-col-sm-8 {
        position: relative !important;
        width: 100%;
        padding-right: 12px;
        padding-left: 12px;
        flex: 0 0 auto;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
        box-sizing: border-box;
    }

    .panel-grey .row {
        display: inline-block !important;
    }
}



@media only screen and (max-width: 440px) {
    .workday-detail-button-end .first-button {
        margin-left: 5%;
        padding-right: 40px;
    }

    .workday-detail-button-end .button-workday {
        margin-bottom: 5%;
    }
}

@media only screen and (max-width: 991px) {
    .row-text-buttom {
        margin-bottom: 5% !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row-text-buttom .col-md-9 {
        width: 71% !important;
    }
}