.booking-history-wrap h1 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.booking-history-wrap h1 .counter-as-planet {
    position: static;
    color: white;
    width: 25px;
    height: 25px;
}
.booking-history-wrap .subtitle-second {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 20px;
    clear: both;
    font-weight: 600;
}

.booking-history-wrap .edit-wrap,
.booking-history-wrap .delete-wrap {
    float: right;
    margin-left: 20px;
}

.booking-history-wrap .btn-reservation-delete,
.booking-history-wrap .btn-reservation-update,
.booking-history-wrap .btn-reservation-view,
.booking-history-wrap .btn-reservation-history-items,
.booking-history-wrap .btn-reservation-status-info {
    line-height: 40px;
    padding: 0 0 0 30px;
    text-transform: initial;
    text-decoration: underline;
    position: relative;
    display: inline-block;
    color: #333;
    font-size: 15px;
    transition: color 0.3s ease;
}

.booking-history-wrap .btn-reservation-delete:hover,
.booking-history-wrap .btn-reservation-update:hover,
.booking-history-wrap .btn-reservation-view:hover,
.booking-history-wrap .btn-reservation-history-items:hover,
.booking-history-wrap .btn-reservation-status-info:hover {
    color: #1ccc78;
}

.booking-history-wrap .btn-reservation-delete:before,
.booking-history-wrap .btn-reservation-update:before,
.booking-history-wrap .btn-reservation-view:before,
.booking-history-wrap .btn-reservation-history-items:before,
.booking-history-wrap .btn-reservation-status-info:before {
    position: absolute;
    content: '';
    height: 20px;
    width: 20px;
    top: 10px;
    left: 0;
}

.booking-history-wrap .btn-reservation-view:before {
    background: url(/images/icon_view.png) no-repeat center;
}

.booking-history-wrap .btn-reservation-view:hover:before {
    background: url(/images/icon_view_active.png) no-repeat center;
}

.booking-history-wrap .btn-reservation-update:before {
    background: url(/images/icon_edit.png) no-repeat center;
}

.booking-history-wrap .btn-reservation-update:hover:before {
    background: url(/images/icon_edit_active.png) no-repeat center;
}

.booking-history-wrap .btn-reservation-delete:hover {
    color: #f33;
}

.booking-history-wrap .btn-reservation-delete:before {
    background: url(/images/icon_delete.png) no-repeat center;
}

.booking-history-wrap .btn-reservation-delete:hover:before {
    background: url(/images/icon_delete_active.png) no-repeat center;
}

.booking-history-wrap .btn-reservation-history-items:before {
    background: url(/images/icon_clock.png) no-repeat center;
}

.booking-history-wrap .btn-reservation-history-items:hover:before {
    background: url(/images/icon_clock_active.png) no-repeat center;
}

.booking-history-wrap .btn-reservation-status-info:before {
    background: url(/images/print_card.png) no-repeat center;
}

.booking-history-wrap .btn-reservation-status-info:hover:before {
    background: url(/images/print_card_hover.png) no-repeat center;
}

.booking-history-wrap .reservation-info-links {
    float: left;
    margin-right: 10px;
}

.booking-history-wrap .approval-wrap {
    float: left;
    margin-right: 15px;
    clear: left;
}

.booking-history-wrap .approval-wrap:last-of-type {
    margin-right: 0;
}

.booking-history-wrap .approval-wrap input[type="checkbox"] {
    background: rgba(255, 255, 255, 0.45);
    border: 1px solid white;
    -webkit-border-radius: 0;
    padding: 0 8px;
    opacity: 0;
}

.booking-history-wrap .approval-wrap label {
    position: relative;
    cursor: pointer;
    text-transform: initial;
    color: #333;
    line-height: 40px;
    font-size: 15px;
    font-weight: normal;
    padding-left: 11px;
    transition: color 0.3s ease;
}

.booking-history-wrap .approval-wrap label:hover {
    color: #1ccc78;
}

.booking-history-wrap .approval-wrap label:before {
    content: '';
    width: 17px;
    height: 17px;
    position: absolute;
    top: 12px;
    left: -17px;
    border: 1px solid #d8d8d8;
    background-color: #fff;
}

.booking-history-wrap .approval-wrap input[type="checkbox"]:checked + label {
    color: #1ccc78;
}

.booking-history-wrap .approval-wrap input[type="checkbox"]:checked + label:hover {
    color: #8d8d8d;
}

.booking-history-wrap .approval-wrap input[type="checkbox"]:checked + label:before {
    background: #fff url(/images/icon_checked_login.png) center no-repeat;
    border: 1px solid #1ccc78;
}

.booking-history-wrap .select2-container--krajee .select2-selection {
    border-radius: 0;
    height: 40px;
    line-height: 26px;
    font-size: 15px;
    color: #1d1d1d;
    font-weight: 600;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #c4dce9;
}

