﻿html, body, .body_background, .master_body {
    background-color: #f5f5f5 !important;
}
.client_job_box {
    font-family: Lato;
    max-width: 850px;
    margin: 0 auto;
}

    .client_job_box input {
        font-size: 16px;
        color: #323232;
        font-weight: normal;
        line-height: 40px;
        height: 40px;
        border-radius: 3px;
        border: thin solid #DCDCDC;
        background-color: white;
        padding: 0 10px;
        color: #323232;
    }

    .client_job_box .jobs_header {
        clear: both;
    }

        .client_job_box .jobs_header .title {
            font-size: 24px;
            line-height: 36px;
            color: #323232;
            font-weight: bold;
            margin-top: 28px;
        }

        .client_job_box .jobs_header .web_site {
            font-size: 20px;
            line-height: 24px;
            color: #007BDC;
        }

            .client_job_box .jobs_header .web_site:hover {
                text-decoration: underline;
                cursor: pointer;
            }

    .client_job_box .job_count {
        font-size: 16px;
        line-height: 24px;
        color: #646464;
        font-weight: 500;
        margin-bottom: 4px;
    }

    .client_job_box .search_box {
        margin-top: 20px;
    }

    .client_job_box .search_row .drop_down {
        width: 230px;
    }

    .client_job_box .search_row > div {
        float: left;
        margin-right: 8px;
    }

.client_search_field input {
    width: 219px;
    border: 2px solid #c8c8c8;
}

    .client_search_field input:hover {
        background-color: #ffffff;
        border: 2px solid #969696;
    }

    .client_search_field input:focus {
        outline: 0px;
        border: 2px solid #186bc6;
        background-color: #FFFFFF;
    }

.client_job_box .search_row select {
    width: 150px;
}

.client_job_box .search_row .btn {
    font-size: 16px;
    padding: 12px 20px;
    margin-right: 0;
}

.client_job_box .jobs_box {
    position: relative;
    padding: 20px;
    padding-bottom: 12px;
    margin: 8px 0px 20px 0px;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.10);
}

    .client_job_box .jobs_box:hover {
        box-shadow: 0 12px 24px 0 rgba(0,0,0,0.10);
        transition: 0.2s;
        cursor: pointer;
    }

.client_job_box .defaultcur {
    /*border: 1px solid #c8c8c8;*/
    box-shadow: none;
    padding-top: 40px;
    padding-bottom: 40px;
}

    .client_job_box .defaultcur:hover {
        cursor: auto;
        box-shadow: none;
    }

.client_job_box .jobs_box .posted {
    height: 20px;
    width: 242px;
    color: #969696;
    font-family: Lato;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom:4px;
}

.client_job_box .jobs_box .job_row {
    clear: both;
    min-height: 24px;
    max-height: 60px;
    margin-bottom: 8px;
}

.client_job_box .jobs_box .job_detail {
    height: 68px;
    margin-top:12px;
    margin-bottom: 20px;
    overflow: hidden;
    line-height: 24px;
    margin-right: 100px;
}

.client_job_box .jobs_box .job_title {
    width: 100%;
    color: #186bc6;
    font-family: Lato;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 26px;
}

    .client_job_box .jobs_box .job_title:hover {
        text-decoration: underline;
    }

.client_job_box .jobs_box .job_logo {
    width: 90px;
    position: absolute;
    top: 10px;
    right: 10px;
}

    .client_job_box .jobs_box .job_logo img {
        width: 74px;
    }

.client_job_box .jobs_box .job_where, .client_job_box .jobs_box .job_what, .client_job_box .jobs_box .job_pay {
    float: left;
    padding-right: 32px;
    display: flex;
    line-height: 24px;
    font-weight:bold;
}

    .client_job_box .jobs_box .job_where img, .client_job_box .jobs_box .job_what img, .client_job_box .jobs_box .job_pay img {
        float: left;
        width: 25px;
        padding-right: 5px;
    }

    .client_job_box .jobs_box .job_where div, .client_job_box .jobs_box .job_what div, .client_job_box .jobs_box .job_pay div {
        float: left;
        width: calc(100% - 30px);
        color: #323232;
        font-family: Lato;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 30px;
    }


    .client_job_box .jobs_box .job_where div, .client_job_box .jobs_box .job_what div, .client_job_box .jobs_box .job_pay div {
        padding: 0;
        align-self: center;
    }

.search_drop_down {
    position: relative;
    line-height: 40px;
    /*font-size: 14px;
    height: 40px;
    background: #f0f0f0;*/
    color: #323232;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

    .search_drop_down label {
        height: 40px;
        display: block;
        padding: 0 10px;
        word-wrap: normal;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        border-radius: 4px;
        font-size: 14px;
    }

        .search_drop_down label:hover {
            -ms-transition: .25s ease-in-out;
            -moz-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            -webkit-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
            margin-right: 0px;
            /*background-color: #f0f0f0;*/
            color: #323232;
            cursor: pointer;
            background-color: #eaeaea;
        }

    .search_drop_down .option_list {
        width: 244px;
        background: #ffffff;
        color: #323232;
        border-radius: 3px;
        border-width: 1px;
        position: absolute;
        z-index: 4;
        top: 48px;
        max-height: 240px;
        overflow: auto;
        box-shadow: 0px 2px 10px #c8c8c8;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        padding-top: 4px;
        padding-bottom: 4px;
    }

.drop_down {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 300px;
    position: relative;
    background: white;
    color: #323232;
    border: 2px solid #c8c8c8;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    cursor: pointer;
}

    .drop_down label {
        display: block;
        padding: 0 10px;
        word-wrap: normal;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        cursor: pointer;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
    }

    .drop_down input:checked + label {
        font-size: 16px;
        color: #323232;
        font-weight: normal;
    }


@media (max-width: 768px) {

    .client_job_box .jobs_box .job_detail {
        margin-right: 0;
    }

    .client_job_box {
        width: 100%;
    }

    .job_what, .job_where, .job_pay {
        margin-bottom: 4px;
    }

    .client_job_box .search_row > div {
        float: none;
    }

    .client_job_box .search_box .location, .client_job_box .search_box .category {
        float: left;
        min-width: 100%;
    }

    .client_job_box .search_row .search_field, .client_job_box .search_row .button {
        clear: both;
        width: 100%;
    }
    .client_job_box .search_row input {
        width: calc(100% - 25px);
    }
    .client_job_box .search_row > div {
        margin-right:0;
        margin-bottom: 5px;
    }

    .client_job_box .jobs_box .job_row {
        width: 80%;
    }

    .client_job_box .search_row .search_field input {
        width: calc(100% - 20px);
    }

    .client_job_box .search_row .btn {
        width: calc(100% - 40px);
    }

    .client_job_box .jobs_box {
        width: calc(100% - 40px);
        margin-top: 10px;
        height: auto;
    }

        .client_job_box .jobs_box .job_title {
            width: 80%;
        }
}
