
.applicant_img_container{
    /*height: 150px;*/
    /*height: 100px;*/
    width: 60px !important;
    height: 60px !important;
    overflow: hidden;
    border-radius: 50%;
    margin: 10px 0;
    position: relative;
}
.applicant_img_container_parent{
    overflow: hidden;
    padding-top: 25%;
}
.divider_btm{
    border-bottom: 1px solid #e0e0e0;
    width: 90%;
    margin: 0 5%;
}
.applicant_img{
    padding: 0!important;
    border: none;
    max-width: none;
    max-height: none;
}
.applicant_name{
    font-size: 16px;
    font-family: Raleway_SemiBold;
}
.view_count{
    font-family: Lato_Bold;
    font-size: 18px;
}
.view_count i{
    font-size: 16px;
    color: #aaafb2;
    margin-right: 5px;
}
.expected_salary{
    text-align: right;
    font-size: 18px;
    font-family: Lato_Bold;
}
.expected_salary_currency{
    margin-right: 5px;
    font-size: 14px;
    font-family: Raleway_SemiBold;
}
.rate_wrapper{
    padding: 1px 2px 3px 2px !important;
}
.rate_wrapper_parent{
    text-align: left !important;
}
.rate_wrapper > img {
    width: 12px !important;
}
.applicant_detail_wrapper{
    padding: 5px 10px;
}
.rate_wrapper_parent > a{
    font-size: 10px;
}
.expected_salary_value{
    font-family: LatoSemiBold;
    font-size: 16px;
    color: black;
}
.talent_list{
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0px !important;
}
.applicant_list_obj {
    display: flex;
    width: 23%;
    margin: 0 1%;
    margin-bottom: 10px;
}
.footer_btm{
    border-top: 1px solid #e0e0e0;
    position: absolute;
    bottom: 0;
}
.applicant_container{
    padding: 0px 0px;
    padding-bottom: 60px;
    cursor: pointer;
}

.title_bar{
    padding: 15px 10px;
}
.shortlisted_lbl{
    border: 1px solid #00aff0;
    border-radius: 5px;
    color: #00aff0;
    font-size: 16px;
    background: white;
    padding: 10px;
    text-align: center;
}
.unlocked_lbl{
    border: 1px solid #00aff0;
    border-radius: 5px;
    color: #00aff0;
    font-size: 16px;
    background: white;
    padding: 10px;
    text-align: center;
}
.ts_page_title{
    color: #00aff0;
    font-size: 18px;
    padding: 9px;
    font-family: Raleway_Regular;
    font-weight: bold;
}
.search_bar_input{
    border: 1px solid #00aff0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    line-height: 40px;
    padding: 0px 15px;
}
.search_bar_btn{
    border: 1px solid #00aff0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #00aff0;
    color: white;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}
.action_panel_border1{
    padding: 15px 0;
}

.pagination {
    margin:0;
    float: right;
}
.pagination a{
    color: black;
    float: left;
    padding: 8px 12px;
    text-decoration: none;
    border: 1px solid #00aff0;
    font-family: LatoWeb;
    background: white;
}
.pagination a.active{
    background-color: #00aff0;
    text-decoration: none;
    color: white;
}
.pagination a:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.pagination a:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.pagination_style_gt500 {
    text-align:center;
}
.not_found_err{
    width: 30%;
}

#messageForm > table {
    width: 100%;
}
#messageForm .chat_send_btn_style01 {
    height: 100%;
    border-top-right-radius: 10px!important;
    border-bottom-right-radius: 10px!important;
    border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
    width: 100%;
}
.img-responsive{
    margin: 0 auto;
}
#new_message{
    height: 54px;
}
#map_canvas {
    width: 100%;
    height: 100%;
}

.ts_page_title{
    font-family: Raleway_Regular;
    font-weight: bold;
}
.balance_wrapper{
    border: 2px solid #00aff0;
}
.balance_lbl{
    background: #33bff3;
    color: white;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
}
.balance_qty{
    background: white;
    color: #00aff0;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
}

@media (max-width: 991px){
    .applicant_list_obj {
        display: flex;
        width: 31.3333%;
        margin: 0 1%;
        margin-bottom: 10px;
    }
    .applicant_img_container{
        width: 50px !important;
        height: 50px !important;
    }
}
@media (max-width: 767px){
    .applicant_list_obj {
        display: flex;
        width: 48%;
        margin: 0 1%;
        margin-bottom: 10px;
    }
    .applicant_img_container{
        width: 70px !important;
        height: 70px !important;
    }
}
@media (max-width:700px){
    .not_found_err{
        width: 50%;
    }
}
@media (max-width: 600px){
    .applicant_img_container{
        width: 60px !important;
        height: 60px !important;
    }
}
@media (max-width:500px) {
    .pagination_style_gt500 {
        text-align:center!important;
    }
    .shortlisted_lbl {
        font-size: 14px;
        padding: 10px 5px;
    }
    .unlocked_lbl {
        font-size: 14px;
        padding: 10px 5px;
    }
    .ts_page_title{
        padding: 12px 0;
        font-size: 15px;
    }
    .applicant_list_obj {
        display: flex;
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
    .applicant_img_container {
        height: 100px;
    }
    .shortlisted_lbl {
        font-size: 14px;
        padding: 10px 5px;
    }
    .unlocked_lbl {
        font-size: 14px;
        padding: 10px 5px;
    }
    .ts_page_title{
        padding: 10px 0;
        font-size: 15px;
    }
}
@media (max-width:400px){
    .not_found_err{
        width: 70%;
    }
    .applicant_img_container {
        height: 85px;
    }
}
@media (max-width: 350px) {
    .applicant_img_container {
        height: 75px;
    }
}