/*
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 : 18 May, 2016, 5:15:50 PM
    Author     : Charu gupta
*/      
        
.popular-certificates{
    margin-bottom: 0!important;
}

.certificate-card{
    width:250px;
    display:inline-block;
    border:1px solid rgba(158, 158, 158, 0.34);
    max-width:250px;
    height:230px;
    background:#fff;
    box-shadow: 5px 5px 5px #BFB4B4;
    font-family: Calibri, Tahoma, Verdana !important;  
    margin-bottom:10px;
}

.certificationHeading{
    padding: 10px 0 15px 0;
    margin: auto;
    font-size: 26px;
    width: 100%;
    text-align: center;    
}

.certificate-card:hover {
    -moz-box-shadow: 0 4px 4px rgba(0,0,0,.25);
    -webkit-box-shadow: 0 4px 4px rgba(0,0,0,.25);
    box-shadow: 0 4px 4px rgba(0,0,0,.25);
}

.certificate-card .course-header-data .course-header-row1 {
    font-size: 15px;
    color: #fff;
    border-bottom: 1px solid #fff;
    background:#000;
    opacity:0.8;
    padding:2px 0 2px 10px;
}
.certificate-card .course-header-data .course-header-row2 {
    font-size: 15px;
    overflow: hidden;
    color: #fff;
    background:#000;
    opacity:0.8;
    padding:2px 0 2px 10px;
}
.certificate-card .course-tp {
    float: left;
    width: 35%;
    padding: 5px;
    height: 65px;
}
.certificate-card .course-tp img {
    width: 100%;
    border: 1px solid #E8E8E8;
    padding: 5px;
    max-height: 65px;
}
.certificate-card .course-description {
    font-size: 12px;
    color: #9E9E9E;
    padding: 10px 5px;
    text-align: left;
    line-height: 1.2em;
    height: 5.4em;
    /*white-space: pre-line;*/
}
.certificate-card .course-type {
    text-align: center;
    font-size: 16px;
    color: #484848;
    line-height: 1.2em;
}
.certificate-card .course-Duration {
    text-align: center;
    font-size: 13px;
    color: #9E9E9E;  
    border-top:1px solid rgba(158, 158, 158, 0.34);
}

.course-Duration div{
    display:inline-block;
    width:49%;
    padding:7px;
    color:gray;
}

.course-Duration .matchingSkills{
    border-right:1px solid rgba(158, 158, 158, 0.34);
}

.certificate-card .star-rating-container {
    text-align: center;
    padding-bottom: 20px;
}
.certificate-card .star-rating-container .course-votes {
    font-size: 12px;
    color: #9E9E9E;
}

.certificate-card .course-buttons {
    text-align: center;
    margin: auto;
    padding: 20px 0;
    background-image: url(https://d13dtqinv406lk.cloudfront.net/laravel-images/waterMark.png);
    background-repeat: no-repeat;
    background-position: right;
}

.certificate-card .course-buttons .course-button-container {
    width: 147px;
    display: inline-block;
}

.certificate-card .course-buttons .course-button-more, .certificate-card .course-buttons .course-button-join {
    width: 100%;
    text-align: center;
    border: 0;
    outline: 0;
    color: #ffffff;
    padding: 5px 0;
    cursor: pointer;
}

.certificate-card .course-buttons .course-button-response, .certificate-card .course-buttons .course-button-call {
    width: 170px;
    text-align: left;
    border: 0;
    outline: 0;
    color: #ffffff;
    padding: 7px 10px 7px 35px;
    cursor: pointer;
    position: relative;
    min-height: 30px;
    overflow: hidden;
}

.certificate-card .course-buttons .course-button-call .label-text {
    position: absolute; 
    top: 7px; 
    left: 35px;
}

.certificate-card .course-buttons .course-button-call .label-call a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: white;
}

.certificate-card .course-buttons .course-button-call .label-call {
    position: absolute; 
    top: 7px; 
    left: 100%; 
    width: 100px;
}

