/* Tabs panel */
.employer-comment-rating .tab-pane {
    margin: 10px 0;
}
.employer-comment-rating .nav-tabs>li {
    float: none;
    display: inline-block;
    zoom: 1;
}
.employer-comment-rating .nav-tabs {
    text-align: center;
}
.employer-comment-rating .nav-tabs {
    border: none;
}
.input-container {
    text-align: right;
}
/* rating bar */
.hotel-review__progress {
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.glsr-bar {
    display: table-row;
    white-space: nowrap;
}
.glsr-ltr .glsr-bar-label {
    padding-right: 10px;
}

.glsr-ltr .glsr-bar-label, .glsr-bar>span {
    padding-bottom: 10px !important;
    color: #a3a3a3;
}
.glsr-bar>span {
    display: table-cell;
    vertical-align: middle;
}
.glsr-percentage-bars {
    position: relative;
    width: 100%;
    max-width: 400px;
    font-size: 16px;
    line-height: 1.5;
}
.glsr-bar-background {
    position: relative;
    width: 100%;
}
.glsr-ltr .glsr-bar-count {
    padding-left: 10px;
}
.glsr-bar-count {
    text-align: right;
    font-size: 14px;
}
.glsr-bar-background:before {
    display: block;
    position: absolute;
    width: 100%;
    height: 12px;
    content: "";
    background: rgba(0,0,0,.075);
}
.glsr-bar-background:before, .glsr-bar-percent {
    height: 10px !important;
    border-radius: 5px !important;
}
.glsr-bar-percent {
    position: relative;
    display: block;
    height: 12px;
    background-color: #f68400;
}
/* @media (min-width: 576px) {
    .hotel-review__progress {
        padding: 0 3.63636%;
    }
} */
.rating p {
    text-align: center;
    line-height: 1.2;
}
.rating-avg {
    font-size: 50px;
    font-weight: bold;
}
.rating-text {
    font-size: 30px;
    font-weight: bold;
    color: #f68400;
    font-family: sans-serif;
    margin: 7px 0 7px 0;
}
.rating-total {
    color: #a3a3a3;
}
.comment-policy {
    text-align: right;
}
.rating-detail .hotel-review__progress {
    margin-top: 25px;
}
/* comment */
.bb-comments .comments {
    clear: both;
}
.bb-comments .comment-list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #f4f3f3;
}
.bb-comments .comment .comment-body {
    position: relative;
    display: block;
    list-style: none;
    line-height: 1em;
    padding: 10px 5px 10px 60px;
}
.bb-comments .comment .comment-meta {
    padding-top: 7px;
    line-height: 1em;
}
.bb-comments .comment .comment-body .comment-author {
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
}
.bb-comments .comment .comment-body .comment-author .avatar {
    position: absolute;
    width: 40px;
    top: 15px;
    left: 0;
    border-radius: 50%;
    border: 1px #f68400 solid;
}
.bb-comments .comment .comment-body .comment-author b {
    font-weight: 500;
    color: #1f1f1f;
}
.bb-comments .comment .comment-body .comment-metadata {
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #a3a3a3;
}
.bb-comments .comment .comment-body .comment-content {
    padding-top: 5px;
    font-size: 14px;
    line-height: 1.4;
    padding-bottom: 3px;
    margin-top: 0;
}
.bb-comments .comment-reply-login {
    font-size: 10px;
    text-transform: uppercase;
}
.bb-comments .comment .comment-body .comment-content p {
    margin-bottom: 5px;
    color: #a3a3a3;
}
.bb-comments .comment .children {
    margin: 0;
    padding-left: 60px;
}
.bb-comments .comment {
    position: relative;
    display: block;
    list-style: none;
    border-top: 1px solid #f4f3f3;
}
.bb-comments a {
    color: #f68400;
}
.btn-xoa-module {
    background: #fff;
    padding: 0px 5px;
    line-height: 1.4;
}

