/*
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 : 29 Dec, 2015, 3:39:00 PM
    Author     : Charu gupta
*/

hr{
    color:gray;
}
.popular-course{
    text-align:center;
}

.relevantJobs{
    width:230px;
    margin:auto;
}

.moreCourses{
    width:230px;
    margin:auto;
}

.rightColumnInDesc{
    float:left;
    margin-left: 20px;
    background:#e9eff4;
    width: 248px;    
    border: 1px solid #c8c8c8;    
}

.columnHeader{
    padding-top: 10px;
    font-size: 15px;
    clear:both;
    line-height: 20px;
    font-weight: bold;
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #cd271f;
}

.relevant-jobCard .job-card{
    background: #fff;
    padding:10px;
    margin: 10px 0;
}

.job-heading{
    float:left;
    width:57%;
    margin-left:5px;
    min-height:55px;
}

.job-card .company-Logo{
    background: #fff;
    text-align:center;
    max-height:45px;
    min-height:45px;
    max-width:210px;    
}

.company-Logo img{
    max-height: 40px; 
    max-width:215px;
}

.company-Name{
    color: #838383;    
    padding-bottom: 1px;
    font-size: 12px;
    margin-bottom: 10px;
}

.maxSalary{
    font-size: 12px;
    color: #838383;
    padding: 3px 0;    
}

.profile-Name{
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #838383;
}

.job-Description{
    font-size: 12px;
    color: #838383;
    height:70px;
}

.jobDescriptionContainer{
    margin:5px 0;
    height:85px;    
}

.disabled_apply_btn {
    width: 139px;
    text-decoration: none;
    border: 1px solid #607f0e;
    height: 24px;
    font-size: 13px;
    line-height: 24px;
    cursor: pointer;
    background: linear-gradient(#7ba113, #6a8c10);
    margin:auto;
}

.disabled_apply_btn:hover {
    color:#fff;
    text-decoration: none;
}

.disabled_apply_btn a{
    color:#fff !important;
    text-decoration: none;
}
.disabled_apply_btn .icon{
    float: left;
    width: 7px;
    margin: 0 10px;
    height: 24px;
    background: url(https://d13dtqinv406lk.cloudfront.net/new_images/sprite.png) no-repeat -476px -385px;
}

.noRelevantJobs{
    margin: 10px 0;
    font-size: 13px;
    color: #282828;
    background: #fff;
    padding: 15px;
}

/*
.share {
    float: left;
    padding: 5px;
    background: #efefef;
    width: 144px;
    border: 1px solid #d9d9d9;
    margin: 8px 0;
}

.share span {
    float: left;
    padding-right: 5px;
    font-size: 11px;
    line-height: 21px;
    color: #837c7c;
}

.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;
}*/