.certificate-card .course-buttons .join-course-buttons {
    position: absolute; 
    z-index: 100;
    display: none;
    left:15px;
    top:77%;
}

.certificate-card .course-buttons .course-button-call {
    border-bottom: 1px solid #6CACCC;
}

.certificate-card .course-buttons .course-button-join
, .certificate-card .course-buttons .course-button-call
, .certificate-card .course-buttons .course-button-response{
    background: #2ba7dd;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2ba7dd), to(#196fa0));
    background: -webkit-linear-gradient(#2ba7dd, #196fa0);
    background: -moz-linear-gradient(#2ba7dd, #196fa0);
    background: -ms-linear-gradient(#2ba7dd, #196fa0);
    background: -o-linear-gradient(#2ba7dd, #196fa0);
    background: linear-gradient(#2ba7dd, #196fa0);
    -pie-background:linear-gradient(#2ba7dd, #196fa0);
}
.certificate-card .course-buttons .course-button-join:hover
, .certificate-card .course-buttons .course-button-call:hover
, .certificate-card .course-buttons .course-button-response:hover{
    background:  #196fa0;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#196fa0), to(#2ba7dd));
    background: -webkit-linear-gradient(#196fa0, #2ba7dd);
    background: -moz-linear-gradient(#196fa0, #2ba7dd);
    background: -ms-linear-gradient(#196fa0, #2ba7dd);
    background: -o-linear-gradient(#196fa0, #2ba7dd);
    background:linear-gradient(#196fa0, #2ba7dd);
    -pie-background:linear-gradient(#196fa0, #2ba7dd);
}
.certificate-card .course-buttons .course-button-more {
    background: linear-gradient(#DE2027, #971113);
    background: -webkit-linear-gradient(#DE2027, #971113);
    background: -o-linear-gradient(#DE2027, #971113);
    background: -moz-linear-gradient(#DE2027, #971113);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#DE2027), to(#971113));
    background: -ms-linear-gradient(#DE2027, #971113);
    -pie-background:linear-gradient(#7ba113, #6a8c10);
    
}

.content  .job-page .cards .card-container .certificate-card {
    background-color: white;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    display: inline-block;
    margin: 0 10px 10px 0;
    position: relative;
    text-align: left;
    width: 217px;        
    float:left;
}
.content  .job-page .cards .card-container  div.certificate-card:nth-of-type(3n+0){   
    margin: 0 0px 10px 0;    
}

.course-heading {    
    border-bottom: 1px solid #E8E8E8;
    background-image: url(https://d13dtqinv406lk.cloudfront.net/laravel-images/certificate.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 125px;
}

.certificate-card .course-header-data {
    float: left;    
    width:100%;
}        

.certificate-card .course-tp {
    float: left;
    width: 35%;
    padding: 5px;
    height: 65px;
}
.certificate-card .course-tp img {
    width: 100%;
    border: 1px solid #E8E8E8;
    padding: 5px;
    max-height: 65px;
}

.matchingSkills{
    cursor:pointer;
}

.matchingSkillsContainer{
    display:none;
    color: #fff;
    background: #2C3D4F;
    width: 200px;
    position: absolute;
    top: 82px;
    height: 145px;
    overflow: hidden;
    box-shadow: 5px 5px 5px #BFB4B4;
}

.matchingSkillsContainer div{
    border-bottom: 1px solid #fff;
    padding: 8px 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.down-arrow {
	display: inline-block;
	position: absolute;
	background: darkcyan;
	width: 30px;
	text-align: center;
        top:200px;
}

.down-arrow:after {
	display: block;
        position: absolute;
        left: 0;
        top: 100%;
        width: 0;
        height: 0;
        border-top: 10px solid darkcyan;
        border-right: 15px solid transparent;
        border-bottom: 0 solid transparent;
        border-left: 15px solid transparent;
}

#completeProfile{
    float: none;
}

@media only screen and (max-width:400px){
    .certificationHeading{
        font-size:18px;
    }
}