.event-bonus-forum {
    position: absolute;
    top: 40px;
    left: 5px;
    background: url(/images/bonus_forum_medium.png) no-repeat;
    width: 118px;
    height: 35px;
}

.forum-hotel {
    display: grid;
    grid-template-columns: 1.3fr 2.2fr 1.5fr;
    grid-gap: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 20px;
}

.forum-hotel:last-child {
    border-bottom: none;
}

.forum-hotel img {
    max-width: 100%;
}

.forum-hotel .hotel-forum-date {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    flex-wrap: wrap;
}

.forum-hotel .hotel-forum-date .highlight {
    color: #f76c0a;
    font-weight: bold;
}

.forum-hotel .hotel-forum-date:not(:last-child) {
    margin-bottom: 5px;
}

.forum-hotel .reservation-status > * {
    width: 100%;
    font-size: 13px;
    text-transform: uppercase;
    color: white;
    background: #1ccc78;
    display: inline-block;
    text-align: center;
    line-height: 1.2em;
    height: 45px;
}

.forum-hotel .reservation-status.status-0 > * {
    background: #B7B7B7;
}

.forum-hotel .reservation-status.status-1 > * {
    background: #464646;
}

.forum-hotel .reservation-status.status-2 > * {
    background: #EC903E;
}

.forum-hotel .reservation-status.status-6 > * {
    background: #B7B7B7;
}

.forum-hotel .reservation-status a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.forum-hotel .reservation-status.status-2 a:before {
    content: '';
    width: 22px;
    height: 22px;
    background: url(/images/ico-document.png) no-repeat center;
    margin-right: 10px;
}

.forum-hotel .col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.forum-hotel .places {
    width: 100%;
    font-size: 14px;
    color: black;
    background: #fff568;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    padding: 8px 0;
    margin-bottom: 20px;
}

.forum-hotel .places a {
    font: inherit;
    color: inherit;
    text-decoration: underline;
}

.forum-hotel h3 {
    margin-bottom: 5px;
}

.hotel-forum-info {
    margin-bottom: 5px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
}

.hotel-forum-info a {
    color: #f76c0a;
    font-size: inherit;
}

.hotel-forum-info .price {
    font-weight: 600;
    font-size: 18px;
}

.hotel-forum-info .price.paid {
    color: #f76c0a;
}

.forum-hotel h3 a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.lst-event-forum-link a {
    height: 27px;
    margin: 7px 10px 0 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    background-color: #25866d;
    gap: 10px;
}

.lst-event-forum-link .approved-count {
    display: flex;
    justify-content: center;
    border: 1px solid white;
    color: white;
    background-color: #f89a09;
    align-items: center;
    width: 17px;
    height: 17px;
    border-radius: 9px;
    font-size: 13px;
}

.event-forum-reservation-important-text {
    display: grid;
    grid-template-columns: 4fr 1fr;
    grid-gap: 0 20px;
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 10px;
}

.event-forum-reservation-important-text p {
    font-weight: bold;
}

.event-forum-reservation-important-text .site-btn {
    height: 40px;
    line-height: 40px;
}

.event-forum-hotels .select2-selection {
    border: 1px solid #c5c5c5 !important;
}

.event-forum-reservation-important-text > div:last-child {
    margin-bottom: 10px;
}

.transfer-tourists-checked-no-need span {
    color: #cf5919;
    background: #fff568;
    padding: 5px 10px;
    display: inline-block;
    font-weight: 600;
    font-style: italic;
}

.transfer-tourists-unchecked-no-need a {
    color: red;
    text-decoration: underline;
    font-size: inherit;
}

.event-service-fee-status {
    min-width: 150px;
    width: 150px;
}

.event-forum-reservation-item .transfer-tourists-cont {
    display: grid;
    grid-template-columns: 18px 1fr;
    grid-gap: 5px;
}

.event-forum-reservation-item .transfer-tourists-title {
    margin-bottom: 3px;
}

.event-forum-reservation-item .transfer-tourists-cont:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: url(/images/online/checked.png) top left no-repeat;
}

.event-forum-reservation-item .transfer-tourists-inner {
    font-size: 15px;
}

.event-forum-reservation-item .transfer-tourists-title {
    font-weight: bold;
}

.event-forum-reservation-item .transfer-tourist {
    font-weight: 600;
    margin-bottom: 3px;
}

.event-forum-reservation-item .transfer-tourist .name {
    color: #cf5919;
}

.event-forum-reservation-item .transfer-tourist .code {
    color: #cf5919;
}

.event-forum-reservation-item .transfer-tourist .code a {
    font-size: inherit;
    color: inherit;
    text-decoration: underline;
}

.event-forum-reservation-item .transfer-tourist .dates {
    color: #1ccc78;
}

#forum-hotels-secondary .form-group {
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 0;
}

#forum-hotels-secondary span {
    margin-right: 10px;
}

