.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 {
    margin-left: 5px;
}
#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: 10px;
}
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-asset-feedback-list{
    width: 100%;
    background-color: #fff;
    margin: -20px 0 15px 0;
}
#sr-asset-feedback-list *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#sr-asset-feedback-list>ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
#sr-asset-feedback-list>ul>li {
    padding: 20px;
}
#sr-asset-feedback-list>ul>li>.box:after{
    display: table;
    content: "";
    clear: both;
}
#sr-asset-feedback-list .box>.author,
#sr-asset-feedback-list .box>.detail{
    float: left;
}
#sr-asset-feedback-list .box>.author{
    width: 20%;
}
#sr-asset-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-asset-feedback-list .box>.detail:after,
#sr-asset-feedback-list .box>.detail:before {
    right: 100%;
    top: 25%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#sr-asset-feedback-list .box>.detail:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 10px;
    margin-top: -10px;    
}
#sr-asset-feedback-list .box>.detail:before {
    border-color: rgba(221, 221, 221, 0);
    border-right-color: #ddd;
    border-width: 11px;
    margin-top: -11px;
}
#sr-asset-feedback-list .box .attributes{
    margin: 8px 0;
}
#sr-asset-feedback-list .box>.author img{
    margin: 0;
    padding: 0;
}
#sr-asset-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{
    width: 280px;
    max-width: 100%;
    list-style: none;
}
#sr-asset-feedback-list .box>.detail>.like_count{
    float: right;
    text-decoration: none!important;
    color: teal;
}
.feedback_attribute_group{
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -moz-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);
    background-color: #fff;
    padding-bottom: 20px;
    width: 180px;
    display: inline-block;
    margin-bottom: 5px;
}
.feedback_attribute_group>header{
    display: block;
    color: #fff;
    background-color: teal;
    font-size: 1.5em;
    text-transform: capitalize;
    padding: 10px;
    font-weight: 700;
    margin-bottom: 10px;
}
.feedback_attribute_group>span{
    display: block;
    padding-left: 15px;
}
.feedback_form .toolbar .btn{
    margin-left: 3px!important;
}
#feedback-pager{
    padding: 5px 0;
}
#sr-asset-feedback-list{
    transition: .8s all ease-out;
    -webkit-transition: .8s all ease-out;
    -webkit-transition: .8s all ease-out;    
}
#sr-asset-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;
}
#search-results .review_stars, 
#search-results .review_count{
    display: inline-block;
    font-weight: 700;
    float: right;
}
#search-results .review_count{
    padding: 0 5px;
    margin-right: 5px;
    position: relative;
    text-transform: capitalize;
}
#search-results .review_count:after{
    display: block;
    content: "";
    position: absolute;
    height: 50%;
    right: 0;
    top: 25%;
    width: 0;
    border-right: 1px solid #888;    
}