/*
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 : 26 Apr, 2017, 2:42:36 PM
    Author     : shubham
*/
html,body{
  overflow-x: hidden;
}
.banner img{
    width: 100%;
}
.container-fluid.testathonsContainer{
    background: #f7f7f7;
    padding: 0;
    
}
.testathonHeading{
        text-align: center;
    font-size: 28px;
    color: #4a4a4a;
    margin-top: 30px;
}
.testathonsList{
    width: 92%;
    margin: 10px auto;
}
.testathonCard{
   border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 15px;
    margin-top: 15px;
    cursor:pointer;
  
  
}
.sub-heading{
    text-align: center;
    font-size: 16px;
    padding: 0 12px;
}
.cardHeader{
    display: flex;
    position: relative;
    height: 50px;
    margin-bottom: 10px;
}
.companyLogo{
    
}
.testathonShare{
    display: flex;
    position: absolute;
    right: 1%;
    
}
.companyName{
    
}

.description{
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 80px;
    color: #9f9f9f;
}
.testathonDetails{
    display: flex;
    position: relative;
    padding-top: 5px;
}
.date{
    color:#343434;
    font-size: 12px;
    padding: 5px;
}
.candidatesApplied{
      color:#343434;
    font-size: 12px;
    padding: 5px;
    margin-left: 10px;
}
.applyButtonContainer{
        position: absolute;
    right: 1%;
}
.social-share-icons{
    display: none;
    margin-right: 25px;
}
.shareButton{
            color: #848383;
    cursor: pointer;
    margin-left: -15px;
    margin-top: 2px;
    
}
.fa{
    font-size: 16px;
}
.shareButton i{
    font-size: 19px !important;
}
.shareButton:hover{
    color:#41A4F5;
}
.social-icon{
    margin-left: 3px;
}
.social-icon img{
    max-width: 21px;
}
.isHot{
        position: absolute;
    right: 8%;
    font-weight: 600;
    color: #60cb45;
    top: 5%;
}
.testathonDisabledCard{
    border-radius: 4px;
    background-color: #eaeaea;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 15px;
    margin-top: 15px;
    opacity: 0.8;
    cursor: pointer;
    
}
