a{
    text-decoration: none!important;
}

input::-moz-placeholder {
    color: #e0e0e0;
    opacity: 1;
}

.emp_interview_inv_input_style01::-moz-placeholder {
    color: #e0e0e0;
    opacity: 1;
}

.emp_interview_inv_input_style03::-moz-placeholder {
    color: #e0e0e0;
    opacity: 1;
}

#f2f_interview_date_time::-moz-placeholder {
    color: #e0e0e0;
    opacity: 1;
}
#pc_interview_date_time::-moz-placeholder {
    color: #e0e0e0;
    opacity: 1;
}

.no_padding{
    padding: 0px!important;
}

.no_margin{
    margin: 0px!important;
}

.content_wrapper{
    background: #F2F2F2;
}

.title_bar{
    border: 1px solid #e0e0e0;
    background: #31aff0;
    border-top: none;
}

.title_bar .title{
    color: #00aff0;
    font-size: 18px;
    line-height: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.title_bar .status{
    text-align: center;
    text-decoration: none!important;
    cursor: pointer;
    padding: 5px 2px!important;
}
.title_bar .status > p{
    color: #bebebe;
    font-size: 15px;
    margin:0!important;
}

.title_bar .status > .count_by_status{
    font-size: 22px;
    font-weight:bold;
}

.title_bar .selected {
    border-bottom: 3px solid #00AFF0;
    margin-bottom: 0px!important;
}

.title_bar .selected > p {
    display: block;
    color: #000!important;
}

.applicant_data_action {
    display: flex;
    align-items: flex-end;
}

@media (max-width:767px) {
    .title_bar .selected {
        background: #00AFF0;
    }

    .title_bar .selected > p {
        display: block;
        border-bottom: 0px;
        font-weight: bold;
        color: #ffffff!important;
    }
}
@media (max-width:500px) {
    .title_bar .status > p{
        color: #bebebe;
        font-size: 12px;
        margin:0!important;
    }
}

.applicant_data_table{
    width:100%;
    table-layout: fixed;
}

.applicant_data_table td{
    vertical-align: top;
    padding-bottom: 5px;
}

.applicant_wrapper{
    padding: 10px!important;
    background: white;
    cursor: pointer;
}

.applicant_wrapper > div {
    display: flex;
}

@media (max-width:767px) {

    .applicant_wrapper > div {
        display: block;
    }
    .applicant_data_action {
        display: block;
    }
}
.applicant_checkbox{
    vertical-align: top;
    margin: 5px;
    float: left;
}

.applicant_img_container{
    display: inline-block;
    width: 75px;
    height: 75px;
    background-size: contain;
    background-color: white;
    padding: 0px;
    border: 1px solid #e0e0e0;
    text-align: center;
}

.applicant_img{
    /*padding: 5px!important;*/
    background: white;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    margin: auto;
}

.applicant_name{
    font-size: 18px;
    font-weight: bold;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width:350px) {
    .applicant_name{
        font-size: 16px;
    }
}

.job_unlock_status{
    display: inline;
    float: right;
}

.icon_20{
    width: 20px;
    margin-right: 5px;
}

.no_padding_left{
    padding-left: 0px!important;
}

.no_padding_right{
    padding-right: 0px!important;
}

@media (max-width:767px) {
    .no_padding_left{
        padding-left: 0px!important;
        padding-right: 0px!important;
    }

    .no_padding_right{
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
}

.applicant_action_wrapper{
    background: white;
    font-size: 0px;
    text-align: right;
}

.applicant_action_wrapper .action_click{
    width:27%;
    margin: 0px 1%;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    padding:8px 0px 5px 0px;
    text-decoration: none!important;
    cursor: pointer;
    border: 2px solid #31aff0;
    border-radius: 5px;
}

.applicant_action_wrapper .action_click_box{
    width:27%;
    margin: 0px 1%;
    display: inline-block;
    text-align: center;
    border: 2px solid #31aff0;
    border-radius: 5px;
}


.action_click_box .action_click{
    width:100%;
    margin: 0;
    display: inline-block;
    text-align: center;
    border: none;
    border-radius: 5px;
}

.action_click_box.open {
    background: #00aff0;
}
.action_click_box.open .action_click,
.action_click_box.open .action_click_txt {
    color: white;
}
.action_click_box.open .dropdown-menu .action_click_txt {
    color: black;!important;
}

.action_click_box.open .dropdown-menu {
    min-width: 100%;
    max-width: 100%;
}

@media (max-width:500px) {
    .action_click_box .dropdown-menu {
        display: none !important;
    }
    .action_click_box.open .dropdown-menu {
        display: block !important;
    }
}

@media (max-width:991px) {
    .applicant_action_wrapper{
        border-top: 0px;
        background: white;
        padding: 10px 10px 10px 10px!important;
    }

    .applicant_action_wrapper .action_click:last-child{
        border: 1px solid #e0e0e0;
    }
}
@media (max-width:500px) {
    .applicant_action_wrapper {
        text-align: center;
        margin: 10px 0px 0px 0px;
    }
    .applicant_action_wrapper .action_click {
        width: 30%;
    }
    .applicant_action_wrapper .job_unlock_btn{
        display: block;
        margin: 10px auto 0px auto;
        width: 63%!important;
    }

    .applicant_action_wrapper .action_click_box{
        display: block;
        margin: 10px auto 0px auto;
        width: 63%!important;
    }
    .action_click_box .action_click{
        width:100%;
        margin: 0;
        display: inline-block;
        text-align: center;
        border: none;
        border-radius: 5px;
    }

    .action_click_box.open {
        background: #00aff0;
    }
    .action_click_box.open .action_click,
    .action_click_box.open .action_click_txt {
        color: white;
    }
    .action_click_box.open .dropdown-menu .action_click_txt {
        color: black;!important;
    }
}
@media (max-width:400px) {
    .applicant_action_wrapper .action_click{
        font-size: 12px;
    }
}

/*.applicant_action_arrow_wrapper{*/
    /*font-size: 0px;*/
/*}*/
/*.applicant_action_arrow_wrapper > div{*/
    /*width: 20%;*/
    /*display: inline-block;*/
    /*text-align: center;*/
    /*display: none;*/
/*}*/

/*.arrow_bottom {*/
    /*border: 20px solid #00AFF0;*/
    /*width: 20px;*/
    /*display: inline-block;*/
    /*border-left-color: transparent;*/
    /*border-right-color: transparent;*/
    /*border-bottom-color: transparent;*/
/*}*/
.applicant_action_wrapper .action_click.btn_chat {
    background: #00aff0!important;
    color: #ffffff!important;
}
.applicant_action_wrapper .action_click.btn_chat p {
    color: #ffffff!important;
}
.applicant_action_wrapper .action_click.selected {
    background: #00aff0;
    color: #ffffff;
}
.applicant_action_wrapper .action_click.selected {
    background: #00aff0;
    color: #ffffff;
}
.applicant_action_wrapper .action_click.selected p {
    color: #ffffff;
}
.applicant_action_wrapper .action_click.disabled {
    background: #dedede;
    border-color: #c5c5c5;
    opacity: 0.2;
    cursor: auto;
}

/*.applicant_action_wrapper .action_click.selected:after {*/
    /*content: "";*/
    /*width: 20px;*/
    /*border-style: solid;*/
    /*border-top-color: #00AFF0;*/
    /*border-left-color: transparent;*/
    /*border-right-color: transparent;*/
    /*border-bottom-color: transparent;*/
    /*border-left-width: 10px;*/
    /*border-right-width: 10px;*/
    /*border-top-width: 20px;*/
    /*border-bottom-width: 20px;*/
    /*bottom: -40px;*/
    /*left: 8%;*/
    /*position: absolute;*/
/*}*/

/*.applicant_action_wrapper .action_click.btn_chat:after {*/
    /*left: 35%;*/
/*}*/

/*@media (max-width:991px) {*/
    /*.applicant_action_wrapper .action_click.selected:after{*/
        /*left: 46%;*/
    /*}*/
/*}*/
.applicant_container{
    border: 1px solid #e0e0e0;
    background: white;
}

.applicant_container_selected{
    margin: -1px;
    border: 2px solid #00AFF0;
}

.show_resume:after {
    content: "";
    width: 20px;
    border-style: solid;
    border-top-color: #00AFF0;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-width: 10px;
    border-right-width: 10px;
    border-top-width: 20px;
    border-bottom-width: 20px;
    bottom: -40px;
    left: 48%;
    position: absolute;
}

.language_list{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.job_apply_status_lbl, .job_unlock_status{
    text-align: right;
    float: left;
    padding: 0px 10px;
}

.job_unlock_status > img {
    height: 25px;
}

.job_apply_status_lbl .shortlisted{
    color: #ffaf00;
    border: 2px solid #ffaf00;
    padding:2px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
    background: white;
}
.job_apply_status_lbl .hired{
    color: #58b780;
    border: 2px solid #58b780;
    padding:2px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
    background: white;
}
.job_apply_status_lbl .rejected{
    color: #ff0000;
    border: 2px solid #ff0000;
    padding:2px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
    background: white;
}

.expected_salary_container{
    display: inline;
}

.action_click{
    cursor: pointer;
}
.action_click_txt{
    font-family: Raleway_Regular;
}

.action_click_img{
    vertical-align: text-top;
    margin-right: 5px;
    height: 13px;
}

.modal_popup_image_wrapper{
    border: 5px solid #00aff0;
    padding: 10px 0px;
    width: 60%;
    margin: auto;
}
@media (max-width:600px) {
    .modal_popup_image_wrapper{
        border: 5px solid #00aff0;
        padding: 10px 0px;
        width: 75%;
        margin: auto;
    }
}
@media (max-width:400px) {
    .modal_popup_image_wrapper{
        border: 5px solid #00aff0;
        padding: 10px 0px;
        width: 90%;
        margin: auto;
    }
}
.modal_popup_cost{
    font-size: 18px !important;
    font-weight: bold;
}
.action_panel{
    z-index:90;
}
.action_panel .action_box_style01{
    border: 1px solid #e0e0e0;
    display: inline-block;
    width:auto;
    padding:10px 15px;
    margin: 0px 10px;
    min-height: 40px;
    max-height: 40px;
    height: 40px;
    float: left;
    background: #f2f2f2;
    border-radius: 5px;
    vertical-align: middle;
}

.action_box_style01:first-child{
    margin: 0px;
}
.action_panel_border1{
    width: auto;
    float: left;
}

.action_panel_border2{
    width: auto;
    padding:4px 0px;
    background: #f2f2f2;
    float: right;
    border-radius: 5px;
}

.action_panel .action_box_style02{
    border: 1px solid #e0e0e0;
    display: inline-block;
    /*width:auto;*/
    padding:5px 10px;
    margin: 0px 5px;
    min-height: 30px;
    max-height: 30px;
    height: 30px;
    float: left;
    background: white;
    vertical-align: middle;
}
.action_panel .action_box_style02.action_05{
    margin-right: 0px;
}
.action_box_style01 label {
    font-size: 14px;
    color: #000000;
    font-weight: normal;
}
.action_box_style01 a {
    font-size: 14px;
    color: #000000;
    font-weight: normal;
}
.action_box_style02 label {
    font-size: 12px;
    color: #000000;
    font-weight: normal;
}
.action_box_style02 a {
    font-size: 12px;
    color: #000000;
    font-weight: normal;
}
.action_panel input[type="checkbox"] {
    margin: 0 5px;
}
.important .dropdown-menu{
    height: auto!important;
    overflow-y: hidden!important;
    padding: 5px;
}
.important .dropdown-menu a{
    padding: 5px!important;
    cursor: pointer;
}
.important .dropdown-menu a{
    padding: 5px!important;
    cursor: pointer;
}

.emp_global_header_wrapper .dropdown-menu a{
    padding: 3px 20px!important;
}

.emp_global_header_wrapper ul.profile_dropdown{
    height: auto!important;
}

.action_box_style01 .dropdown-menu{
    top: 36px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}
.action_box_style02 .dropdown-menu{
    top: 26px;
    width: 300px;
    min-width: 300px;
    max-width: 300px;
}
.caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;

    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

.dropdown-menu input[type="text"]{
    margin: 8px 0;
}
.dropdown-menu input[type="number"]{
    margin: 8px 0;
    border: 1px solid #cecece;
}

input[type="number"]:hover::-webkit-inner-spin-button,
input[type="number"]:hover::-webkit-outer-spin-button,
input[type="number"]:focus::-webkit-inner-spin-button,
input[type="number"]:focus::-webkit-outer-spin-button {
    -webkit-appearance: none!important;
    margin: 0;
}

.btn_submit_action{
    border-radius: 30px;
    padding: 5px 20px;
    background: #00aff0;
    color: white;
    border: 0;
}

.dropdown-menu label{
    font-size: 14px;
    font-weight: normal;
}

@media (max-width:991px) {
    .action_panel_border2{
        width:100%;
    }

    .action_box_style02{
        float: none!important;
    }
}

@media (max-width:767px) {
    /*.dropdown {*/
        /*position: static;*/
    /*}*/
    .action_box_style01 label {
        font-size: 14px;
        color: #000000;
    }
    .action_box_style01 a {
        font-size: 14px;
        color: #000000;
    }
    .action_box_style02 label {
        font-size: 14px;
        color: #000000;
    }
    .action_box_style02 a {
        font-size: 14px;
        color: #000000;
    }
    /*.action_panel input[type="checkbox"] {*/
        /*margin: 0px;*/
    /*}*/
    .action_panel_border1{
        width:100%;
    }
    .action_panel .action_box_style01{
        padding: 10px 5px;
        width: 30%;
        text-align: center;
        margin:0;
    }
    .action_box_style01:first-child{
        margin:0%;
        margin-right:5%;
        text-align: center;
    }
    .action_box_style01:last-child{
        margin:0%;
        margin-left:5%;
        text-align: center;
    }
    .action_panel_border2{
        padding: 10px;
    }
    .action_panel .action_box_style02 {
        width: 50%!important;
        margin: 1px 0!important;
        float: left!important;
    }
    .action_panel_border2 .action_box_style02:first-child {
        width: 100%!important;
        margin: 0!important;
    }
    .action_panel_border2{
        margin-top: 10px!important;
    }
}


.dropdown > a, .dropdown > a:hover, .dropdown > a:active, .dropdown > a:focus{
    text-decoration: none!important;
}

.dropdown-menu {
    display: none;
}

#credit_cost{
    font-family: Lato;
}

/* force to fill parent width */

@media (min-width:992px) {
    .action_03 .dropdown-menu {
        right: 0px;
        left: -245px;
    }
    .action_04 .dropdown-menu {
        right: 0px;
        left: -215px;
    }
    .action_05 .dropdown-menu {
        right: 0px;
        left: -213px;
    }
}
@media (max-width:991px) {
    .action_panel .action_box_style02{
        margin:0!important;
    }
    .action_01 {
        width: 20%;
    }

    .action_02 {
        width: 22%;
    }

    .action_03 {
        width: 10%;
    }

    .action_04 {
        width: 15%;
    }

    .action_05 {
        width: 15%;
    }

    .action_06 {
        width: 15%;
    }
    .action_05 .dropdown-menu {
        right: 0px;
        left:-176px;
    }
    .action_06 .dropdown-menu {
        right: 0px;
        left:-176px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .applciant_data_table_parent{
        padding:0px!important;
    }
}
@media (max-width:500px) {
    .applciant_data_table_parent{
        padding:0px!important;
    }
}

@media (max-width:500px) {
    .action_box_style02 .dropdown-menu{
        top: 26px;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        left: 0px;
    }
    .action_panel .action_box_style02 {
        width: 100%!important;
        margin: 0!important;
    }
    .action_panel_border2{
        border: 1px solid #e0e0e0;
    }
}

.rate_wrapper{
    background: #585858;
    border: 1px solid #e0e0e0;
    padding: 5px 5px;
    text-align: center;
    line-height: 15px;
    border-radius: 5px;
    display: inline-block;
}

.rate_wrapper > img{
    width: 15px;
}

.rate_wrapper_parent > a{
    font-size: 12px;
}

.all_review_lbl{
    font-family: LatoSemiBold;
    color: #00AFF0!important;
    text-decoration: none!important;
    cursor: pointer!important;
}

.pending_rate{
    background-color: #00AFF0;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none!important;
    color: white!important;
    cursor: pointer!important;
}

.pending_rate > span, .done_rate > span{
    text-decoration: none!important;
    color: white!important;
    font-size: 12px;
}

@media (min-width: 992px){
    .rate_wrapper_parent{
        text-align: center;
    }
}

@media (max-width: 991px){
    .rate_wrapper_parent{
        text-align: left;
    }
}

@media (max-width: 767px){
    .rate_wrapper_parent{
        text-align: center;
    }
}

@media (max-width: 500px){
    .rate_wrapper_parent{
        text-align: left;
    }
}


.reject_reason_wrapper{
    width: 80%;
    margin: auto;
    border: 2px solid #00AFF0;
    padding: 15px 20px;
}

.reject_reason_select{
    background: white;
    height: 40px;
    border-color: #e0e0e0;
    /*color: #f2f2f2;*/
}


.rating {
    border: none;
    float: left;
}

.rating > input { display: none; }
.rating > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    background:url('../images/rating/star.png');
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
}

.rating > label {
    color: #ddd;
    float: right;
    background:url('../images/rating/star_grey.png');
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    margin-right: 10px;
}

.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    background:url('../images/rating/star.png');
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
}

.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
    background:url('../images/rating/star.png');
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
}

@media (max-width: 767px){
    .rating > label:before {
        margin: 5px;
        font-size: 1.25em;
        font-family: FontAwesome;
        display: inline-block;
        background:url('../images/rating/star.png');
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
    }

    .rating > label {
        color: #ddd;
        float: right;
        background:url('../images/rating/star_grey.png');
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
        margin-right: 10px;
    }

    .rating > input:checked ~ label,
    .rating:not(:checked) > label:hover,
    .rating:not(:checked) > label:hover ~ label {
        background:url('../images/rating/star.png');
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
    }

    .rating > input:checked + label:hover,
    .rating > input:checked ~ label:hover,
    .rating > label:hover ~ input:checked ~ label,
    .rating > input:checked ~ label:hover ~ label {
        background:url('../images/rating/star.png');
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
    }
}

@media(max-width: 500px){
    .reject_reason_wrapper{
        width: 100%;
    }
    .job_apply_status_lbl, .job_unlock_status {
        padding: 5px 15px;
    }
}


.other_reject_reason_field {
    resize: none;
    height: 120px!important;
}