/**
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License version 3.0
* that is bundled with this package in the file LICENSE.md
* It is also available through the world-wide-web at this URL:
* https://opensource.org/license/osl-3-0-php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to support@qloapps.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your needs
* please refer to https://store.webkul.com/customisation-guidelines for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/license/osl-3-0-php Open Software License version 3.0
 */

/* elements - start */
#center_column .row {
    margin-left: -10px;
    margin-right: -10px
}

#center_column .row > [class^="col-"] {
    padding-left: 10px;
    padding-right: 10px
}

.well.well-order-date {
    background: #2FA368;
    padding: 20px 20px;
    border-radius: 4px;
    color: #FFF;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 30px;
}

.alert {
    font-size: 14px;
    border: none;
}

.alert.alert-info {
    background: #E0EEFF;
    color: #000;
}

.alert.alert-info i {
    margin-right: 2px;
    font-size: 17px;
    color: #1292FF;
    position: relative;
    top: 2px;
}

.alert.alert-success {
    background: #DDF3DF;
    color: #333;
    text-shadow: none;
}

.alert.alert-success:before {
    margin-right: 2px;
    font-size: 17px;
    color: #55C55F;
}

.card {
    padding: 0;
    border-radius: 4px;
    border: 1px solid #E5E5E5;
    background: #FFF;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.10);
    color: #333;
}

.card .card-header {
    padding: 14px 18px;
    margin-bottom: 0;
    border-bottom: 1px solid #E5E5E5;
    font-size: 19px;
    font-weight: bold;
    line-height: 27px;
}

.card .card-subheader {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
}

.card .card-body {
    padding: 18px;
}

