﻿body, html {
    color: #7e7e7e;
}

/************************* ---- Listing CSS Start---- *************************/
.jp_top_header_img_wrapper {
    background-color: hsla(200,40%,30%,.4);
    background-image: url(../../Images/Banners/job.png);
    background-repeat: no-repeat;
    animation: none;
    background-position: 150% 50%;
}

.jp_bottom_footer_Wrapper_header_img_wrapper {
    float: left;
    width: 100%;
    background: url('../images/content/listing_bg.jpg') 50% 0 repeat-y;
    background-position: center 0;
    background-size: cover;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
}

.jp_slide_img_overlay {
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    background: #0e1427eb;
}

.jp_banner_heading_cont_wrapper {
    float: left;
    width: 100%;
    padding-top: 20px;
}

.jp_job_heading h1 {
    font-size: 30px;
    color: #ffffff;
}

    .jp_job_heading h1 span {
        color: #8dc640;
        font-weight: bold;
    }

.jp_job_heading p {
    font-size: 13px;
    color: #ffffffa8;
    padding-top: 10px;
}

.jp_header_form_wrapper {
    float: left;
    width: 100%;
    background: #1c23342e;
    padding: 25px 15px;
    /*padding-top: 30px;
    padding-bottom: 30px;*/
    margin-top: 20px;
    margin-bottom: 25px;
    /*padding-left: 20px;
    padding-right: 20px;*/
}

    .jp_header_form_wrapper input, .jp_form_exper_wrapper input {
        width: 100%;
        height: 40px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        border: transparent;
        padding-left: 20px;
        padding-right: 20px;
    }

.jp_form_location_wrapper select, .jp_form_exper_wrapper select {
    width: 100%;
    height: 40px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: transparent;
    padding-left: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
}

.jp_form_location_wrapper .second_icon, .jp_form_exper_wrapper .second_icon {
    margin-left: -30px;
    position: absolute;
    top: 14px;
}

.jp_form_location_wrapper .first_icon, .jp_form_exper_wrapper .first_icon {
    position: absolute;
    top: 11px;
    font-size: 20px;
    left: 30px;
    z-index: 1;
    color: #23c0e9;
}