.booking-history-wrap .select2-container--krajee .select2-selection--single .select2-selection__arrow {
    border-left: 0;
    height: 38px;
}

.booking-history-wrap .select2-container--krajee .select2-selection--single {
    overflow: hidden;
}

.booking-history-wrap .select2-container--krajee .select2-selection--single .select2-selection__rendered {
    color: #1d1d1d;
    white-space: normal;
}

.booking-history-wrap .select2-container--krajee .select2-selection__clear {
    line-height: 1.5;
}

.booking-history-wrap .has-success .select2-container--open .select2-selection,
.booking-history-wrap .has-success .select2-container--krajee.select2-container--focus .select2-selection {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #c4dce9;
}

.booking-history-wrap .has-success .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #c4dce9;
}

.booking-history-wrap .form-control {
    border-radius: 0;
    height: 40px;
    font-size: 15px;
    color: #1d1d1d;
    font-weight: 600;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #c4dce9;
}

.booking-history-wrap .table-responsive {
    padding: 0;
}

.booking-main-table-cell-inner.dialogs .form-group {
    margin-bottom: 10px;
}

.booking-main-table-cell-inner.dialogs a span {
    text-decoration: underline;
    font-weight: 600;
}

.booking-main-table-cell-inner.dialogs .form-group:last-child {
    margin-bottom: 0;
}

.booking-main-table-cell-inner .lnk-reservation-comments {
    text-transform: none;
    color: #333;
    font-size: 15px;
    position: relative;
    padding-left: 40px;
}

.booking-main-table-cell-inner .lnk-reservation-comments:before {
    content: '';
    position: absolute;
    height: 29px;
    width: 29px;
    top: -4px;
    left: 0;
    background: url(/images/dialog_icon.png) no-repeat;
    margin-right: 10px;
}

.admin_plus_hm {
    display: flex;
    align-items: center;
}

.admin_plus_hm:before {
    content: '';
    background: url(/images/dialog_icon_ad_hm.png) no-repeat;
    width: 29px;
    height: 29px;
    margin-right: 10px;
}

.booking-main-table-cell-inner .lnk-reservation-comments.ad-hm:before {
    background: url(/images/dialog_icon_ad_hm.png) no-repeat;
}

.booking-main-table-cell-inner .lnk-reservation-comments:hover {
    color: #1ccc78;
}

.approval-wrap.button-skin input[type=checkbox] {
    display: none;
}

.approval-wrap.button-skin input[type=checkbox] + label {
    background-color:  #1ccc78;
    color: white !important;
    padding: 0 20px;
}

.approval-wrap.button-skin input[type=checkbox]:checked + label {
    background-color:  #ffa500;
}

.approval-wrap.button-skin input[type=checkbox]:disabled + label {
    cursor: default;
}

.btn-visit-chart-workload {
    display: flex !important;
    align-items: center;
    justify-content: center;
    float: left !important;
}

.btn-visit-chart-workload:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(/images/graphic-white.svg);
    margin-right: 5px;
}

.cancel-wrap {
    float: left;
    margin-right: 10px;
}

.cancel-wrap select {
    width: 248px;
    padding-left: 10px;
    margin-right: 15px;
    height: 34px;
    line-height: 34px;
    border-color: #c5c5c5;
    font-weight: normal;
    font-size: 15px;
}

.cancel-wrap-label {
    display: inline-block;
    text-transform: none;
    color: #8d8d8d;
    font-weight: normal;
    font-size: 15px;
    margin-right: 10px;
}

.reservation-info-links.create {
    margin-bottom: 30px;
}

.reservation-info-links a span {
    font-size: 15px;
    border-bottom: 1px dashed gray;
    text-transform: none;
}

.reservation-info-links a:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 19px;
    vertical-align: middle;
    margin-right: 5px;
}

.reservation-info-links a:focus,
.reservation-info-links a:hover,
.reservation-info-links a.active {
    color: #84D9C5;
    text-decoration: none;
}

.reservation-info-links a:focus span,
.reservation-info-links a:hover span,
.reservation-info-links a.active span {
    border-color: #84D9C5;
}

.reservation-info-links a.lnk-tourist-fly-data:before {
    background: url(/images/air2.png);
}

.reservation-info-links a.voucher {
    text-transform: none;
    color: #cf5919;
}

.reservation-info-links a.voucher:before {
    background: url(/images/online/icon_voucher.png) no-repeat center;
    width: 16px;
    height: 22px;
    margin-right: 10px;
}

.reservation-info-links a.lnk-tourist-fly-data:focus:before,
.reservation-info-links a.lnk-tourist-fly-data:hover:before,
.reservation-info-links a.lnk-tourist-fly-data.active:before {
    background: url(/images/air.png);
}

