.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,
#adventuresmanager .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;
    padding: 0;
    max-width: 320px;
}

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 {
        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: 0 !important;
}

.feedback_attribute_group input[type="radio"] {
    margin-left: 0 !important;
    float: none !important;;
}

.feedback_attribute_group > header {
    margin-bottom: 10px;
}

.feedback_attribute_group:last-child {
    margin-bottom: 20px;
}

.feedback_attribute_group > span {
    display: block;
}

.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;
    }
}

/* Review widget */
.sr-review-widget {
    margin-bottom: 5px;
}

.review-score-badge {
    display: inline-block;
    width: 32px;
    line-height: 32px;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 5px 5px 0 5px;
    font-size: 16px;
    text-align: center;
    margin-right: 5px;
}

.review-score-text {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.review-score-text span {
    display: block;
}

.review-comment {
    font-size: 16px;
    font-weight: bold;
}

.review-count {
    font-size: 13px;
}

html[dir="rtl"] .review-score-badge {
    margin-right: 0;
    margin-left: 5px;
    border-radius: 5px 5px 5px 0;
}

html[dir="rtl"] .review-score-text {
    text-align: right;
}

.sr-feedback-form input[type="text"],
.sr-feedback-form textarea {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.sr-feedback-form input[type="text"],
.sr-feedback-form .score_field input {
    height: 30px;
}

.sr-feedback-form .field-calendar input[type="text"] {
    width: 178px;
    height: 28px;
}

.sr-feedback-form input[type="radio"] {
    margin: 0 5px 0 0;
}

#feedback_score_list .score_field {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

#feedback_score_list .score_field:after {
    display: table;
    content: "";
    clear: both;
}

#feedback_score_list .score_field label,
#feedback_score_list .score_field input {
    float: left;
    display: block;
    width: 50%;
    box-sizing: border-box;
    margin: 0;
    padding: 4px;
}

.sr-feedback-heading {
    font-size: 20px;
    margin: 20px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

#feedback-general,
#feedback-scores {
    padding: 15px;
}

#feedback-scores .controls {
    margin-left: 0;
}

@media (max-width: 1104px) {
    .sr-feedback-form.backend .controls,
    .sr-feedback-form.backend .control-label {
        float: none;
        margin-left: 0;
    }
}

.sr-feedback-form .toolbar {
    text-align: center;
}

.sr-feedback-form .toolbar .btn {
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .table-responsive-block,
    .table-responsive-block tbody,
    .table-responsive-block th,
    .table-responsive-block td,
    .table-responsive-block tr {
        display: block;
    }

    .table-responsive-block thead {
        display: none;
    }

    .table-responsive-block th,
    .table-responsive-block td {
        width: auto !important;
        max-width: none !important;
        min-width: 0 !important;
        overflow: visible !important;
        white-space: normal !important;
    }

    .table-responsive-block tr:not(:last-child) {
        border-bottom: 1px solid;
    }
}