/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20 Mar, 2017, 6:57:02 PM
    Author     : shubham
*/

.jobCards{
    padding: 0;
    max-height: 627px;
    overflow-y: scroll;
}

.jobCard.content.row{
    margin: 0;
    width: 100%;
}

.jobProfileName{
    font-size: 14px;
}

.jobCompanyName{
    font-size: 13px;
}

.jobLogo{
    padding: 10px 0;
    width: auto;
    height: 60px;
    max-height: 60px;
}

.jobLogo img{
    height: 40px;
}

.jobsTagsButtons {
    margin-top: 10px;    
    float: right;
    display: block;    
}

.jobsApplyShare {    
    float: right;
    position: relative;
    right: 0;
}

.jobsHeaderFunctions{
    font-size: 14px;
    display: none;
}

.loadMoreJobs{
    padding: 10px;    
    text-align: center;
    text-transform: none;
    font-size: 14px;
    font-weight: normal;
}

.viewMoreIcon{
    margin-left: 5px;    
}

.sortByOptions {    
    background: #ffffff;    
    border: 1px solid #d0d0d0;
    top: 30px;
    z-index: 2;
    right: -11px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.sortByOptions:last-child{
    border-bottom: 0;
}

.blogHeader{
    padding: 10px !important;
}

.blogHeader .cardHeading{
    margin-left: 5px;
}

.jobCardHolder{
    padding-bottom: 30px;
}

.jobCard{
    border: 1px solid #dddddd;
    padding: 10px 15px 10px 15px;
}

.jobTitle{
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.jobLocation{
    font-size: 12px;
    margin-top: 5px;
    min-height: 40px;
}

.jobDate{
    font-size: 13px;
    border-top: 1px solid #dddddd;
    padding-top: 5px;
}