/* dropzone */
.dropzone {
    border: 2px dashed #ccc !important ;
    padding: 10px !important;
}
.dropzone .dz-message {
    margin-top: 2.3em !important;
    font-weight: bold !important;
    font-size: 20px !important;
    color: #7a7a7a !important;
}
.dropzone .dz-preview {
    margin: 16px 10px !important;
}
.dropzone .dz-preview .dz-remove {
    margin-top: 5px;
}
.dropzone .dz-preview .dz-image {
    border-radius: 10px !important;
}
.dropzone .dz-preview .dz-error-message {
    top: 54px !important;
    right: -10px !important;
}

/* rating */
.br-theme-bars-reversed .br-widget a.br-active, .br-theme-bars-reversed .br-widget a.br-selected {
    background-color: #f68400;
}
.br-widget a:nth-child(10) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.br-widget a:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.br-theme-bars-reversed .br-widget a {
    width: 12px;
    height: 10px;
    background-color: #ececec;
    margin: 0;
    color: #ececec;
    margin-top: 5px;
}
.user-rating {
    margin-top: 10px;
}
.user-rating .glsr-bar-label {
    font-size: 14px;
}
.br-theme-bars-reversed .br-widget .br-current-rating {
    line-height: 1.1;
    padding: 0;
    color: #f68400;
    text-indent: 10px;
}
.add-pictures {
    float: left;
    margin-top: 10px;
    color: #f68400;
    cursor: pointer;
}
/* Rating list detail */
.rating-detail .white-block {
    background: #fff;
    margin-bottom: 50px;
    overflow: hidden;
    border-radius: 0px;
    position: relative;
}
.rating-detail .content-inner {
    padding: 25px;
}
.rating-detail .widget-title-wrap {
    display: block;
    margin-bottom: 10px;
}
.rating-detail .widget-title {
    margin: 0px;
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
    font-size: 20px;
}
.rating-detail .comment-content {
    margin-top: 30px;
}
.rating-detail .comment-row {
    margin-bottom: 20px;
}
.rating-detail .comment-avatar {
    float: left;
    margin-right: 20px;
    height: 80px;
    width: 80px;
}
.rating-detail .alignnone {
    margin: 5px 20px 20px 0;
}
.rating-detail .avatar {
    line-height: 23px;
    max-width: 100%;
    height: auto;
    border-radius: 50%;
    border: 1px solid #f68400;
}
.rating-detail .comment-content-wrap {
    float: left;
    width: calc(100% - 100px);
}
.rating-detail .comment-name {
    margin-bottom: 10px;
}
.rating-detail .comment-name strong {
    color: #f68400;
}
.rating-detail .comment-name p {
    margin: 0;
    font-size: 15px;
}
.rating-detail .comment-name p span {
    font-size: 12px;
    color: #7a7a7a;
    font-style: italic;
}
.rating-detail .list-unstyled {
    padding-left: 0;
    list-style: none;
}
.rating-detail .ordered-list li {
    clear: both;
    border-bottom: 1px solid #eee;
}
.rating-detail .widget ul li, .ordered-list li {
    list-style: none;
    clear: both;
    padding: 5px 0px;
}
.rating-detail .rating-content {
    color: #a3a3a3;
    line-height: 1.5;
    font-size: 14px;
}
.rating-detail .rating-detail ul.ordered-list {
    color: #a3a3a3;
}
.rating-detail .rating-detail ul.ordered-list strong {
    color: #292929;
}
.rating-detail .user-ratings {
    float: right;
    font-weight: bold;
    font-size: 16px;
}
.rating-detail .rating-title {
    color: #f68400;
    font-weight: bold;
    font-size: 16px;
    margin-top: 0;
}
.dropdown {
    position: absolute;
    display: contents;
}
.dropdown-menu {
    position: absolute !important;
    list-style: none !important;
}
.d-flex {
    display:flex;
}
.d-flex>div {
    float: none;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.sort-row h5 {
    color: #a3a3a3
}
.rating-detail .btn-default.dropdown-toggle {
    font-weight: bold;
    border: none;
}
.rating-detail .owl-nav button > span {
    font-size: 70px;
    color: #f68400;
}
.rating-detail .owl-nav {
    position: absolute;
    bottom: 90px;
    left: 0;
    right: 0;
}
.rating-detail .owl-nav .owl-prev, .rating-detail .owl-nav .owl-next {
    position: absolute;
    /* height: 100px; */
    background: none;
    border: none;
    z-index: 100;
}
.rating-detail .owl-nav .owl-prev {
    left: 0;
}
.rating-detail .owl-nav .owl-next {
    right: 0;
}
.rating-detail .owl-next.disabled, .rating-detail .owl-prev.disabled {
    display: none;
}
.rating-detail .owl-nav button:focus {
    outline: 0;
}
.rating-detail .rating-action-bar a:hover, .rating-detail .rating-action-bar a:focus {
    color: #f68400;
}
.rating-detail .rating-action-bar a {
    color: #3e3e3e;
    margin-right: 20px;
    font-weight: bold;
}
.rating-detail .rating-action-bar a:last-child {
    margin-right: 0;
}
.rating-detail .rating-action-bar a.like.active {
    color: #f68400;
}
.rating-comment-reply button, .rating-comment-reply button:hover {
    padding: 7px 12px;
    border: none;
}
.rating-detail .bb-comments .comment .comment-body .comment-metadata {
    margin-left: 0;
    margin-top: 5px;
    font-style: italic;
}
.rating-detail .rating-reply-form button {
    color: white;
    background-color: #f68400;
}
.rating-detail .rating-reply-form button:hover, .rating-detail .rating-reply-form button:focus {
    color: black;
}

.employer_point {
    padding: 10px 0;
}
.rating-detail .dropdown-menu {
    padding-bottom: 5px !important;
}
.sort-by li a.active, .sort-enviroment li a.active, .sort-benefit li a.active, .sort-work-location li a.active, 
.sort-by li a:hover, .sort-enviroment li a:hover, .sort-benefit li a:hover, .sort-work-location li a:hover,
.sort-by li a:focus, .sort-enviroment li a:focus, .sort-benefit li a:focus, .sort-work-location li a:focus {
    background-color: #f68400
}
.employer-comment-rating .nav-tabs>li>a {
    font-size: 14px;
}
.number_circle {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    padding: 22px 10px;
    color: #fff;
    text-align: center;
    font: 32px Arial, sans-serif;
    background-color: #f78300;
}
img.rating-emoticon {
    max-width: 35px;
    margin-left: 10px;
    margin-bottom: 5px;
}
.comment-cotain .comment-footer a {
    color: #90949c;
}
.comment-cotain .comment-footer a.like.active {
    color: red;
}

@media (max-width: 768px) {
    .tabbable-panel .nav-tabs>li>a {
        text-decoration: none;
    }
    .employer-comment-rating .nav-tabs>li {
        width: 100%;
    }
    .rating-detail .rating-action-bar a {
        margin-right: 15px;
        display: inline-block;
        margin-bottom: 5px;
    }
    .rating-detail .rating-title {
        padding-top: 10px;
        display: inline-block;
    }
    .rating-detail .comment-avatar {
        margin-right: 15px;
        height: 50px;
        width: 50px;
    }
    .bb-comments .comment .comment-body {
        padding-left: 50px;
    }
    .rating-detail .content-inner .d-flex {
        display: block;
    }
    .rating-detail .owl-nav {
        bottom: 130px;
        left: -40px;
        right: -40px;
    }
    .rating-detail .owl-nav button > span {
        font-size: 100px;
    }
    .owl-carousel .owl-item img {
        width: auto;
        height: 100px;
    }
}