﻿.img-wrap {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0;
}

    .img-wrap > img {
        top: 0%;
        left: 0%;
        transform: none;
        display: block;
        position: absolute;
        min-height: 25%;
        min-width: 25%;
        /*max-height: 100%;
        max-width: 100%;*/
        max-height: 68px;
        max-width: 68px;
    }


.joblist-title:hover {
    cursor: pointer;
    color: #000099;
    text-decoration: none;
}

.joblist-title {
    color: black;
    font-size: 0.9rem;
    text-decoration: none;
} 

.temp_lst_hvr:hover {
    cursor: pointer;
    color: #000099;
    text-decoration: none;
}

.roundbadge1 {
    outline: 0;
    display: inline-block;
    border: 1px solid #00a0c6;
    font-weight: bold;
    display: inline-block;
    font-size: 9px;
    margin: 3px 6px 3px 0;
    cursor: pointer;
    color: #FFF;
    background-color: #00a0c6;
}

.roundbadge2 {
    display: inline-block;
    border: 1px solid #000;
    font-weight: bold;
    display: inline-block;
    font-size: 9px;
    margin: 3px 6px 3px 0;
    cursor: pointer;
    color: #FFF;
    background-color: #000;
}

.roundbadge3 {
    display: inline-block;
    border: 1px solid #D20A11;
    font-weight: bold;
    display: inline-block;
    font-size: 9px;
    margin: 3px 6px 3px 0;
    cursor: pointer;
    color: #FFF;
    background-color: #D20A11;
}

.roundbadge1:hover {
    cursor: pointer;
    color: #FFF;
    background-color: #0c71c3;
}

.roundbadge2:hover {
    cursor: pointer;
    color: #FFF;
    background-color: #0c71c3;
}

.roundbadge3:hover {
    cursor: pointer;
    color: #FFF;
    background-color: #D20A11;
}


.hvrstyle1:focus {
    outline: none;
}

.hvrstyle2:focus {
    outline: none;
}

.hvrstyle3:focus {
    outline: none;
}

.hvrstyle_jobdet1:hover {
    cursor: none;
    color: #FFF;
    background-color: #8300e9;
}

.hvrstyle_jobdet2:hover {
    cursor: none;
    color: #FFF;
    background-color: #0c71c3;
}

.hvrstyle_jobdet3:hover {
    cursor: none;
    color: #FFF;
    background-color: #D20A11;
}



.verticalcenter {
    min-height: 100%;
    display: flex;
    align-items: center;
}

.containersectionmargin {
    margin-top: 10px;
}
 
.pad3px {
    padding-left: 3px;
    padding-right: 3px;
}

.pad4px {
    padding: 0px 4px;
}

.padr3px {
    padding-right: 3px;
}

.job-listing-details {
    /*height: 160px;
    min-height: 160px;*/
}

.dyn_aln_img /*Dynamic alignment*/ {
    text-align: left;
}

.dyn_aln_btn /*Dynamic alignment*/ {
    text-align: right;
}

.extrapad1 {
    padding-right: 15px;
    padding-left: 15px;
}

.jobimg {
    /*max-height: 125px;
    max-width: 125px;*/
    max-height: 65px;
    max-width: 65px;
}


.img-coylogo {
    margin: 0 auto;
}

.img-responsive {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.job-list-hgt1 {
    /*used for except desktop template*/
    height: 190px;
}

.job-list-hgt2 {
    /*used for except mobile template*/
    height: 175px;
}

.job-listing-details:hover {
}

.rowhover:hover {
    cursor: pointer;
    /*background-color: #ededed;*/
}

.fontsize1 {
    font-size: 0.8rem;
}

.job-title-size {
    /*onlyUsed in Mobile Template*/
    font-size: 13px;
    color: black;
    text-decoration: none;
}

.fsize1 {
    font-size: 12px;
}
/*paginationStyle input job listingpage*/
.page-link { /*page-link class name defined in bootstrap*/
    position: relative;
    display: block;
    padding: 0.1rem 0.35rem;
    margin-left: -1px;
    line-height: 1.25;
    color: black;
    background-color: #fff;
    border: 1px solid #3b383c;
    font-size: 12px;
    border-top: 0px;
    border-bottom: 0px;
}

#first-page {
    border-left: 0px;
}