.jp_form_btn_wrapper li a {
    padding: 0px 10px;
    float: left;
    width: 100%;
    height: 40px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #0d6d3a;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

    .jp_form_btn_wrapper li a:hover {
        background: #ffffff;
        color: #000000;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .jp_form_btn_wrapper li a i {
        padding-right: 5px;
    }

.jp_banner_main_jobs_wrapper {
    float: left;
    width: 100%;
    margin-top: 40px;
    padding-bottom: 150px;
}

.jp_banner_main_jobs li {
    float: left;
    margin-left: 20px;
}

    .jp_banner_main_jobs li:first-child {
        margin-left: 0;
        color: #ffffff;
    }

    .jp_banner_main_jobs li i {
        padding-right: 5px;
        color: #23c0e9;
    }

    .jp_banner_main_jobs li a {
        color: #ffffffcf;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

        .jp_banner_main_jobs li a:hover {
            color: #23c0e9;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -moz-transition: all 0.5s;
            transition: all 0.5s;
        }
/*-- jp listing sidebar Wrapper Start --*/
.jp_listing_sidebar_main_wrapper {
    float: left;
    width: 100%;
    background: #f9f9f9;
    padding-bottom: 50px;
    margin-top: 0px;
}

.jp_listing_tabs_wrapper {
    float: left;
    width: 100%;
    background: #ffffff;
    padding: 10px 10px;
    margin-top: 20px;
    border: 1px solid #e9e9e9;
}

.gc_causes_select_box_wrapper, .gc_causes_view_tabs_wrapper, .gc_causes_search_box_wrapper {
    float: left;
    width: 100%;
}

.gc_causes_select_box select {
    width: 100%;
    height: 50px;
    border: 1px solid #e1e1e1;
    background: #f9f9f9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 20px;
}

.gc_causes_select_box i {
    margin-left: -30px;
}

.gc_causes_search_box button {
    width: 50px;
    height: 50px;
    background: none;
    float: left;
    border: 1px solid #e1e1e1;
    border-left: 0;
    color: #00468c;
}

.gc_causes_search_box input {
    width: calc(100% - 50px);
    float: left;
    height: 50px;
    border: 1px solid #e1e1e1;
    border-right: 0;
    padding-left: 20px;
}

.gc_causes_tabs_content_wrapper {
    float: left;
    width: 100%;
}

.gc_causes_sec_tabs_wrapper {
    margin-top: 25px;
}

.gc_causes_tabs_content_wrapper {
    margin-top: 35px;
}

.jp_job_post_main_wrapper {
    float: left;
    width: 100%;
    background: #ffffff;
    padding: 15px 30px 10px 30px;
    /*padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;*/
    border: 1px solid #e9e9e9;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jp_job_post_side_img {
    float: left;
    width: 105px;
}

    .jp_job_post_side_img img {
        width: 109px;
    }

.jp_job_post_right_cont {
    float: left;
    width: calc(100% - 105px);
    padding-left: 00px;
    padding-top: 10px;
}

    .jp_job_post_right_cont .userImage {
        float: left;
        margin-right: 10px;
        width: 45px;
    }

    .jp_job_post_right_cont h4 {
        font-size: 14px;
        color: #000000;
        font-weight: bold;
    }

    .jp_job_post_right_cont p {
        font-size: 15px;
        color: #8dc640;
        padding-top: 5px;
        margin-bottom: 0px;
    }

    .jp_job_post_right_cont .p13 {
        font-size: 13px;
        color: #8dc640;
        padding-top: 0px;
        margin-bottom: 0px;
    }

    .jp_job_post_right_cont li {
        margin-left: 0px;
        float: none;
        /*margin-left: 20px;*/
        /*float: left;*/
    }

        .jp_job_post_right_cont li i {
            color: #f36969;
        }

        .jp_job_post_right_cont li:first-child {
            margin-left: 0;
            margin-bottom: 5px;
            color: #1f1f1f;
            font-size: 16px;
            font-weight: bold;
            margin-top: 7px;
        }

        .jp_job_post_right_cont li:last-child {
            color: #797979;
            font-size: 10pt;
            line-height: 1.3;
        }

.jp_job_post_heading_wrapper {
    float: left;
}

.jp_job_post_right_btn_wrapper ul {
    float: right;
    margin-top: 15px;
}

.jp_job_post_right_btn_wrapper li {
    float: left;
    margin-left: 20px;
}

    .jp_job_post_right_btn_wrapper li:first-child {
        margin-left: 0;
    }

        .jp_job_post_right_btn_wrapper li:first-child a {
            float: left;
            width: 30px;
            height: 30px;
            border: 1px solid #e9e9e9;
            text-align: center;
            line-height: 30px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            color: #f36969;
            background: transparent;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -moz-transition: all 0.5s;
            transition: all 0.5s;
        }

            .jp_job_post_right_btn_wrapper li:first-child a:hover {
                background: #f36969;
                color: #ffffff;
                border: 1px solid #f36969;
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                -ms-transition: all 0.5s;
                -moz-transition: all 0.5s;
                transition: all 0.5s;
            }

    .jp_job_post_right_btn_wrapper li:nth-child(2) {
        float: none;
        margin-left: 50px;
    }

        .jp_job_post_right_btn_wrapper li:nth-child(2) a {
            float: left;
            width: 100px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            background: #37d09c;
            color: #ffffff;
            font-size: 12px;
            text-transform: uppercase;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
        }

    .jp_job_post_right_btn_wrapper li:last-child {
        margin-left: 50px;
        margin-top: 40px;
        float: none;
    }

        .jp_job_post_right_btn_wrapper li:last-child a {
            float: left;
            width: 100px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            background: #f36969;
            color: #ffffff;
            font-size: 12px;
            text-transform: uppercase;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
        }

.jp_job_post_right_btn_wrapper a.btn-default {
    border-radius: 15px;
    font-size: 14px;
    margin-right: 5px;
}

.jp_job_post_right_btn_wrapper a.btn-primary {
    border-radius: 20px;
    font-size: 11px;
}

.jp_job_post_keyword_wrapper {
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid #e9e9e9;
    background: #f9f9f9;
    border-top: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

    .jp_job_post_keyword_wrapper li {
        float: left;
        margin-left: 20px;
    }

        .jp_job_post_keyword_wrapper li:first-child {
            margin-left: 0;
            color: #000000;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -moz-transition: all 0.5s;
            transition: all 0.5s;
        }

        .jp_job_post_keyword_wrapper li i {
            padding-right: 5px;
            color: #23c0e9;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -moz-transition: all 0.5s;
            transition: all 0.5s;
        }

        .jp_job_post_keyword_wrapper li a {
            color: #797979;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -moz-transition: all 0.5s;
            transition: all 0.5s;
        }

.jp_job_post_main_wrapper_cont {
    float: left;
    width: 100%;
    margin-top: 30px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

    .jp_job_post_main_wrapper_cont:hover .jp_job_post_main_wrapper {
        border: 1px solid #23c0e9;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .jp_job_post_main_wrapper_cont:hover .jp_job_post_keyword_wrapper {
        border: 1px solid #23c0e9;
        border-top: 0;
        background: #23c0e9;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

        .jp_job_post_main_wrapper_cont:hover .jp_job_post_keyword_wrapper li,
        .jp_job_post_main_wrapper_cont:hover .jp_job_post_keyword_wrapper li i,
        .jp_job_post_main_wrapper_cont:hover .jp_job_post_keyword_wrapper li a {
            color: #ffffff;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -moz-transition: all 0.5s;
            transition: all 0.5s;
        }

.jp_job_post_main_wrapper_cont2 {
    margin-top: 35px;
}

.jp_job_post_grid_main_wrapper {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 119px;
}

.jp_job_post_grid_right_btn_wrapper ul {
    float: left;
}

.jp_job_post_grid_right_btn_wrapper li:nth-child(2) {
    float: left;
    margin-left: 0;
}

.jp_job_post_grid_right_btn_wrapper li:last-child {
    float: left;
    margin-top: 0;
    margin-left: 0;
}

.jp_job_post_grid_right_btn_wrapper li {
    margin-left: 10px !important;
}

    .jp_job_post_grid_right_btn_wrapper li:first-child {
        margin-left: 0 !important;
    }

.jp_job_post_grid_right_cont li {
    float: none;
    margin-left: 0;
}

.jp_job_post_grid_main_wrapper_cont {
    margin-top: 10px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #086a35;
}

.gc_causes_search_box p {
    font-size: 16px;
    color: #000000;
    float: none;
    padding-top: 13px;
}

    .gc_causes_search_box p span {
        color: #8dc640;
    }

.gc_main_menu_wrapper {
    background-color: #0e1427;
}

.jp_rightside_job_categories_wrapper {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.jp_rightside_job_categories_heading {
    float: left;
    width: 100%;
    /*background: #23c0e9;*/
    background: linear-gradient(to left, #066934, rgba(6, 105, 52, 0.90));
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}

    .jp_rightside_job_categories_heading h4 {
        font-size: 16px;
        color: #ffffff;
    }

.jp_rightside_job_categories_content {
    float: left;
    width: 100%;
    background: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 40px;
    border: 1px solid #e9e9e9;
    border-bottom: 1px solid #066934;
    border-top: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    height: 300px;
    overflow-y: auto;
}

.jp_rightside_job_categories_wrapper:hover .jp_rightside_job_categories_content {
    border-bottom: 1px solid #f36969;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jp_rightside_job_categories_content ul {
    margin-top: 20px;
}

.jp_rightside_job_categories_content li {
    margin-top: 20px;
}

    .jp_rightside_job_categories_content li a {
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

        .jp_rightside_job_categories_content li a:hover {
            color: #23c0e9;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -moz-transition: all 0.5s;
            transition: all 0.5s;
        }

    .jp_rightside_job_categories_content li:first-child {
        margin-top: 0;
    }

    .jp_rightside_job_categories_content li i {
        padding-right: 5px;
        color: #f36969;
    }

    .jp_rightside_job_categories_content li a span {
        color: #23c0e9;
    }

    .jp_rightside_job_categories_content li:last-child a {
        font-size: 14px;
        font-weight: bold;
        color: #23c0e9;
        text-transform: uppercase;
    }

    .jp_rightside_job_categories_content li:last-child i {
        color: #23c0e9;
    }

.handyman_sec1_wrapper input[type="checkbox"] {
    display: none;
}

.handyman_sec1_wrapper label {
    cursor: pointer;
    color: #000000;
    font-weight: 500;
}

.handyman_sec1_wrapper .box {
    margin-top: 10px;
}

    .handyman_sec1_wrapper .box input {
        margin-bottom: 10px;
    }


.handyman_sec1_wrapper label span {
    color: #8dc640;
}

input[type="checkbox"] + label:before {
    border: 1px solid #8dc640;
    content: "\00a0";
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font: 16px/1em sans-serif;
    height: 16px;
    margin: .20em .56em .0 .0;
    padding: 0;
    vertical-align: top;
    width: 16px;
}

input[type="checkbox"]:checked + label:before {
    background: #8dc640;
    color: #ffffff;
    content: "\2713";
}

input[type="checkbox"]:checked + label:after {
    font-weight: bold;
}

.jp_job_location_wrapper {
    margin-top: 40px;
}

.jp_add_resume_wrapper {
    background: url('../images/content/resume-bg.jpg') 50% 0 repeat-y;
    width: 100%;
    height: 100%;
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

.jp_add_resume_img_overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background: rgba(0,0,0,0.9);
}

.jp_add_resume_cont {
    position: relative;
    display: inline-block;
    padding-top: 45px;
    padding-bottom: 45px;
}

    .jp_add_resume_cont h4 {
        font-size: 16px;
        color: #ffffff;
        padding-top: 25px;
        line-height: 25px;
        position: relative;
    }

        .jp_add_resume_cont h4:before {
            content: '';
            border: 1px solid #23c0e9;
            width: 8px;
            position: absolute;
            bottom: -15px;
            left: -45px;
            right: 0;
            margin: 0px auto;
        }

        .jp_add_resume_cont h4:after {
            content: '';
            border: 1px solid #23c0e9;
            width: 30px;
            position: absolute;
            bottom: -15px;
            left: 0;
            right: 0;
            margin: 0px auto;
        }

    .jp_add_resume_cont ul {
        display: inline-block;
        margin-top: 35px;
    }

    .jp_add_resume_cont li a {
        float: left;
        width: 160px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        color: #ffffff;
        font-weight: bold;
        background: #23c0e9;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

        .jp_add_resume_cont li a:hover {
            background: #f36969;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -moz-transition: all 0.5s;
            transition: all 0.5s;
        }

.pager_wrapper {
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center;
}

    .pager_wrapper div::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(78, 78, 78, 0.3);
        background-color: #F5F5F5;
        border-radius: 6px;
    }

    .pager_wrapper div::-webkit-scrollbar {
        height: 7px;
        background-color: #F5F5F5;
        border-radius: 6px;
    }

    .pager_wrapper div::-webkit-scrollbar-thumb {
        background-color: #afafaf;
        border-radius: 6px;
    }

    .pager_wrapper ul li.pageNumber {
        display: inline-block;
        border: 1px solid #ddd;
        padding: 9px 5px;
        margin-right: 10px;
        background-color: #fff;
        font-size: 14px;
        font-family: 'Montserrat', sans-serif;
        line-height: 1.3;
        border-radius: 3px;
        box-shadow: 0px 0px 2px #ddd;
        min-width: 40px;
        cursor: pointer;
    }

        .pager_wrapper ul li.pageNumber.active {
            background-color: #4b95d4;
            color: #fff;
            border-color: #337ab7;
        }

        .pager_wrapper ul li.pageNumber:last-child {
            margin-right: 0px;
        }

.pagination {
    display: inline-block;
    margin: 0;
}

    .pagination > li > a {
        color: #000;
        background: #fff;
        font-size: 12px;
        text-transform: uppercase;
        transition: all 0.5s;
        padding: 5px;
        width: 30px;
        height: 30px;
        line-height: 18px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 5px;
        text-align: center;
        margin-right: 5px;
    }

    .pagination > li:first-child > a {
        width: 44px;
        height: 30px;
        line-height: 17px;
        text-align: center;
        font-size: 12px;
        color: #000;
        border-radius: 5px;
        border: 1px solid #e2e2e2;
        margin-right: 5px;
        background: #fff;
        padding-left: 5px;
    }

    .pagination > li:nth-child(2) > a {
        width: 70px;
        height: 30px;
        line-height: 17px;
        text-align: center;
        font-size: 12px;
        color: #000;
        border-radius: 5px;
        border: 1px solid #e2e2e2;
        margin-right: 5px;
        background: #fff;
        padding-left: 5px;
    }

    .pagination > li:nth-last-child(2) > a {
        width: 46px;
        height: 30px;
        line-height: 17px;
        text-align: center;
        font-size: 12px;
        color: #000;
        border-radius: 5px;
        border: 1px solid #e2e2e2;
        margin-right: 5px;
        background: #fff;
        padding-left: 5px;
    }

    .pagination > li:last-child > a {
        width: 41px;
        height: 30px;
        line-height: 17px;
        text-align: center;
        font-size: 12px;
        border-radius: 5px;
        border: 1px solid #e2e2e2;
        margin-left: 0px;
        background: #fff;
        padding-left: 5px;
    }

    .pagination > li:first-child:hover > a {
        background: #23c0e9;
        border: 1px solid #23c0e9;
    }

    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
        z-index: 2;
        color: #fff;
        border: 1px solid #23c0e9;
        background-color: #23c0e9;
        border-color: none;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

.jp_listing_heading_wrapper h2 {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    padding-top: 60px;
}

.jp_listing_heading_wrapper span {
    color: #23c0de;
}

.jp_navi_right_btn_wrapper li:first-child a {
    background: transparent;
}

.jp_navi_right_btn_wrapper li:last-child a {
    background: transparent;
    border: 1px solid #ffffff40;
}

.jp_navi_right_btn_wrapper li:first-child a:hover {
    background: #8dc640;
}

.jp_navi_right_btn_wrapper li:last-child a:hover {
    background: #8dc640;
}

.jp_job_heading_wrapper {
    padding-top: 29px;
    padding-bottom: 00px;
}

.totalRecords {
    padding-top: 13px;
    text-align: right;
}
/*-- jp listing sidebar Wrapper End --*/
/************************* ---- Listing CSS End ---- *************************/

/************************* ---- Multi Step Form Start ---- *************************/
#msform {
    background: #fff;
    padding: 20px 20px;
    margin: 20px 0px;
    border: 1px solid #ddd;
    box-shadow: 6px 7px 6px #ddd;
    border-bottom: 2px solid #0d6d3a;
    margin-bottom: 100px;
}

    #msform:hover {
        border-bottom: 2px solid #f36969;
        transition: all 0.5s ease-in-out;
    }

#progressbar li {
    text-align: center;
}

#progressbar p {
    background: #fff;
    color: #000;
    width: 24px;
    border: 1px solid #0d6d3a;
    border-radius: 15px;
    margin: auto;
}

    #progressbar p.active {
        background: #0d6d3a;
        color: #fff;
    }

#progressbar a {
    font-weight: 500;
    font-family: century gothic;
    font-size: 14px;
    color: #888;
}

#progressbar div {
    position: relative;
    border: 1px solid #8dc640;
    top: 13px;
    width: 64%;
    margin: 0px 0px 0px 18%;
}

.PersonalDetails input {
    margin-bottom: 10px;
}

.divide3 {
    height: 30px;
}

#JobTypes p {
    border-radius: 0px;
    border-bottom: 1px solid #8dc640;
    box-shadow: 2px 3px 2px #ddd;
    padding: 5px;
    text-align: center;
    cursor: pointer;
}

