/*
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 : Nov 21, 2016, 2:29:25 PM
    Author     : Shubham
*/

.completeInfo{
    float: left;
    width: 100%;
    position: relative;
    height: 213px;
}

.profileInfo{
    background: #ffffff;
    border: 1px solid #cccccc;    
    padding: 10px 0;
    color:#6d6d6d;   
    transform: scale(1);
    position: relative;
}

.profileName{
    padding-bottom: 5px !important;
    clear: both;
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.profileName .candidateName{
    color:#3a3737;
    margin-left: 0;
    font-weight: 500;
}

.profileInfo .scoreNumber{
    margin-top: -80px;
    margin-left: 28px;
    font-size: 13px;
    padding:0;
}

.profileInfo .scoreObtained{
    border: 0;
    font-size: 13px;
    word-break: break-all;
    margin-top: 8px;
    padding: 0;
    margin-left: 7px;
    box-sizing: border-box;
}

.completeInfo div{
    padding: 0 10px;
}

.profileCompletion{
    color:grey;
    font-size: 14px;
    display: inline-block;
    padding-left: 0 !important;
    margin: 0;
    float:right;
}

.profileCompletionChart{
    padding: 0 !important;
}
.emailAddress, .location{
    font-size: 12px;
}

.profilePic{
    margin: 5px auto;
    display: inline-block;
    float: left;
    padding-right: 0px !important;
    width: 50%;
}

.profileName p , .membershipDetails p{
    margin:0 0 2px 0;
}

.candidateProfilePic{
    max-width: 100%;
    display: block;    
    margin: 0 auto;
    max-height: 120px;
    float: left;
    width: 100%;
}

.membershipDetails{
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    padding-top: 5px;
    bottom: 5px;
    width: 100%;
    border-top: 1px solid #dbdbdb;  
    clear: both;
    position: absolute;
}

.membershipDetails p{
    font-size: 11px;
}

.profileHeading{    
    font-weight: 500;
}

.buyPremium {
    background: #2d3e50;
    color: #ffffff;
    padding: 5px 10px !important;
    margin: 0 auto;
    margin-top: 10px;
    width: 70%;
}

.membershipOverlay, .buyPremiumOverlay{
    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);
}

#amcatPremiumMemberPopUp{
    width: 55%;
    margin: 5% auto;
    background: #ffffff;    
}

#amcatPremiumMemberPopUp .table{
    padding: 0 10px;
    margin: 0;
}

.headingContainer{
    background: #f2f2f2;
    border-bottom: 1px solid #cccccc;
    padding: 0 10px;
    margin: 0;
}

.membershipPopUpHeading{
    padding: 10px;
    background: #2d3e50;
    color: #ffffff;
    padding-left: 20px;
    font-size: 15px;
    font-weight: bold;    
}

.membershipPopUpSubHeading .tableCell{
    border:0;
}

.tableRow{
    clear:both;
    display: block;
    overflow: hidden;
    font-size: 11px;
    color: #2d3e50;
    border-bottom: 1px solid #cccccc;
}

.headingContainer .tableRow{
    border-bottom: 0;
}

.subHeading{    
    background: #f2f2f2;
    color: #2d3e50;
    font-weight: bold;
    font-size: 15px;
}

.tableCell{
    float:left;
    width: 33.3%;
    padding: 10px;
    border-left: 1px solid #cccccc;
    height: auto;
    text-align: center;
}


.tableRow .tableCell:first-child{
    font-weight: bold;   
    border-left: 0;
    text-align: left;
}

.tableRow .tableCell:last-child{
    border-right: 0;
}

.innerTableCell{
    width: 47%;
    display: inline-block;
    float: left;
    border-left: 1px solid #cccccc;
    text-align: center;
}

.tableCell .innerTableCell:first-child{
    border:0;
}

.closeMembershipPopup{
    float:right;
    cursor: pointer;
}

.comingSoon{
    padding: 20px 20px 10px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

.closeComingSoon {
    float: none;
    display: block;
    margin: 10px auto 0;
}

@media only screen and (max-width:425px){
    #amcatPremiumMemberPopUp{
        width:100%;
    }
    .buyPremiumOverlay{
        overflow: auto;
    }
}
.headingContainer .tableRow .tableCell:last-child{
    border-bottom: 2px solid #2d3e50;
}
