/*
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 : Jun 1, 2017, 1:38:22 PM
    Author     : charugupta
*/

.filter-group{
    padding: 10px;
}

.filters{
    width: 20%;
}

.page-rightbar .content {
    float: left;
    border: 1px solid #c8c8c8;
    background: #ffffff;
    padding: 15px;
    margin-bottom: 20px;
    -webkit-box-shadow: #666 0px 0px 0px;
    -moz-box-shadow: #666 0px 0px 0px;
    box-shadow: #666 0px 0px 0px;
    width: 100%;
}
.closebtn{
    float: right;
}
.page-rightbar .content h3 {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #cd271f;
}

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

.imageContainer{
    text-align: center;
    margin-bottom: 30px;
}

.containertext{
    width: 100%;
    text-align: center;
    padding: 0 40px;
}

.page-rightbar .content ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-rightbar .content li {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 0 0 10px;
    list-style: none;
    background: url(https://d13dtqinv406lk.cloudfront.net/new_images/sprite.png) no-repeat -728px -522px;
}

.page-rightbar .content li span, .page-rightbar .content li a {
    float: left;
    width: auto;
    font-size: 13px;
    line-height: 16px;
    padding-bottom: 5px;
    color: #3f4447;
}

.course-card {
    width: 100%;
    display: inline-block;
    text-align: left;
    position: relative;
    background-color: white;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #c8c8c8;
    padding: 10px;
}

.course-thumbnail {
    text-align: center;
}

.course-thumbnail img {
    max-width: 100%;
    max-height: 50px;
}

.wish-icon {
    font-size: 18px;
    color: rgba(0,0,0,.4);
    -webkit-text-stroke: 1px #fff;
    font-family: FontAwesome;
    font-style: normal;
    position: absolute;
    top: 5px;
    right: 30px;
    cursor: pointer;
    padding: 0 10px;
    border: 0;
}

.icon-heart:before {
    content: "\f004";
}

.course-card .share-course-container {
    position: absolute;
    top: 5px;
    right: 10px;
}

.course-heading {
    padding-bottom: 10px;
    border-bottom: 1px solid #E8E8E8;
    margin: 0 5px;
}

.course-card .course-header-data {
    float: left;
    width: 100%;
    padding-top: 5px;
    padding-left: 2px;
}

.course-card .course-header-data .course-header-row1 {
    font-size: 15px;
    color: #484848;
    font-weight: bold;
    text-align: left;
}

.course-card .course-header-data .course-header-row2 {
    font-size: 15px;
    font-weight: normal;
    margin-top: 10px;
    line-height: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 1.5em;
    color: #484848;
    text-align: left;
}

.course-card .course-tp {
    clear: both;
    margin: 10px auto;
    display: block;
    text-align: center;
}

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

.course-card .course-description {
    font-size: 12px;
    color: #9E9E9E;
    padding: 10px 5px;
    text-align: justify;
    line-height: 1.2em;
    height: 5.4em;
}

.course-card .course-type {
    text-align: center;
    font-size: 16px;
    color: #484848;
    line-height: 1.2em;
}

.course-card .course-Duration {
    text-align: center;
    font-size: 12px;
    color: #9E9E9E;
    line-height: 1.5em;
}

.course-card .star-rating-container {
    text-align: center;
    padding-bottom: 20px;
}

.s-rating {
    position: relative;
    white-space: nowrap;
    display: inline-block;
}

.s-rating:before {
    font-size: 15px;
    content: "\2605 \2605 \2605 \2605 \2605";
    content: "\f005 \f005 \f005 \f005 \f005";
    line-height: 1;
    letter-spacing: 4px;
    color: #aaa;
    font-family: FontAwesome;
}

.s-rating span {
    position: absolute;
    left: 0;
    overflow: hidden;
}

.s-rating span:before {
    color: #fba617;
    font-size: 15px;
    content: "\2605 \2605 \2605 \2605 \2605";
    content: "\f005 \f005 \f005 \f005 \f005";
    line-height: 1;
    letter-spacing: 4px;
    font-family: FontAwesome;
}

.course-card .star-rating-container .course-votes {
    font-size: 12px;
    color: #9E9E9E;
}

.course-card .course-buttons {
    text-align: center;
    margin: auto;
    padding-bottom: 10px;
}

.course-card .course-buttons .course-button-container {
    margin: 0 4% 0 2%;
    width: 40%;
    display: inline-block;
}

.course-card .course-buttons .course-button-more {
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#7ba113), to(#6a8c10));
    background: -webkit-linear-gradient(#7ba113, #6a8c10);
    background: -moz-linear-gradient(#7ba113, #6a8c10);
    background: -ms-linear-gradient(#7ba113, #6a8c10);
    background: -o-linear-gradient(#7ba113, #6a8c10);
    background: linear-gradient(#7ba113, #6a8c10);
    -pie-background: linear-gradient(#7ba113, #6a8c10);
}

.course-card .course-buttons .course-button-join, .course-card .course-buttons .course-button-call, .course-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);
}

.course-card .course-buttons .join-course-buttons {
    position: absolute;
    z-index: 100;
    display: none;
}

course-card .call-provider {
    font-size: 20px;
    color: white;
    font-family: FontAwesome;
    font-style: normal;
    position: absolute;
    top: 5px;
    left: 10px;
    cursor: pointer;
}

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

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

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

.course-card .submit-interest {
    font-size: 20px;
    color: white;
    font-family: FontAwesome;
    font-style: normal;
    position: absolute;
    top: 5px;
    left: 10px;
    cursor: pointer;
}

.ui-slider .ui-slider-handle{
    z-index: 1;
}