/*
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, 6:17:28 PM
    Author     : shubham
*/

.popUpOverlay, #mobileVerificationPopUp{    
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;    
    background-color: rgba(0,0,0,0.4);
}

.creditsPopUp{
    background: white;
    margin: 15% auto;
    width: 40%;    
}
.popUpHeading{
    border-bottom: 1px solid gray;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #656565;    
}
.popUpTextContainer{
    padding: 15px;
    color: #676767;
}
.buttonContainer{
    padding: 0px 15px 15px;
    float: right;
}

.popUpTextContainer{
    padding: 15px;
}
.buttonContainer{
    padding: 0px 15px 15px;
}
.closePopUp{
    float: right;
    color: #848484;
    margin-top: -10px;
    border-radius: 171px;
    padding: 6px 7px;
    font-size: 19px;
    cursor: pointer;
}
.jobsBuyPremium , .jobsApplyPopup{
    width: 115px;
}
.bottomContainer{
    padding: 0px 15px 15px;

}
.creditsRemainingPopup ,.creditsRequiredPopup{
    color: black;
}
@media only screen and (max-width:770px){
    .creditsPopUp{
        width:90%;
    }
}