.card .card-body .card-title {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.card .card-body .card-subtitle {
    margin: 0;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: bold;
}

.card .card-body .card-text {
    font-size: 14px;
    line-height: 26px;
}

/* card-tabs - start */
.card.card-tabs .nav-tabs {
    border: none;
}

.card.card-tabs .nav-tabs li > a {
    padding: 0 18px;
    border: none;
    color: #333;
}

.card.card-tabs .nav-tabs li.active:after {
    content: '';
    position: absolute;
    top: 39px;
    width: 100%;
    height: 2px;
    background: #379aef;
}

.card.card-tabs .tab-content {
    margin-top: 0;
}
/* card-tabs - end */

.description-list {
    margin-top: 12px;
}

.description-list dl {
    font-size: 16px;
    margin-bottom: 0;
}

.description-list dt,
.description-list dd {
    margin: 7px 0;
}

.description-list dd a {
    color: #333;
}

.description-list dd .hotel-email {
    word-wrap: break-word;
}

.description-list .label {
    font-size: 12px;
}

.card-body > .description-list {
    margin-top: 0;
}

.payment-details .detail-row {
    font-size: 16px;
    line-height: 22px;
    margin-top: 7px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.payment-details .detail-row .title {
    font-weight: bold;
}

.payment-details .detail-row .payment-method .icon-pdf {
    width: 24px;
    height: 24px;
    background-image: url('../img/icon/pdf.png');
}

.payment-details .detail-row .payment-method a {
    color: #333;
    font-weight: bold;
    position: relative;
    top: -6px;
}

.payment-details .detail-row .payment-method span {
    text-decoration: underline;
}

.payment-details .detail-row .status {
    font-size: 12px;
}

.payment-details .detail-row .status span {
    line-height: 16px;
}

.payment-details .detail-row .status .processing {
    font-size: 16px;
}

.hotel-location p.hotel-address {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.hotel-location .hotel-location-map {
    margin-top: 20px;
    border-radius: 4px;
}

.booking-hotel-map-container {
    height: 200px;
}

.table.table-summary {
    margin-bottom: 0;
    border: none;
}

.table.table-summary td {
    border-top: none;
    font-size: 16px;
}

.table.table-summary.table-sm td {
    padding: 8px 0;
}

.table.table-summary .price {
    font-size: 16px;
    color: #333;
}

.hotel-details .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hotel-details .card-header .booking-actions-wrap {
    margin: -6px 0;
}

.hotel-details .card-header .booking-actions-wrap .col-xs-12 {
    display: flex;
    flex-wrap: wrap;
}

.room-details .card-body, .service-product-details .card-body {
    padding: 0;
}

.room-details .card-body .no-rooms {
    padding: 18px;
}

.product-detail {
    padding: 18px;
    position: relative;
}

.product-detail:not(:last-of-type) {
    border-bottom: 1px solid #E5E5E5;
}

@media (min-width: 576px) {
    .product-detail .num-refunded-rooms {
        float: right;
        display: inline-block;
    }
}

@media (max-width: 576px) {
    .refund_element_details .card-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .refund_element_details .card-header .booking-actions-wrap {
        margin-top: 10px;
        margin-left: -10px;
    }

    .product-detail .num-refunded-rooms {
        display: block;
        float: none;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .refund_element_details .card-header .booking-actions-wrap .col-xs-12, .service-product-details .card-header .booking-actions-wrap .col-xs-12 {
        flex-wrap: nowrap;
    }
}

.product-detail .description-list dt {
    font-weight: 400;
}

.product-detail .description-list dd {
    font-weight: 600;
}

.product-detail .img-room-type {
    width: 100%;
    border-radius: 2px;
}

.product-detail .product-name h3 {
    display: inline-block;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.product-detail .order-price-info {
    position: relative;
    top: -1px;
}

.product-detail .num-refunded-rooms .badge {
    padding: 5px;
    font-weight: normal;
    font-size: 12px;
    border-radius: 2px;
    margin-top: 5px;
}

.product-detail .btn-view-extra-services {
    color: #167BFF;
}

.hotel-policies .card-header {
    padding: 14px 0;
}

.hotel-policies .refund-policies-list .refund-policy:not(:last-of-type) {
    margin-bottom: 10px;
}

.hotel-policies .refund-policies-list .refund-rule-name {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
}

.hotel-policies .refund-policies-list .refund-rule-description {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
    padding-left: 14px;
}

.order-messages .message:not(:first-of-type) {
    margin-top: 20px;
}

.order-messages .message.management {
    padding: 20px;
    border-left: 1px solid #333;
    background-color: rgba(229, 229, 229, 0.30);
}

.order-messages .message-content {
    margin-top: 10px;
}

.order-messages .message-content br {
    display: block;
    content: '';
    height: 8px;
}

.add-order-message .select-room-type label {
    font-size: 16px;
    margin-bottom: 10px;
}

#order_detail_container #submitMessage {
    padding: 6px 20px;
}

#order_detail_container #submitMessage span {
    font-size: 14px;
    font-weight: bold;
}

.fancybox-overlay {
    background: rgba(0, 0, 0, 0.8) !important;
}

.fancybox-wrap.fancybox-order-detail {
    top: 72px !important;
}

.fancybox-wrap.fancybox-order-detail .card {
    width: 650px;
    margin-bottom: 0;
}

.fancybox-wrap.fancybox-order-detail .fancybox-close {
    background: none;
    top: 12px;
    right: 12px;
    font-size: 32px;
}

.fancybox-wrap.fancybox-order-detail .fancybox-close:after {
    content: '\00D7';
    color: #333;
}

.fancybox-wrap.fancybox-order-detail .card-body {
    padding: 0;
    max-height: 70vh;
    overflow: auto;
}

.fancybox-wrap.fancybox-order-detail .card-body::-webkit-scrollbar {
    width: 14px;
}

.fancybox-wrap.fancybox-order-detail .card-body::-webkit-scrollbar-track {
    background-color: #F1F1F1;
}

.fancybox-wrap.fancybox-order-detail .card-body::-webkit-scrollbar-thumb {
    border-radius: 9px;
    background-color: #C1C1C1;
    border: 4px solid #F1F1F1;
}

.fancybox-wrap.fancybox-order-detail .card-body .room-type-wrap {
    padding: 15px;
}

.fancybox-wrap.fancybox-order-detail .card-body .room-type-wrap:not(:last-of-type) {
    border-bottom: 1px solid #E5E5E5;
}

.fancybox-wrap.fancybox-order-detail .room-type-wrap p a {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.fancybox-wrap.fancybox-order-detail .room-type-wrap .row {
    margin-left: -5px;
    margin-right: -5px;
}

.fancybox-wrap.fancybox-order-detail .room-type-wrap [class*=col] {
    padding-left: 5px;
    padding-right: 5px;
}

.fancybox-wrap.fancybox-order-detail .room-type-wrap .labels {
    color: #5B5B5B;
    font-size: 14px;
    margin-bottom: 10px;
}

.fancybox-wrap.fancybox-order-detail .room-type-wrap .date-diff {
    color: #333;
    font-size: 16px;
    margin-bottom: 6px;
}

.fancybox-wrap.fancybox-order-detail .room-type-wrap .date-diff select.form-control {
    max-width: 150px;
}

.fancybox-wrap.fancybox-order-detail .card-footer {
    padding: 10px 18px;
    border-top: 1px solid #E5E5E5;
}

.fancybox-wrap.fancybox-order-detail .card-footer .btn {
    padding: 10px 30px;
    border-radius: 2px;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
}

.fancybox-wrap.fancybox-order-detail .card-footer .btn:not(:last-of-type) {
    margin-right: 10px;
}

.fancybox-wrap.fancybox-order-detail .card-footer .btn:hover {
    opacity: 0.8;
}

.fancybox-wrap.fancybox-order-detail .card-footer .btn.btn-primary {
    border: 1px solid #1292FF;
    background: #1292FF;
    color: #FFF;
}

.fancybox-wrap.fancybox-order-detail .card-footer .btn.btn-secondary {
    border: 1px solid #E5E5E5;
    background: #fff;
    color: #2E2E2E;
}

.label {
    color: #333;
    font-weight: normal;
    border-radius: 2px;
}

.alert {
    border-radius: 4px;
}

#order_detail_container .button.button-medium {
    padding: 8px 15px;
    background-color: #379bf0;
    background-image: none;
    border-radius: 2px;
}

#order_detail_container .button.button-medium span {
    padding: 0;
}

#order_detail_container .button.button-medium:hover,
#order_detail_container .button.button-medium:focus,
#order_detail_container .button.button-medium:active {
    opacity: 0.8;
}

/* elements - end */

.page-heading.bottom-indent {
    margin-bottom: 32px;
}

#order-detail-content table .return_quantity_buttons {
    margin-top: 3px;
}