#msform fieldset {
    display: none;
}

    #msform fieldset.active {
        display: block;
    }

.ck-editor__editable.ck-rounded-corners, .ck-rounded-corners .ck-editor__editable {
    height: 150px;
}

.QuestionsDiv {
    padding: 10px 10px;
    border: 1px solid #11192c;
    margin: 10px 0px;
    border-bottom: 2px solid #11192c;
}

#msform a {
    cursor: pointer;
}
/************************* ---- Multi Step Form End ---- *************************/

/************************* ---- ScrollBar Start ---- *************************/
.scrollbar {
    margin-left: 30px;
    float: left;
    height: 300px;
    width: 65px;
    background: #F5F5F5;
    overflow-y: scroll;
    margin-bottom: 25px;
}

/*
 *  STYLE 1
 */

.jp_rightside_job_categories_content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.6);
    background-color: #fff;
}

.jp_rightside_job_categories_content::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.jp_rightside_job_categories_content::-webkit-scrollbar-thumb {
    background-color: #FFF;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-image: -webkit-linear-gradient(90deg, rgb(9, 107, 54) 0%, rgb(8, 106, 53) 25%, #ececec 100%, rgb(8, 106, 54) 75%, transparent);
}
/************************* ---- ScrollBar End ---- *************************/

.modaldetails h3, .modaldetails h4, .modaldetails p {
    padding: 0px 5px;
}


