﻿.jq-stars {
    display: inline-block;
}
.jq-rating-label {
    font-size: 22px;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.jq-star {
    width: 100px;
    height: 100px;
    display: inline-block;
    cursor: pointer;
}
.jq-star-svg {
    padding-left: 3px;
    width: 100%;
    height: 100%;
}
.jq-star:hover .fs-star-svg path {
}
.jq-star-svg path {
    /* stroke: #000; */
    stroke-linejoin: round;
}
/* un-used */
.jq-shadow {
    -webkit-filter: drop-shadow( -2px -2px 2px #888 );
    filter: drop-shadow( -2px -2px 2px #888 );
}
.jq-star {
    top: -3px;
    position: relative;
}
.initial-rating {
    font-size: 16px;
    font-weight: 700;
}
.btnRating {
    display: inline-block;
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    text-align: left;
}
.rating {
    display:  flex;
}
.rating i {
    top: 3px;
    position: relative;
}
.ratingInfo {
    margin-left: .5rem;
    color: #000!important;
}
.course-rating {
    background-color: white;
    padding: 1rem;
    border-radius: 10px;
    border: 1px solid #c7c7c7;
    margin-top: .5rem;
    margin-bottom:  .5rem;
}
.course-rating-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 16px;
}
.rating-box {
    display:  flex;
    justify-content:  space-between;
}
.main-rating {
    text-align:  center;
    margin-right:  2rem;
}
.main-rating .initial-rating {
    font-size: 64px;
    display:  block;
    line-height: 1;
    margin-bottom: 1rem;
}
.main-rating .ratingInfo {
    display:  block;
    margin-left:  0;
}
.rating-title {
    font-size: 16px;
    display: block;
    margin-bottom: 1rem;
    font-weight: 700;
}
.rating-stars {
    flex: 1;
}
.rating-stars .emptystar {
    color: #e9ecef;
}
.rating-stars .star-detail {
    display: flex;
    align-items: center;
    margin-bottom: .3rem;
}
.rating-stars .stars {
    margin-right: .6rem;
    font-size: .8rem;
    color: #6b7480;
}
.rating-stars .percentage {
    margin-left: .2rem;
    margin-right: .2rem;
    font-size: .9rem;
    color: #000!important;
    font-weight: 500;
}
.rating-stars .bar {
    flex: 1;
}
.rating-stars .progress {
    height: .5rem;
}
.rating-stars .progress-bar {
    background-color: #6b7480;
}
.saveAndRating {
    display: flex;
}
.toClassify {
    display: block;
    font-size: 10px;
    text-align: left;
}
.toRate {
    text-align: center;
}
.rating-resultado {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 600;
    text-align: center;
    color: #000 !important;
}