﻿body {
}
i {
    font-style: unset;
}

.starrr {
    text-align: right;
    font-size: 2.5rem;
}

.card p {
    font-size: 1.7rem;
}

.card .reviews-container p {
    margin-bottom: 0;
}

hr {
    color: #c0c0c0;
    background-color: #c0c0c0;
    height: 1px;
    margin: 30px 0;
}

.card p #rate-review {
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 0px;
}

.glyphicon-star {
    color: #ffad33;
    text-shadow: 0 0 0,0 0 0,0 0 0,0 0 0,0 0 0;
}

.ec.glyphicon-star-empty {
    color: #a4a4a4;
    border: 0px;
    background: url('/Images/black-star.png') no-repeat !important;
}

.form-control {
    background-color: #f1f1f1;
}

.review {
    height: 200px;
}

.btn-review {
    margin-top: 20px;
    padding: 5px;
    height: 45px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #000;
    font-weight: 700;
}

    .btn-review:hover {
        background-color: #404040;
        color: #fff;
        border: 1px solid #404040;
        font-weight: 700;
    }

    .stars li {
        display: inline;
        color: #DE0404;
        font-size: 13px;
    }

.reviews-place {
    width: 100%;
    height: auto;
    padding: 40px;
    padding: 0px 0px;
}

    .reviews-place .stars {
        text-align: right;
    }

    .reviews-place .title {
        text-align: left;
    }

    .reviews-container {
        border-bottom: 1px solid #FFF;
    }

    .reviews-container .a-review {
        margin-top: 20px;
        margin-bottom: 35px;
    }

    .reviews-container:first-of-type .a-review {
        margin-top: 0;
    }

    .reviews-container .review-title {
        font-size: 16px;
        font-weight: bold;
    }

    .reviews-container .review-from {
        font-size: 14px;
    }

    .reviews-container .a-review .review-data {
        font-weight: bold;
        font-size: 18px;
        color: #000;
    }

    .reviews-container .a-review .review-time {
        font-size: 14px;
        text-align: right;
    }
    .reviews-container .review-message {
        margin-top: 10px;
    }

.glyphicon-star {
    padding-left: 2px !important;
}

.star-text {
    line-height: 31px;
    margin-bottom: 10px;
}

.starrr {
    font-size: 22px;
}

a.fa.fa-star-o {
    margin-left: 2px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.glyphicon-star {
    color: #FFC107 !important;
    text-shadow: 0 0 0,0 0 0,0 0 0,0 0 0,0 0 0;
}

.ec.glyphicon-star-empty {
    color: #a4a4a4;
    border: 0px;
    background: url('/Images/black-star.png') no-repeat !important;
}

.morecontent span {
    display: none;
}

.pagination {
    margin-top: 10px;
}

.pagination > li > a {
    background-color: transparent;
    border-width: 1px;
}

.pagination > .active > a {
}

_vm.Layout.AverageReviews .averagerating {
    font-size: 18px;
    margin-top: -6px;
}

.pagination > li > a {
    font-size: 12px !important;
    text-align: center;
}

.glyphicon-star {
    color: #ffad33;
    text-shadow: 0 0 0,0 0 0,0 0 0,0 0 0,0 0 0;
}

.ec.glyphicon-star-empty {
    color: #a4a4a4;
    border: 0px;
    background: url('/Images/black-star.png') no-repeat !important;
}

/*Review Form*/
#rate-review {
    font-size: 24px;
    font-weight: bold;
}

.review-form #txtReviewTitle,
.review-form #txtReviewedBy,
.review-form #txtReviewAddress {
    width: 75%;
    margin-bottom: 10px;
}

.review-form #txtReviewReviewMessage {
    margin-bottom: 15px;
}

.review-form input::placeholder,
.review-form textarea::placeholder {
    color: #B2B2B2;
}

h5 {
    font-size: unset;
}


@media screen and (max-width: 500px) {
    .reviews-place {
        width: 100%;
        padding-top: 10px;
        height: 100%;
    }

    .reviews-place .title {
        text-align: center;
        margin-bottom: 5px;
    }

    .reviews-place .stars.top {
        text-align: center;
        margin-top: -15px;
        margin-bottom: 30px;
    }

    .averagerating .stars {
        text-align: center !important;
    }

    .review-form .title {
        text-align: center;
        margin-bottom: 0px;
    }

    .review-form {
        height: 580px;
        margin-top: 25px;
    }
}