#last-page {
    border-right: 0px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #3ac5e9;
    border-color: #35393e;
}

.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #3a3338;
    border-color: #35393e;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
/*************Job Search Style here*************/

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    /*_______mobile__temp_css_____________*/
    .job-title-size {
        /*onlyUsed in Mobile Template*/
        font-size: 13px;
        color: black;
        text-decoration: none;
    }

    .fsize1 {
        font-size: 12px;
    }
    /*_____________________*/
    .fontsize1 {
        font-size: 0.9rem;
    }

    .job-list-hgt1 {
        height: 190px;
        min-height: 190px;
    }

    .jobimg {
        max-height: 100%;
        max-width: 100%;
    }

    .roundbadge1, .roundbadge2, .roundbadge3 {
        font-size: 10px;
    }

    

    .img-wrap > img {
        max-height: 80px;
        max-width: 80px;
    }

    .page-link {
        padding: 0.3rem 0.50rem;
        font-size: 13px;
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    /* (e.g. tablets) are targeted )*/
    /*_______mobile__temp_css_____________*/
    .job-title-size {
        /*onlyUsed in Mobile Template*/
        font-size: 14px;
        color: black;
        text-decoration: none;
    }

    .fsize1 {
        font-size: 13px;
    }
    /*_____________________*/
    .fontsize1 {
        font-size: 1rem;
    }

    .hdn-xs {
        display: block;
    }

    .dyn_aln_img {
        text-align: left;
    }

    .dyn_aln_btn /*Dynamic alignment*/ {
        text-align: right;
    }

    .extrapad1 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .job-list-hgt1 {
        height: 160px;
        min-height: 160px;
    }

    .job-list-hgt2 {
        height: 140px;
    }

    .jobimg {
        max-height: 70px;
        max-width: 70px;
    }

    .roundbadge1, .roundbadge2, .roundbadge3 {
        font-size: 11px;
    }

    .joblist-title {
        color: black;
        font-size: 1rem;
        text-decoration: none;
    }

    .img-wrap > img {
        max-height: 120px;
        max-width: 120px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .page-link {
        padding: 0.5rem 0.75rem;
        font-size: 14px;
    }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    /*Medium Sized Devices (e.g. Desktops) have a screen size smaller than 1200px and greater than 991px */

    .fontsize1 {
        font-size: 1rem;
    }

    .dyn_aln_img {
        text-align: center;
    }

    .dyn_aln_btn /*Dynamic alignment*/ {
        text-align: center;
    }

    .extrapad1 {
        padding-right: 25px;
        padding-left: 25px;
    }

    .jobimg {
        max-height: 70px;
        max-width: 70px;
    }

    .job-list-hgt1 {
        height: 155px;
        min-height: 155px;
    }

    .job-list-hgt2 {
        height: 140px;
    }

    .roundbadge1, .roundbadge2, .roundbadge3 {
        font-size: 11px;
    }

    .joblist-title {
        color: black;
        font-size: 1.3rem;
        text-decoration: none;
    }

    .img-wrap > img {
        max-height: 140px;
        max-width: 140px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .page-link {
        padding: 0.5rem 0.75rem;
        font-size: 14px;
    }
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .fontsize1 {
        font-size: 1rem;
    }

    .roundbadge1, .roundbadge2, .roundbadge3 {
        font-size: 11px;
    }

    .dyn_aln_img {
        text-align: center;
    }

    .dyn_aln_btn /*Dynamic alignment*/ {
        text-align: center;
    }

    .extrapad1 {
        padding-right: 25px;
        padding-left: 25px;
    }

    .jobimg {
        max-height: 100%;
        max-width: 100%;
    }

    .job-list-hgt1 {
        height: 155px;
        min-height: 155px;
    }

    .job-list-hgt2 {
        height: 165px;
    }

    .joblist-title {
        color: black;
        font-size: 1.3rem;
        text-decoration: none;
    }

    .img-wrap > img {
        max-height: 160px;
        max-width: 160px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .page-link {
        padding: 0.5rem 0.75rem;
        font-size: 14px;
    }
}
