/*
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 : 6 Apr, 2017, 1:56:25 PM
    Author     : shubham
*/

.jobCards{
    padding: 0px 15px;
    cursor: pointer;
    overflow-y: scroll;
    max-height: 1840px;
}
.jobCard{
    padding: 10px;
    border-bottom:1px solid #dadada;
}
.jobDetailsBasic{
    display: flex;
    padding: 0;
}
.jobLogo{
    border: 1px solid #eaeaea;
    border-radius: 6px;
    display: inline-block;
    width: 80px;
    text-align: center;
    font: 0/0 a;
    white-space: nowrap;
    margin: 1em 0;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.jobLogo img{
    max-width: 100%;
    max-height: 30px;
}
.jobProfileContainer{
    margin-left: 10px;
    width: 100%;
}

.datePosted{
    float: right;
    font-size: 12px;
}
.jobProfileName{
    font-size: 17px;
    font-weight: 500;
    color: #676767;
    float: left;
}
.jobCompanyName{
    color: #404040;
    clear: both;
}
.jobsAllowanceContainer{
    margin-top: 8px;
    color:#676767;
    font-size: 12px;
}
.jobsAllowanceContainer span:nth-child(even){
    margin-right: 15px;
}
.jobsAllowanceContainer span:nth-child(odd){
    margin-right: 8px;
}
.jobDetailsDescription{
    margin-top: 5px;
    font-size: 13px;
    color: #3e3e3e;
}
.jobsTagsButtons{
    margin-top: 10px;
    display: block;
    text-align: right;
    float: right;
    width: 100%;
    padding: 0;
    position: relative;
}
.jobsTagsButtons div.jobsTags{
    border: 1px solid gray;
    margin-right: 5px;
    border-radius: 10px;
    padding: 3px 10px;
    display: inline-block;
    font-size: 9px;
    color: #676767;
}
.jobsApplyShare{
    position: initial;
    font-size: 10px;
    bottom: 0;
    float: right;
    display: inline-block;
}
.share{
    display: none;
    padding-top: 7px;
}
.jobShare{   
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}
.jobShare i{
    padding-right: 10px;
    border-right: 1px solid #6d6d6d;
}
.ready_btn i,.jobShare i{
    cursor: pointer;
}
.icon-color{
    color: #6d6d6d;
    font-size: 24px;
}
.icon-color:hover {
    color: #43a3f5;
}

.share a {
    float: left;
    width: 21px;
    height: 21px;
    background: url(https://d13dtqinv406lk.cloudfront.net/new_images/sprite.png) no-repeat 0 0;
    margin-right: 5px;
}

.share a.mail {
    background-position: -614px -101px;
}

.share a.twt {
    background-position: -563px -101px;
}

.share a.in {
    background-position: -588px -101px;
}

.share a.fb {
    background-position: -538px -101px;
}

.card-container {
    min-height: 330px;
}
.cards{
    border-top: 1px solid #c8c8c8;
    margin-top: 10px;
}
@media (min-width: 768px){
    .cards .card-container {
        text-align: center;
        display: block;
        margin: auto;
    }
}
a:hover {
    color: inherit !important;
}
.load_more_content_courses>a {
    color: #8e8a8a;
    font-size: 14px;
    margin-right: 5%;

}
.load_more_content_courses {
    text-align: right;
}
.loadMoreJobs{
    padding: 15px;
    text-align: center;
    cursor: pointer;
    background-color: white;
    text-transform: UPPERCASE;
    font-size: 14px;
    color: #777777;
}
.jobsApplyShare .share{
    position: absolute;
    right: 149px;
    top: -3px;
}
@media (min-width: 600px){
    .jobDetailsDescription {
        margin-top: 15px;
    }
    .jobsTagsButtons{
        margin: 15px 0;
    }
