.feedback_comment_like {
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.feedback_comment_like .fa,
.feedback_comment_dislike .fa {
    padding: 1px;
}

.feedback_comment_like .fa,
.positive .fa {
    color: #51a351;
}

.feedback_comment_dislike .fa,
.negative .fa {
    color: #bd362f;
}

.filter-row .inputbox {
    display: inline-block;
    max-width: 260px;
}

#filter_search {

}

#feedback_state,
#feedback_group_id,
#feedback_assets {
    width: auto;
    margin-right: 5px;
}

#feedback {
    color: #666;
}

#feedback h1.lead {
    text-transform: uppercase;
}

#feedback .info > small,
#solidres .info > small {
    display: block;
    line-height: 1.5;
    color: #888;
}

#feedback .positive, #feedback .negative {
    font-size: 1.1em;
    line-height: 1.5;
}

#feedback .positive {
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

#feedback .detail_box {
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 2px 2px 14px rgba(68, 68, 68, 0.34);
    -moz-box-shadow: 2px 2px 14px rgba(68, 68, 68, 0.34);
    box-shadow: 2px 2px 14px rgba(68, 68, 68, 0.34);
}

#feedback .detail_box:before,
#feedback .detail_box:after {
    right: 100%;
    top: 30%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#feedback .detail_box:before {
    border-color: rgba(221, 221, 221, 0);
    border-right-color: #ddd;
    border-width: 15px;
    margin-top: -15px;
}

#feedback .detail_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 14px;
    margin-top: -14px;
}

#feedback .author_box {
    padding-right: 8px;
}

ul.list_feedback_value {
    padding-left: 18px;
}

ul#feedback_score_list {
    list-style: none;
    margin: 0;
}

ul#feedback_score_list > li > label {
    font-weight: 700;
    display: block;
    margin: 10px 0;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

@media (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

    .table-responsive > .table {
        min-width: 750px;
        margin-bottom: 0;
    }
}

.list_feedback_value > li.tag {
    display: inline-block;
    border: 1px solid teal;
    background-color: teal;
    text-align: center;
    color: #fff;
    position: relative;
    margin-right: 6px;
    margin-bottom: 5px;
    padding: 3px 12px;
}

.list_feedback_value > li.tag:after,
.list_feedback_value > li.tag:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.list_feedback_value > li.tag:after {
    border-color: rgba(68, 68, 68, 0);
    border-left-color: #fff;
    border-width: 5px;
    margin-top: -5px;
}

.list_feedback_value > li.tag:before {
    border-color: rgba(221, 221, 221, 0);
    border-left-color: teal;
    border-width: 6px;
    margin-top: -6px;
}

.sr-feedback-list {
    width: 100%;
    background-color: #fff;
    margin: -20px 0 15px 0;
}

.sr-feedback-list * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sr-feedback-list > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sr-feedback-list > ul > li {
    padding: 20px;
}

.sr-feedback-list > ul > li > .box:after {
    display: table;
    content: "";
    clear: both;
}

.sr-feedback-list .box > .author,
.sr-feedback-list .box > .detail {
    float: left;
}

.sr-feedback-list .box > .author {
    width: 20%;
}

.sr-feedback-list .box > .detail {
    width: 80%;
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.sr-feedback-list .box > .detail:after,
.sr-feedback-list .box > .detail:before {
    right: 100%;
    top: 25%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.sr-feedback-list .box > .detail:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 10px;
    margin-top: -10px;
}

.sr-feedback-list .box > .detail:before {
    border-color: rgba(221, 221, 221, 0);
    border-right-color: #ddd;
    border-width: 11px;
    margin-top: -11px;
}

.sr-feedback-list .box .attributes {
    margin: 8px 0;
}

.sr-feedback-list .box > .author img {
    margin: 0;
    padding: 0;
}

.sr-feedback-list .box > .detail .scores {
    position: absolute;
    top: 5px;
    right: 5px;
    border-bottom: 1px solid #ddd;
    padding: 0 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: 700;
}

#asset-feedback-scores > ul,
#scores > ul {
    width: 280px;
    max-width: 100%;
    list-style: none;
}

.sr-feedback-list .box > .detail > .like_count {
    float: right;
    text-decoration: none !important;
    color: teal;
}

.feedback_attribute_group {
    padding-bottom: 20px;
    width: 180px;
    display: inline-block;
    margin-bottom: 5px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}

.feedback_attribute_group > header {
    display: block;
    font-size: 15px;
    text-transform: capitalize;
    padding: 5px 0 5px 15px;
    font-weight: bold;
}

.feedback_attribute_group > span {
    display: block;
    padding-left: 15px;
}

.feedback_attribute_group label.radio {
    font-weight: normal;
    padding: 0 !important;
    margin: 0 !important;
    min-height: 23px;
    cursor: pointer;
}

.feedback_attribute_group label.radio > input[type="radio"] {
    position: relative;
    margin: 0;
    bottom: -2px;
    float: none;
}

.feedback_form .toolbar .btn {
    margin-left: 3px !important;
}

#feedback-pager {
    padding: 5px 0;
}

.sr-feedback-list {
    transition: .8s all ease-out;
    -webkit-transition: .8s all ease-out;
    -webkit-transition: .8s all ease-out;
}

.sr-feedback-list.loaded,
.sr-feedback-list.loaded {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

#feedback-pager .disabled > a {
    cursor: not-allowed;
}

#search-results .reservation_asset_subinfo:after {
    display: table;
    content: "";
    clear: both;
}

.feedback-form.bs3 .form-control {
    width: 260px;
    max-width: 100%;
}

.feedback-form.bs3 input[readonly] {
    width: auto;
}

/*====================================================================================================*/
.sr-feedback-list {
    margin: 0;
}

.sr-feedback-list > ul > li {
    padding: 10px 0;
}

.sr-feedback-list .box > .detail {
    box-shadow: none;
}

.sr-feedback-list .box > .detail .title {
    padding-right: 50px;
}

#asset-feedback-scores .badge,
#scores .badge {
    margin-bottom: 20px;
    background-color: teal;
}

/* Direction: rtl */
html[dir="rtl"] .sr-feedback-list .box > .detail .scores {
    left: 5px;
    right: inherit;
}

html[dir="rtl"] .sr-feedback-list .box > .author {
    padding-right: 20px;
}

html[dir="rtl"] .sr-feedback-list .box > .detail .title {
    padding-right: 0;
    padding-left: 50px;
}

html[dir="rtl"] ul.list_feedback_value {
    padding-left: 0;
}

html[dir="rtl"] .list_feedback_value > li.tag:before {
    border-left-color: teal;
    border-right-color: transparent;
}

/* Responsive */
@media (max-width: 767px) {
    .sr-feedback-list .box > .author,
    .sr-feedback-list .box > .detail,
    #asset-feedback-scores > ul,
    #scores > ul,
    #expScores > ul {
        width: 100%;
    }

    .sr-feedback-list .box > .author {
        padding-bottom: 10px;
    }

    .sr-feedback-list .box > .detail:before,
    .sr-feedback-list .box > .detail:after {
        display: none;
    }

    html[dir="rtl"].sr-feedback-list .box > .author {
        padding-right: 0;
    }
}

.sr-review-widget {
    margin: 8px 0 8px 0;
}

.sr-review-widget .review_stars .a {
    font-size: 16px;
}

.sr-review-widget .review_stars span {
    display: inline-block;
    font-size: 18px;
    background-color: #EEE;
    text-align: center;
    line-height: 32px;
    width: 32px;
    margin-right: 8px;
    float: left;
    border-radius: 5px 5px 5px 0;
    border: 1px solid #CCC;
}