.hotel-star-icon {
    width: 26px;
    height: 26px;
    background: url(/images/event-forum/star_icon.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.event-forum-reservation-guest-status {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.event-forum-reservation-guest-status label {
    margin-right: 10px;
    color: inherit !important;
}

.event-forum-reservation-guest-status select {
    max-width: 350px;
    width: 100%;
}

.event-forum-decline,
.event-forum-approve {
    display: flex;
    align-items: center;
}

.event-forum-decline:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.event-forum-decline {
    background: url(/images/icon_delete.png) left center no-repeat;
}

.private-program-filter-clear .private-program-statistics:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background: url(/images/graphic-orange-01.svg) left center no-repeat;
}

.private-program-filter-clear .private-program-statistics {
    text-decoration: underline;
    font-size: 15px;
    display: flex;
    color: #FF9B0B !important;
}

.hotel-reservation-history__item-info-row.hotel-reservation-history__membership-actions {
    display: flex;
    align-items: center;
}

.event-forum-approve {
    justify-content: center;
}

.event-forum-approve:hover,
.event-forum-approve {
    background: #1ccc78;
    color: white !important;
    padding: 2px 20px;
    margin-right: 10px;
}

.event-forum-approve.approved:hover,
.event-forum-approve.approved {
    background: #ffa500;
}

.event-forum-approve,
.event-forum-approve:focus {
    text-decoration: none;
}

.event-forum-decline,
.event-forum-decline:hover {
    color: #ff3333;
}

.event-forum-approve:hover {
    color: #1ccc78;
}

.event-forum-reservation-redo {
    text-decoration: underline;
}

.event-forum-modal-reservation-update .hotel-reservation__tourist-fields {
    grid-template-columns: repeat(4, 1fr);
}

.guest-info-row[data-member="0"] .hidden-when-relative {
    display: none;
}

.guest-info-row[data-member="1"] .hidden-when-member {
    display: none;
}

.guest-info-row[data-member="1"][data-index="0"] .hidden-when-member.ef-gender {
    display: block;
}

#reservation_link_form .field-name a {
    font-size: 14px;
}

#forum_create_reservation_form .hotel-reservation__body h2 {
    margin-bottom: 20px;
}

.event-forum-warning-text {
    color: #cf5919;
    font-size: 15px;
    font-style: italic;
    margin-bottom: 15px;
}

.event-forum-exclamation-text a {
    color: #44ad99;
}

.event-forum-hotel-warning {
    color: #cf5919;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.event-forum-hotel-warning p {
    margin-right: 30px;
    margin-bottom: 0;
}

.event-forum-hotel-warning a.event-forum-reservation-cancel {
    color: #ff3333;
    text-decoration: underline;
}

.event-forum-hotel-warning a {
    color: inherit;
    text-decoration: none;
}

.event-forum-hotel-warning a.text-underline {
    text-decoration: underline;
}

.event-forum-hotels-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.event-forum-hotels-header a {
    color: #44ad98;
    text-transform: uppercase;
    text-decoration: underline;
}

.forum-hotel > .col:first-child {
    position: relative;
}

.forum-hotel .icons {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 5px;
}

.forum-hotel .bottom-icons {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 5px;
}

.event-forum-conditions a {
    color: #ff9b0b;
    text-decoration: underline;
}

.free-days-highlight a,
.free-days-highlight a:hover,
.free-days-highlight span {
    color: #2bbc7a;
    font-size: 14px;
}

.free-days-highlight a {
    text-decoration: underline;
}

.lnk-edit-comment-admin {
    color: gray;
    font-size: 14px;
    text-transform: none;
}

.lnk-edit-comment-admin:hover {
    color: #1ccc78;
}

.hotel-reservation-history__item-header-col .linked-reservation {
    background: url(/images/linked.png) center no-repeat;
    display: block;
    width: 42px;
    height: 24px;
    position: relative;
}

.hotel-reservation-history__item-header-col .linked-reservation span {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 1px solid white;
}

.hotel-reservation-history__item-info.linked-tourist  * {
    color: #cf5919;
}

.hotel-reservation__exclamation {
    color: red;
}

.ico-no-active-reservations {
    vertical-align: middle;
    display: inline-block;
}

.hotel-reservation-history__item-info h3 .text-brown a {
    font-size: inherit;
    color: inherit;
    font-weight: 600;
    text-decoration: underline;
}

.event-forum-hotel-reservation__tourist__upload-documents {
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    color: #cf5919;
    text-transform: none;
    height: 30px;
    padding: 0 10px;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.event-forum-hotel-reservation__tourist__upload-documents,
.event-forum-hotel-reservation__tourist__upload-documents:hover,
.event-forum-hotel-reservation__tourist__upload-documents:focus,
.event-forum-hotel-reservation__tourist__upload-documents:active {
    color: #cf5919;
    text-decoration: none !important;
}

.event-forum-hotel-reservation__tourist__upload-documents.has-documents {
    background-color: yellow;
}

.event-forum-tourist-files .form-style-delete-button {
    background-color: red;
    padding: 5px 20px;
    color: white;
    font-size: 15px;
}

@media (min-width: 1200px) {
    .event-forum-hotels .toggle-reservation-filter  .btn-visit-forum-hotels {
        float: left;
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .event-forum-reservation-important-text {
        grid-template-columns: 2.2fr 1fr;
    }
}

@media (max-width: 767px) {
    .event-forum-hotels-header a {
        margin-top: 10px;
    }
    .event-forum-reservation-important-text {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
    .forum-hotel {
        grid-template-columns: 1fr;
    }
    .lst-event-forum-link a {
        width: 100%;
        height: 43px;
        margin-bottom: 10px;
        max-width: none;
    }
}