.reservation-info-links a.lnk-tourist-registration-data:before {
    width: 26px;
    background: url(/images/card2.png);
}

.reservation-info-links a.lnk-tourist-registration-data:focus:before,
.reservation-info-links a.lnk-tourist-registration-data:hover:before,
.reservation-info-links a.lnk-tourist-registration-data.active:before {
    background: url(/images/card.png);
}

.reservation-info-links a.lnk-tourist-print-data:before {
    width: 26px;
    background: url(/images/print_card.png) no-repeat center;
}

.reservation-info-links a.lnk-tourist-print-data:focus:before,
.reservation-info-links a.lnk-tourist-print-data:hover:before,
.reservation-info-links a.lnk-tourist-print-data.active:before {
    background: url(/images/print_card_hover.png) no-repeat center;
}

a.link-export-tourist-info {
    color: #DCAD7F;
}

a.link-export-tourist-info:hover {
    text-decoration: underline;
}


.barter-ico {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url(/images/barter_ico_shadow.png) no-repeat center;
    margin: 5px 0;
}

.comment-ico {
    display: inline-block;
    vertical-align: middle;
    width: 29px;
    height: 29px;
    background: url(/images/comments_icon.png) no-repeat center;
    margin: 5px 0;
}

.repeat-ico {
    display: inline-block;
    vertical-align: middle;
    width: 29px;
    height: 29px;
    background: url(/images/repeat_icon.png) no-repeat center;
    margin: 5px 0;
}

.dialog-ico {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 29px;
    height: 29px;
    background: url(/images/dialog_icon.png) no-repeat center;
    margin: 5px 0;
}

.ad-hm .dialog-ico {
    background: url(/images/dialog_icon_ad_hm.png) no-repeat center;
}

.barter-ico-inner {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/images/barter_ico.png) no-repeat center;
    margin-right: 5px;
}

.payment-status-icons {
    display: flex;
    align-items: center;
}

.payment-status-ico {
    display: inline-block;
}

.payment-status-ico.ho-operator,
.payment-status-ico.rm,
.payment-status-ico.ag,
.payment-status-ico.barter-approved {
    width: 26px;
    height: 26px;
    margin: 0 3px;
}

.payment-status-ico.ho-operator {
    background: url(/images/icon_hotel-online.png) no-repeat center;
}

.payment-status-ico.rm {
    background: url(/images/payment_status_rm.png) no-repeat center;
}

.payment-status-ico.ag {
    background: url(/images/payment_status_ag.png) no-repeat center;
}

.payment-status-ico.barter-approved {
    background: url(/images/barter_approved.png) no-repeat center;
}

.btn-toggle-export-reservations {
    margin-left: 10px;
    background: #ff9b0b !important;
}
.btn-toggle-export-region-reservations {
    margin-left: 10px;
    background: #25866d !important;
}
.btn-toggle-export-bonuses {
    margin-left: 10px;
    background: #F0592C !important;
}

.reservation-history-info {
    color: #cf5919;
}

.btn-visit-forum-hotels {
    background-color: #25866d !important;
}

.hm-approval-warning {
    color: #ffeb00;
}

.checkbox-list-wrap,
.radio-list-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
}

.checkbox-list-wrap .indicator-cont,
.radio-list-wrap .indicator-cont {
    position: relative;
    padding-left: 30px;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.checkbox-list-wrap input,
.radio-list-wrap input {
    display: none;
}

.checkbox-list-wrap label,
.radio-list-wrap label {
    font-weight: normal;
    cursor: pointer;
}

.checkbox-list-wrap input:checked + label,
.radio-list-wrap input:checked + label {
    cursor: pointer;
}

.checkbox-list-wrap label:before,
.radio-list-wrap label:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 20px;
    height: 20px;
}

.radio-list-wrap input + label:before {
    background: url(/images/radio_button.png) center no-repeat;
}

.radio-list-wrap input:checked + label:before {
    background: url(/images/radio_button_checked.png) center no-repeat;
}

.radio-list-wrap.orange input:checked + label:before {
    background: url(/images/radio_button_checked_orange.png) center no-repeat;
}

.checkbox-list-wrap input + label:before {
    background: url(/images/yacht/uncheck2.svg) center no-repeat;
}

.checkbox-list-wrap input:checked + label:before {
    background: url(/images/yacht/check.svg) center no-repeat;
}

.video-js {
    width: 100%;
    position: relative;
}

.video-js .vjs-big-play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 54px;
    height: 54px;
    border-radius: 27px;
    background-color: rgba(56, 56, 56, 0.6);
    border: none;
}

.video-js .vjs-big-play-button:hover {
    background-color: rgba(56, 56, 56, 0.45);
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    top: 4px;
}

