#org_reviews {
    margin-bottom: 25px;
}

#org_reviews h4.your_reviews span {
    font-size: 90%;
}

.auth-user {
    margin-bottom: 15px;
}

.orgLogotype {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.uploaded__button > img {
    margin-right: 4px;
}

.review_avatars {
    width: 100px;
    height: auto;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.review_avatars_comment {
    width: 55px;
    height: auto;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
}

#reviews .review {
    margin-bottom: 10px;
}

#reviews .review .comment-title {
    margin: 0 0 5px 0;
}

#reviews .review .comment-title div > .divider:last-child {
    display: none;
}

#reviews .review .comment-content {
    padding: 5px 10px;
    border-radius: 3px;
    box-sizing: border-box;
}

#reviews .review .comment-footer {
    padding: 0 10px;
    box-sizing: border-box;
}

.set-rating-comment {
    margin: 5px -10px 0;
}

.set-rating-comment a {
    margin-left: 10px;
    font-size: 15px;
}

.total_reviews_positive_negative {
    font-size: 20px;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.total_reviews_positive_negative span {
    margin-right: 10px;
}

.promotion {
    position: relative;
}

.promotion-content {
    height: auto;
    position: relative;
}

.link-detail {
    float: left;
    margin-top: 3px;
}

.readmore-js-toggle {
    width: auto !important;
    display: inline-block !important;
    text-decoration: underline;
}

#org-page .org_name {
    margin-top: 5px;
}

#org_desc {
    margin-bottom: 20px;
}

.form-comment {
    opacity: 0;
    height: 0;
    overflow: hidden;
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin-top: 15px;
    -webkit-transition: opacity 200ms, height 100ms;
    -o-transition: opacity 200ms, height 100ms;
    transition: opacity 200ms, height 100ms;
}

.form-comment.open {
    opacity: 1;
    height: auto;
    -webkit-transition: opacity 200ms, height 100ms;
    -o-transition: opacity 200ms, height 100ms;
    transition: opacity 200ms, height 100ms;
}

.comment-org-review {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background: #fff none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.set-rating-comment a.add-form-comment {
    font-size: 14px;
}

.comment-review-body {
    padding: 7px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#timetable ul li {
    position: relative;
}

#timetable.show {
    margin: 10px 0;
}

#timetable.show .info p {
    line-height: 1;
    text-align: center;
    margin-bottom: 15px;
}

#timetable.show ul li.active {
    outline: 1px solid #5cb85c;
    cursor: pointer;
}

#timetable.show ul li span {
    display: block;
    padding: 5px;
    margin-bottom: 8px;
    color: #000000;
    border-top: 1px solid rgba(100, 100, 100, 0.3);
    border-bottom: 1px solid rgba(100, 100, 100, 0.3);
}

#timetable.show ul li.active span {
    color: #ffffff;
    background: #5cb85c;
}

#timetable.create ul li:hover,
#timetable.create ul li.active {
    outline: 1px solid #337ab7;
    cursor: pointer;
}

#timetable.create ul li span {
    display: block;
    padding: 5px;
    margin-bottom: 8px;
    color: #ffffff;
    background: #337ab7;
}

#timetable.update ul li:hover,
#timetable.update ul li.active {
    outline: 1px solid #5cb85c;
    cursor: pointer;
}

#timetable.update ul li span {
    display: block;
    padding: 5px;
    margin-bottom: 8px;
    color: #ffffff;
    background: #5cb85c;
}

#timetable .popover_form {
    display: none;
    position: absolute;
    top: auto;
    bottom: 10px;
    left: 10px;
}

#timetable .radio_solutions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.block-messages {
    display: none;
}

.has-error {
    display: block !important;
}

.table-org-information .fa {
    font-size: 150%;
    color: rgba(100, 100, 100, 0.6);
}

.toggle-phone:hover,
.toggle-phone:active {
    text-decoration: underline;
}

#phone-numbers {
    display: none;
}

#phone-numbers.active {
    display: block;
}

.website_link {
    text-decoration: underline;
}

.website_link:hover,
.website_link:focus,
.website_link:active {
    text-decoration: none;
}

.table-org-information .img-thumb {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.org_name span {
    font-size: 60%;
    font-style: italic;
    color: #808080;
}

#map_organization {
    outline: 1px solid #ddd;
}

#register_catalog {
    opacity: 0;
    height: 0;
    overflow: hidden;
}

#register_catalog.on {
    opacity: 1;
    height: auto;
}

.other-city {
    display: none;
}

#filter_buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

#filter_buttons .btn {
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #198754;
    --bs-btn-active-border-color: #198754;
    --bs-btn-color: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #157347;
}

#filter_buttons .icon_map {
    max-height: 28px;
}

@media (max-width: 991px) {
    #filter_buttons {
        flex-direction: column;
        align-items: normal;
    }
}