.LoadingProImage {
    width: 80px;
    position: relative;
    top: 160px;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#mainwrapper {
    background-color: #fff;
    min-height: 400px;
    margin-top: 61px;
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: 2px solid #096b37;
    padding: 0px 0px 10px 0px;
}

#DescriptionP {
    font-family: 'Century Gothic';
}

h2.jobSectionHeader {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

#JobsList {
    background-color: #fff;
    padding: 20px 20px;
    margin-top: 61px;
}

.JobTile {
    padding: 5px 0px;
    border: 1px solid #ddd;
    border-bottom: 2px solid #096b37;
    box-shadow: 2px 1px 0px #ddd;
    margin-bottom: 10px;
    line-height: 1.3;
    height: 167px;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .JobTile p {
        -webkit-line-clamp: 2;
    }

    .JobTile h1, h2, h3, h4, h5, h6 {
        font-size: 12px;
    }

#JobsbyCategory p, #JobsbyCategoryXS p {
    margin: 0px;
}

    #JobsbyCategory p label, #JobsbyCategoryXS p label {
        margin: 3px 0px;
        font-size: 11pt;
    }

#JobsbyLocation p, #JobsbyLocationXS p {
    margin: 0px;
}

    #JobsbyLocation p label, #JobsbyLocationXS p label {
        margin: 3px 0px;
        font-size: 11pt;
    }