#order-detail-content table .return_quantity_buttons a {
    display: none;
    float: left;
}

#order-detail-content table .return_quantity_buttons a+a {
    margin-left: 3px;
}

#order-detail-content table .order_qte_input {
    display: none;
    width: 57px;
    height: 27px;
    line-height: 27px;
    padding: 0;
    text-align: center;
}

#order-detail-content table label {
    font-weight: 400;
}

.wk_booking_details_wrapper table {
    margin-bottom: 10px !important;
}

.wk_booking_details_wrapper table .table_body .cart_product img {
    border-radius: 2px;
}

.table td.step-by-step-date {
    width: 105px;
}

.table tfoot strong {
    color: #333;
}

.info-order i {
    font-size: 20px;
}

.info-order i.icon-gift {
    color: #f13340;
}

.info-order i.icon-repeat {
    color: #55c65e;
}

#sendOrderMessage, .select-room-type .card-subheader {
    margin-bottom: 10px;
}

#sendOrderMessage select.form-control {
    width: 263px;
}

/* ----- Order cancellation in order detail page ---- */
.standard_refund_fields {
    display: none;
}

.loading_overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100000;
}

.loading-img {
    position: absolute;
    left: 50%;
    top: 50%;
}

.refund_reason_head {
    margin-bottom: 15px;
    font-size: 22px;
    color: #414141;
}

#reasonForRefund {
    font-size: 14px;
    color: #777777;
}

.booking-actions-wrap .btn {
    font-size: 14px;
    padding: 11px 20px;
    font-weight: bold;
    text-align: center;
    margin-left: 10px;
    margin-top: 1px;
    margin-bottom: 1px;
    border-radius: 2px;
}

.reason_submit_wrapper {
    text-align: center;
}

/* ----- Order cancellation in order detail page ---- */
.back_o_msg {
    color: red;
    font-size: 14px;
}

.cust_serv_lnk {
    text-decoration: underline;
}

.room_type_old_price {
    text-decoration: line-through;
    color: #979797;
    font-size: 12px;
}

.cancel_requests_link_wrapper {
    color: #000;
    line-height: 18px;
    font-size: 13px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.cancel_requests_link_wrapper i {
    font-size: 20px;
    color: #1292FF;
    background-color: #E0EEFF;
    margin-right: 4px;
    position: relative;
    top: 2px
}

.cancel_requests_link_wrapper a {
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
    color: #000;
}

/* refund buttons */
#order-detail .checkbox {
    margin-bottom: 15px;
    line-height: 12px;
}

#order-detail .booking_refund_fields label {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    padding-left: 6px;
}

#order-detail .order_refund_request {
    background-color: #ff4b4b;
    border: 1px solid #ff4b4b;
    color: #FFF;
}