.reservation-payment-info {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.reservation-payment-info .instruction {
    display: flex;
    align-items: center
}

.reservation-payment-info .instruction:before {
    content: '';
    display: block;
    min-width: 16px;
    width: 16px;
    height: 16px;
    background: url(/images/online/faq.png) no-repeat center;
    margin-right: 5px;
}

.reservation-payment-info .instruction span {
    text-decoration: underline;
    color: #333;
    text-transform: none;
    font-weight: normal;
}

@media (max-width: 1199px) {
    .btn-visit-forum-hotels {
        margin-left: 10px;
    }
}


@media (min-width: 768px) and (max-width: 1199px) {
    .booking-history-wrap .booking-main-tbl-cont .booking-main-table-row .booking-main-table-cell .bold-white {
        font-size: 13px;
    }
    .booking-history-wrap .booking-min-table-cont .booking-min-table-row .booking-min-table-cell {
        font-size: 13px;
    }
    .booking-history-wrap .subtitle-second {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .wrapper-main.booking-history-wrap.hotel-manager .container {
        padding: 0 6px;
    }
    .booking-history-wrap .subtitle-second {
        font-size: 15px;
    }
    .booking-history-wrap .booking-bonuses-table-cont {
        font-size: 14px;
    }
    .booking-history-wrap .booking-bonuses-table-cont .booking-bonuses-table-row .booking-bonuses-table-cell {
        padding: 8px 6px;
    }

    .booking-history-wrap .toggle-reservation-filter .site-btn {
        width: calc(50% - 5px);
        float: left;
        margin: 0 0 10px 0;
        display: block;
    }
    .booking-history-wrap .toggle-reservation-filter .site-btn:nth-child(odd) {
        margin-right: 5px;
    }
    .booking-history-wrap .toggle-reservation-filter .site-btn:nth-child(even) {
        margin-left: 5px;
    }
    .lnk-hotel-statistics,
    .lnk-bonus-statistics {
        text-align: center;
        width: 100%;
        display: block;
    }
    .booking-history-wrap .booking-min-table-cont .booking-min-table-row .booking-min-table-cell {
        padding: 8px 6px;
        font-size: 10px !important;
    }
    .booking-history-wrap .booking-check-filters-cont .booking-check-notice {
        margin-bottom: 11px;
    }
    .booking-history-wrap .booking-check-filters-cont .indicator-cont {
        float: none;
        margin-right: 0;
    }
    .booking-history-wrap .booking-check-filters-cont .field-sort_option {
        clear: both;
    }
    .booking-history-wrap .booking-main-tbl-cont .booking-main-table-row-inner .booking-main-table-cell-inner .bold {
        font-size: 13px;
    }
    .booking-history-wrap .history-wrap,
    .booking-history-wrap .edit-wrap,
    .booking-history-wrap .approval-wrap,
    .booking-history-wrap .cancel-wrap,
    .booking-history-wrap .bonuses-title-cont .bonuses-title {
        padding: 0;
        float: none;
        margin: 0 0 0 15px;
    }
    .booking-history-wrap .bonuses-title-cont {
        height: auto;
        line-height: initial;
    }
    .booking-history-wrap .bonuses-title-cont .bonuses-title {
        line-height: 40px;
    }
    .booking-history-wrap .booking-main-tbl-cont .booking-main-table-row-inner .booking-main-table-cell-inner.ver-mid > span {
        display: block;
        margin: 0 auto;
    }
    .cancel-wrap {
        float: none;
        clear: both;
    }
    .bonuses-title-cont {
        padding-top: 10px;
    }
    .booking-history-wrap .booking-main-tbl-cont .booking-main-table-row-inner .booking-main-table-cell-inner.ver-mid > span {
        width: auto;
    }
    .cancel-wrap select {
        display: block;
    }
    .booking-history-wrap .booking-main-tbl-cont .booking-main-table-row .booking-main-table-cell.username,
    .booking-history-wrap .booking-main-tbl-cont .booking-main-table-row .booking-main-table-cell.newsletter,
    .booking-history-wrap .booking-main-tbl-cont .booking-main-table-row .booking-main-table-cell.num {
        width: 100%;
    }
    .booking-history-wrap .reservation-info-links,
    .booking-history-wrap.supervisor .reservation-info-links {
        margin-left: 10px;
        clear: both;
    }
    .booking-history-wrap .history-wrap,
    .booking-history-wrap.supervisor .history-wrap {
        float: left;
        clear: left;
    }
    .reservation-info-links.create a {
        display: block;
        clear: left;
        margin: 5px auto;
    }
    .reservations-of-hm .toggle-reservation-filter > * {
        float: none !important;
        margin: 0 auto 10px auto !important;
        display: block !important;
        width: 100% !important;
        max-width: 250px !important;
    }
    .booking-history-wrap.supervisor .reservation-info-links:not(:first-child) a {
        margin: 0;
    }
}