#JobsBySkills p, #JobsBySkillsXS p {
    margin: 0px;
}

    #JobsBySkills p label, #JobsBySkillsXS p label {
        margin: 0px;
        font-size: 11pt;
    }

#JobsByType p, #JobsByTypeXS p {
    margin: 0px;
}

    #JobsByType p label, #JobsByTypeXS p label {
        margin: 3px 0px;
        font-size: 11pt;
    }

.ListDivContainer {
    background-color: #fff;
    padding: 20px 10px;
    border: 1px solid #ddd;
    margin-top: 21px;
}

    .ListDivContainer:hover {
        border-color: #23c0e9;
        transition: all 0.3s ease-in-out;
    }

    .ListDivContainer:not(:hover) {
        border-color: #ddd;
        transition: all 0.3s ease-in-out;
    }


.searchInput {
    position: relative;
    padding: 1px 15px;
}

    .searchInput span.fa {
        position: absolute;
        top: 9px;
        left: 22px;
        color: #ddd;
    }

    .searchInput input {
        padding-left: 30px;
    }

span.addedByPlacement {
    position: absolute;
    top: 54px;
    left: -50px;
    transform: rotate(90deg);
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.3;
    padding: 1px 5px 2px 5px;
    background-color: #5bc0de;
    color: #fff;
}

span.addedBybrochure{
    position: absolute;
    top: 43px;
    left: -54px;
    transform: rotate(90deg);
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.3;
    padding: 1px 5px 2px 5px;
    background-color: #5CB85C;
    color: #fff;
}