#order-detail .order_refund_request:focus,
#order-detail .order_refund_request:hover {
    opacity: 0.8;
}

#order-detail .order_refund_request_submit {
    background-color: #36BA46;
    border: 1px solid #36BA46;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    padding: 12px 30px;
}

#order-detail #submit_refund_reason {
    background-color: #1292FF;
    border: 1px solid #1292FF;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    padding: 12px 30px;
}

.refund_request_fields {
    display: none;
}

.price-info-tooltip-cont {
    min-width: 180px;
}

.price-info-tooltip-cont .list-row {
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
}

.price-info-tooltip-cont .list-row p {
    margin: 0;
}

.hotel-details .form-group,
.guest-details .form-group {
    margin-bottom: 10px;
}

.hotel-details .form-group p,
.guest-details .form-group p {
    margin: 0;
    display: inline-block;
    font-size: 16px;
    color: #333;
}

.hotel-details .form-group p:first-child,
.guest-details .form-group p:first-child {
    font-weight: bold;
}

.hotel-details .form-group p:nth-child(2),
.guest-details .form-group p:nth-child(2) {
    float: right;
    max-width: 50%;
    text-align: right;
    word-break: break-all;
}

.guest-details .table-summary.table-sm td:nth-child(2) {
    font-weight: bold;
}

#create-new-refund-popup .card.cancel-booking .card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#create-new-refund-popup .row.no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

/* nav-tabs resets - start */
#create-new-refund-popup .nav-tabs,
#create-new-refund-popup .nav-tabs > li,
#create-new-refund-popup .nav-tabs > li > a {
    border: none;
}

#create-new-refund-popup .nav-tabs > li {
    margin: 0;
    z-index: 1;
}
/* nav-tabs resets - end */

/* nav-tabs custom - start */
#create-new-refund-popup .nav-tabs {
    border-right: 1px solid #E5E5E5;
    margin-right: -1px;
}

#create-new-refund-popup .nav-tabs > li > a {
    color: #333;
    padding: 10px 18px !important;
    margin-right: -1px;
    border-bottom: 1px solid #E5E5E5;
}

#create-new-refund-popup .nav-tabs > li:last-of-type {
    margin-bottom: -1px;
}

#create-new-refund-popup .nav-tabs > li:last-of-type:first-of-type > a {
    border-bottom: 1px solid #E5E5E5;
}

#create-new-refund-popup .nav-tabs li.active a {
    border-right: none;
}

#create-new-refund-popup .tab-content {
    margin-top: 0;
    border-left: 1px solid #E5E5E5;
}
/* nav-tabs custom - end */

#create-new-refund-popup .nav-tabs li.active a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #1292FF;
}

#create-new-refund-popup .nav-tabs li a .refund_element_name {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
}

#create-new-refund-popup .tab-content .refund_element_summary {
    padding: 10px 15px;
    border-bottom: 1px solid #E5E5E5;
}

#create-new-refund-popup .tab-content .refund_element_summary .refund_element_name {
    font-size: 16px;
    font-weight: bold;
}

#create-new-refund-popup .tab-content .refund_element_summary > [class*=col-xs-] > p {
    font-size: 10px;
    margin-bottom: 0px;
}

#create-new-refund-popup .tab-content .refund_element_details {
    padding: 13px 15px 10px;
}

#create-new-refund-popup .tab-content .refund_element_details.cancelled {
    background-color: #F5F5F5;
}
#create-new-refund-popup .tab-content .refund_element_details.cancelled .badge-cancelled {
    margin-left: 6px;
    padding: 5px 10px;
    border-radius: 31px;
    font-size: 12px;
    background-color: #FF4B4B;
}

#create-new-refund-popup .refund_element_details .occupancy-wrap {
    position: relative;
}

#create-new-refund-popup .refund_element_details .checkbox {
    margin: 0;
}

#create-new-refund-popup .refund_element_details .checker {
    margin-right: 8px;
}

#create-new-refund-popup .refund_element_details .checkbox label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

#create-new-refund-popup .refund_element_details .checkbox label + span {
    font-size: 12px;
}

#create-new-refund-popup .refund_element_details .extra-services-wrap, #create-new-refund-popup .refund_element_details .quantity-wrap {
    margin-top: 4px;
    padding-left: 23px;
    font-size: 10px;
}

