/*
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 : 5 Apr, 2017, 2:41:47 PM
    Author     : shubham
*/

.testmonial .profileImage{
    display: none;
}

.btn-custom-greyOut:hover{
    border: 1px solid #949494;    
    color: #949494 !important;
    background-color: white;
}

.jobCardsContainer{
    padding: 0 !important;
    background: white;
    margin-top: 15px;
    margin-bottom: 20px;
}
.jobsWaiting{
        text-align: center;
    padding: 50px;
    height: 176px;
}
.searchContainer{
    margin-top: 15px;
}

.jobPostDetails {
    float: right;
    margin-left: 10px;
}

.jobBoardSection .jobCards .jobPostDetails {    
    position: absolute;
    right: 3%;
    color: #676767;
}

.jobPostDetails img{
    vertical-align: super;
}

.creditsToolTip{
    background: #f2f2f2;
    border: 1px solid #cccccc;
    color: #757575;
    border-radius: 0;
    display: none;
    width: 40%;    
    margin-top: 10px;
    font-size: 13px;
    padding: 10px;
    position: absolute;
    right: 0;
    z-index: 1;
    margin-right: 7px;
}
@media only screen and (max-width:500px){
    .jobCardsContainer{
        width:100% !important;
    }
    #page_content{
        padding: 15px 10px !important;
    }
    .jobsTagsButtons{
        width: 60%;
    }
    .searchBoxesContainer{
        margin-left: 0% !important;
        width: 100% !important; 
    }
    .searchContainer{
        margin-top: 0;
    }
    .creditsToolTip{
        width: 71%;
    }
}