#create-new-refund-popup .refund_element_details .extra-services-wrap > div:not(:first-of-type) {
    margin-top: 4px;
}

#create-new-refund-popup .services-wrap .service:not(:last-of-type)::after,
#create-new-refund-popup .facilities-wrap .facility:not(:last-of-type)::after {
    content: ' | ';
}

#create-new-refund-popup .card.cancel-booking-preview .card-body {
    padding: 18px;
}

#create-new-refund-popup .card.cancel-booking-preview .well {
    box-shadow: none;
    background-color: #EEF4FF;
    border: 1px solid #1292FF;
    border-radius: 4px;
    padding: 10px 15px;
}

#create-new-refund-popup .card.cancel-booking-preview .well p {
    margin: 0;
    font-size: 12px;
    color: #333333
}

#create-new-refund-popup .card.cancel-booking-preview .form-group .label {
    padding: 0;
    margin-bottom: 8px;
    font-size: 14px;
}

#create-new-refund-popup .card.cancel-booking-preview .form-group .label sup {
    color: #FF4B4B;
}

#create-new-refund-popup .card.cancel-booking-preview .errors .alert-danger {
    padding: 8px 15px;
    background-color: #FF4B4B1A;
    border: 1px solid #FF4B4B;
    border-radius: 4px;
    font-size: 12px;
    font-weight: normal;
    color: #FF4B4B;
    text-shadow: none;
}

#create-new-refund-popup .card.cancel-booking-preview .errors .alert-danger::before {
    content: none;
}

#create-new-refund-popup .card.cancel-booking-preview .errors .alert-danger p {
    margin: 0;
    margin-bottom: 2px;
}

.fancybox-order-detail.feedback {
    width: 480px !important;
}

.fancybox-order-detail.feedback .card {
    width: 480px !important;
    padding: 25px 25px;
}

.fancybox-order-detail.feedback i {
    font-size: 120px;
}

.fancybox-order-detail.feedback h3 {
    font-size: 22px;
}

.fancybox-order-detail.feedback h4 {
    margin-top: 16px;
    font-size: 14px;
    line-height: 24px;
}

#popup-view-extra-services .card-body{
    padding: 0px 18px;
}

#popup-view-extra-services .nav-tabs {
    border-bottom: none;
}

#popup-view-extra-services .nav-tabs > li {
    text-align: center;
    margin: 0;
}

#popup-view-extra-services .nav-tabs > li > a {
    border: none;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

#popup-view-extra-services .nav-tabs > li.active {
    border-bottom: 1px solid #1292FF;
}

#popup-view-extra-services .nav-tabs > li.active > a {
    color: #1292FF;
}

#popup-view-extra-services .nav-tabs > li:not(.active) {
    border-bottom: 1px solid #F0F0F0;
}

#popup-view-extra-services .tab-content {
    margin-top: 0;
    padding-bottom: 15px;
}

#popup-view-extra-services .tab-content .rooms_extra_demands_head {
    padding: 10px 18px;
    border-bottom: 1px solid #F0F0F0;
}

#popup-view-extra-services .tab-content .rooms_extra_demands_text {
    font-size: 12px;
    margin-bottom: 0;
}

#popup-view-extra-services .tab-content .room_demands {
    margin-top: 20px;
}

#popup-view-extra-services .tab-content .demand_header {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 10px;
}

#popup-view-extra-services .tab-content .room_demand_detail {
    font-size: 14px;
    font-weight: 500;
}

#popup-view-extra-services .tab-content .room_demand_block {
    display: flex;
    justify-content: space-between;
}

#popup-view-extra-services .tab-content .room_demand_block:not(:last-of-type) {
    margin-bottom: 12px;
}
.payment-summary tr, .guest-details tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#popup-view-extra-services .services_not_booked {
    text-align: center;
    margin: 30px 0px;
    font-size: 14px;
}

/* Guest Tracking page styles - start */
.transform-account .card-text p {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.transform-account .password {
    margin-top: 20px;
}

.transform-account .form-group label {
    font-size: 16px;
    margin-bottom: 10px;
}

.transform-account .form-group input {
    max-width: 350px;
}

.transform-account .btn-submit {
    margin-top: 5px;
    padding: 6px 20px;
}

.transform-account .btn-submit span {
    font-size: 14px;
    font-weight: bold;
}
.alert-transformed a {
    color: #333;
    text-decoration: underline;
    text-underline-offset: 3px;
}
/* Guest Tracking page styles - end */
