/*Signup*/

@media only screen and (max-width: 768px) {
    #select_council_tax_rate {
        min-width: fit-content !important;
    }
}

#select_council_tax_rate {
    min-width: 243px;
}

#lang-trigger1 svg {
    width: 23px !important;
}

.front .box-container.signupbox {
    display: block !important;
}

.front .checkout .how-many-years {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.front .checkout .how-many-years .custom-title {
    white-space: nowrap;
    margin-right: 25px;
    margin-bottom: 0;
    width: 200px;
}

.front .checkout .how-many-years #total_annual_subscriptions {
    width: 250px !important;
}

.front .checkout .channel-manager {
    display: table;
    margin-bottom: 15px;
    width: 100%;
}

.front .checkout .channel-manager .custom-title {
    white-space: nowrap;
    margin-right: 25px;
    margin-bottom: 0;
    width: 200px;
    display: inline-block;
    float: left;
}

.front .checkout .channel-manager select {
    width: 250px !important;
    display: inline-block;
}

.front .checkout .channel-manager label.error {
    margin-left: 225px;
    font-weight: 600 !important;
}

.personalDetailsForm section {
    display: inline-block !important;
}

@media only screen and (max-width: 600px) {

    .front .checkout .how-many-years,
    .front .checkout .channel-manager {
        display: table;
        width: 100%;
    }

    .front .checkout .how-many-years .custom-title,
    .front .checkout .channel-manager .custom-title {
        white-space: normal;
        margin-bottom: 15px;
    }

    .front .checkout .how-many-years #total_annual_subscriptions,
    .front .checkout .channel-manager select {
        width: 100% !important;
    }

    .front .checkout .channel-manager select.error {
        margin-bottom: 10px;
    }

    .front .checkout .channel-manager label.error {
        margin-left: 0;
        margin-top: -10px;
    }

}

/*Datatables*/
.general-documents-table .dataTables_wrapper .dataTable .receiptActiontablerow td {
    width: 25%;
}

.reports .wrapper table.dataTable.display thead tr th.reports-actions,
.reports_details .wrapper table.dataTable.display thead tr th.reports-actions,
.reports_canceled .wrapper table.dataTable.display thead tr th.reports-actions {
    min-width: 200px !important;
}

table.dataTable.display tbody tr td.rec-room div {
    max-width: 210px;
    word-wrap: break-word;
}

.display.dataTable tr.reservations-settings td .options .option {
    padding: 0 10px;
}

.dataTables_filter.right-filter label {
    padding-left: 10%;
}

.dataTables_wrapper .dataTable>tbody>tr>td>span {
    word-wrap: break-word;
    max-width: 20em;
    display: inline-block;
}


table.dataTable.display .reservations-settings .options .option.delete-item {
    background: #d2231e;
    padding: 0 20px;
    border: 2px solid #d2231e !important;
}

table.dataTable.display .reservations-settings .options .option.delete-item i,
table.dataTable.display .reservations-settings .options .option.delete-item span {
    line-height: 40px;
    color: white;
}

table.dataTable.display .reservations-settings .options .option.delete-item svg path {
    fill: white !important;
}

table.dataTable.display .reservations-settings .options .option.delete-item:hover {
    background: #fff !important;
    border-color: white !important;
    color: #d2231e !important;
}

table.dataTable.display .reservations-settings .options .option.delete-item:hover svg path {
    fill: #d2231e !important;
}

table.dataTable.display .reservations-settings .options .option.delete-item:hover i,
table.dataTable.display .reservations-settings .options .option.delete-item:hover span {
    color: #d2231e !important;
}

@media only screen and (max-width: 991px) {
    table.dataTable.display tbody tr td.rec-room div {
        max-width: 900px;
    }
}

@media only screen and (max-width: 991px) {
    table.dataTable.display tbody tr td.rec-room div {
        max-width: 600px;
    }
}

@media only screen and (max-width: 768px) {
    table.dataTable.display tbody tr td.rec-room div {
        max-width: 270px;
    }
}

@media only screen and (max-width: 480px) {
    table.dataTable.display tbody tr td.rec-room div {
        max-width: 100px;
    }
}

/*receipt form*/
input[type="checkbox"][disabled="disabled"] {
    opacity: 0.5;
}

section.receipt #invoice-details-fields:not(.autocomplete) .infobox .field.irs-container .field-content {
    padding: 0 20px 0 0 !important;
}

section.receipt .infobox.custom-table-invoice .enable-check-afm-field {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

section.receipt .infobox.custom-table-invoice .enable-check-afm-field label {
    white-space: nowrap !important;
    padding: 0 0 0 0 !important;
    line-height: 50px !important;
    width: auto !important;
    margin-right: 20px;
}

section.receipt .infobox.custom-table-invoice .enable-check-afm-field .checkbox {
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

section.receipt .not-show,
section.receipt .infobox .field .not-show {
    display: none !important;
}

section.edit-reservation .custom-table-payment.third-screen-fields-container .field,
section.receipt .custom-table-payment.third-screen-fields-container .field {
    width: 33.3333%;
}

#receipt_vat_exceptions {
    width: 100% !important;
}

.receipt .actionButtons .actionButton.large {
    min-width: 300px !important;
}

@media only screen and (max-width: 380px) {
    #receipt_vat_exceptions {
        width: 280px !important;
    }
}

.autocomplete-company-details-action .btn-prm {
    height: 45px !important;
}

.field.street-container {
    width: 40% !important;
}

.new_receipt_form .extra_service_box .field-content .field-container,
.update_reservation_form .extra_service_box .field-content .field-container,
.credit-invoicer-container .extra_service_box .field-content .field-container {
    display: table;
    width: 100%;
    position: relative;
}

.extra-payment-method {}

.extra-payment-method .extra_payment_box {
    box-shadow: 0px 2px 10px rgb(175 175 175 / 47%);
    padding: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.extra-payment-method .extra_payment_box .field.delete {
    width: 60px !important;
    top: 0 !important;
    right: 0 !important;
    height: 100%;
    z-index: 1000;
    opacity: 1;
    transition: all 0.2s;
    visibility: visible;
    display: block;
}

.extra-payment-method .extra_payment_box .field.delete .field-content {}

.extra-payment-method .extra_payment_box .field.delete .field-content .remove-payment {
    display: block;
    width: 100%;
    height: 100%;
}

.extra-payment-method .extra_payment_box .field.delete .field-content .remove-payment .remove_extra_payment {
    border-radius: 0;
    background: #d2231e;
    padding: 4px 8px;
    color: #fff;
    font-weight: 700;
    box-shadow: 0px 2px 5px #0000003d;
    width: 100% !important;
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 0;
    border: 0;
}

.extra-payment-method .extra_payment_box .field.delete .field-content .remove-payment .remove_extra_payment svg {
    height: 18px;
}

.extra-payment-method .extra_payment_box .field.delete .field-content .remove-payment .remove_extra_payment svg path {
    fill: #fff;
}

.extra-payment-method .extra_payment_box .extra-payments-fields {
    width: calc(100% - 60px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.extra-payment-method .extra_payment_box .extra-payments-fields .field.data {
    display: block;
    width: 100% !important;
}

.extra-payment-method .extra_payment_box .extra-payments-fields .field.data .field-content {
    display: table;
    width: 100%;
}

.extra-payment-method .extra_payment_box .extra-payments-fields .field.data .field-content label {
    display: table;
    width: 100%;
    padding: 0 0 0 0;
    line-height: 1 !important;
    height: auto;
    margin-bottom: 10px;
    text-align: center;
}

.extra-payment-method .extra_payment_box .extra-payments-fields .field.data .field-content label .label-container {}

.extra-payment-method .extra_payment_box .extra-payments-fields .field.data .field-content .field-container {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.extra-payment-method .extra_payment_box .extra-payments-fields .field.data .field-content .field-container select {}

.extra-payment-method .extra_payment_box .extra-payments-fields .field.data .field-content .field-container input {}

@media only screen and (max-width: 768px) {
    .extra-payment-method .extra_payment_box .extra-payments-fields {
        display: block;
    }

    .extra-payment-method .extra_payment_box .extra-payments-fields .field.data .field-content label {
        text-align: left;
        line-height: 25px !important;
    }

    .extra-payment-method .extra_payment_box .extra-payments-fields .field.data .field-content .field-container {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: flex-start;
    }

    .extra-payment-method .extra_payment_box .extra-payments-fields .field.data {
        margin-bottom: 15px;
    }

    .extra-payment-method .extra_payment_box .extra-payments-fields .field.data:last-child {
        margin-bottom: 0;
    }
}

section.receipt .field-error-container .field.data {
    margin-bottom: 25px !important;
}

.ajax-check-afm {
    margin-top: 0 !important;
}

section.receipt .new_invoice_sales_form .field-error-container .stamp-duty-amount-container {
    margin-bottom: 30px !important;
}

section.receipt .new_invoice_sales_form .field-error-container .field:not(.stamp-duty-amount-container) {
    margin-bottom: 15px !important;
}

@media only screen and (max-width: 768px) {

    section.receipt .new_receipt_form .field-error-container .field,
    section.receipt .credit-invoicer-container .field-error-container .field {
        margin-bottom: 30px !important;
    }

    section.receipt .new_receipt_form .field-error-container .stamp-duty-amount-container {
        margin-bottom: 30px !important;
    }
}

@media only screen and (max-width: 480px) {
    section.receipt .infobox .field .field-content select {
        padding: 10px 15px !important;
    }
}

@media only screen and (max-width: 768px) {
    section.receipt #invoice-details-fields:not(.autocomplete) .infobox .field.irs-container .field-content {
        padding: 0 0 0 0 0 !important;
    }
}

@media only screen and (max-width: 992px) {
    section.receipt .custom-table-invoice .field.autocomplete-company-details-action {
        width: 100% !important;
    }

    section.receipt .custom-table-invoice .field.autocomplete-company-details-action label {
        height: 0;
    }
}

@media only screen and (max-width: 1200px) {
    .autocomplete-company-details-action .btn-prm {
        width: 100%;
    }
}

.field.street-container {
    width: 40% !important;
}

/*Footer Support Items Start*/
.support .support-item:not(:last-child) {
    margin-bottom: 10px;
}

.support .support-item i {
    margin-right: 12px
}

.support .support-item .support-item__text a {
    padding-bottom: 0;
    margin-bottom: 0;
}

@media only screen and (max-width: 992px) {
    .support .support-item {
        justify-content: center;
        flex-direction: column;
        text-align: center;
        max-width: 477px;
        margin-left: auto;
        margin-right: auto;
    }

    .section-footer.footer-front .support .support-item i {
        margin-right: unset;
    }
}

/*Footer Support Items End*/

/*Reservation Settings Start*/
table.dataTable.display .reservations-settings>td {
    height: unset;
}

/*Reservation Settings End*/
/*Support Wrap Start*/
.support.main .btn-prm.cancel {
    display: flex !important;
    justify-content: center !important;
}

.support.main .btn-prm.cancel i {
    color: #fff;
    font-size: 22px;
    margin-right: 10px;
    width: unset;
    transition: color 0.2s;
}

.support.main .btn-prm.cancel:hover i {
    color: #245a71;
}

.support-wrap section.box .title {
    display: flex;
    align-items: center;
}

.support-wrap section.box .title i {
    width: unset;
    margin-right: 8px;
}

.support-wrap .ticket-date i {
    width: unset;
    margin-right: 5px;
}

/*Support Wrap End*/

/* Administrator Profile Form Start*/
#administrator_profile_form label[for=hotel_administrators_confirm_password]~.field-container {
    position: relative;
}

#administrator_profile_form .field-container .showHidePass {
    top: 50%;
    transform: translateY(-50%);
}

.checkbox:checked {
    background: #2ecc71;
}

/* Administrator Profile Form End*/

/* Documents Settings Form Start*/
section.documents-options .details .box:first-child {
    margin-top: 0;
}

.documents-settings-container .title.login-info-title {
    font-size: 1.8rem !important;
    line-height: 28px;
    margin: 20px 0 40px 0;
    letter-spacing: -0.4px;
    color: #245a71;
}

.documents-settings-container .documents-options.fields-container .field.documents-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.documents-settings-container .documents-options.fields-container .field.documents-options label.field-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.documents-settings-container .documents-options.fields-container .field.documents-options .field-container .documents-options-field {
    width: 300px !important;
}

.documents-settings-container .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.documents-settings-container .environment-fee-control-style {
    min-width: 365px;
}

/* Documents Settings Form End*/
/* Tooltip Style Start*/
.documents-options.fields-container .field.documents-options label.field-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.documents-options.fields-container .field.documents-options label.field-content i {
    margin-left: 10px;
}

.documents-options.fields-container .field.documents-options label.field-content i:hover {
    cursor: help;
}

/* Tooltip Style Form End*/

/*support list*/
.card-body ul.timeline li .timeline-panel .timeline-body p {
    white-space: pre-line;
    word-break: break-word;
}

/*alert boxes*/
.alert-warning {
    padding: 40px 30px;
    margin: 0 0 0 0;
    background: #fff;
    border: none;
    margin-bottom: -5px;
    margin-top: 0 !important;
}

.alert-warning+.alert-warning {
    padding-top: 0;
}

.alert-warning .text {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-align: left !important;
    border-radius: 4px;
    padding: 22px 25px;
    padding-left: 45px;
    display: flex;
    margin: auto;
    max-width: 1024px;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* background: #f4f2f3; */
    background: #f4f7f8;
    position: relative;
    line-height: 22px;
    border: solid 1px #8080800a;
}

.alert-warning .text i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    font-size: 20px;
    color: #e35858;
}

.alert-warning .btn-prm {
    margin-top: 0;
    margin-left: auto;
    font-weight: 600;
    border-radius: 30px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    box-shadow: 2px 2px 9px #0000004d;
}

@media only screen and (max-width: 1200px) {
    .alert-warning .text {
        flex-direction: column;
        text-align: center !important;
        /* box-shadow: 0 0 20px #00000021; */
        padding-left: 22px;
        font-size: 15px;
        line-height: 20px;
    }

    .alert-warning .btn-prm {
        margin: auto;
        margin-top: 20px;
    }

    .alert-warning .text i {
        top: 8px;
        transform: none;
        left: 5px;
        font-size: 18px;
    }
}

.bootbox .modal-dialog {
    max-width: 800px;
}

.bootbox .modal-dialog .modal-body {
    max-height: 920px;
    padding: 30px;
}

.bootbox .modal-dialog button.close {
    line-height: 20px;
    top: 5px;
    position: absolute;
    right: 5px;
    font-size: 33px;
}

.infobox.customer table {
    width: 100%;
    margin: 0 auto;
}

.infobox.customer table tr {
    background-color: #fff;
    text-align: left;
    position: relative;
}

.infobox.customer table tr:nth-child(odd) {
    background-color: #245a710d;
}

.infobox.customer table tr td {
    padding: 8px;
    letter-spacing: 0.3px;
    font-size: 17px;
    line-height: 19px;
}

.infobox.customer table tr td:last-child {
    text-align: right;
}

.infobox.customer table tr:last-child td:last-child {
    font-weight: 600;
}

.infobox.customer {}

.infobox.customer h4 {
    display: block;
    font-size: 1.8rem;
    line-height: 35px;
    margin: 0px 0 15px 0;
    letter-spacing: -0.4px;
    color: #245a71;
}

.infobox.customer .pay-desc {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 19px;
    color: #808080;
}

.infobox.customer h5 {
    font-size: 1.4rem;
    display: block;
    line-height: 35px;
    margin: 0px 0 20px 0;
    letter-spacing: -0.4px;
    color: #245a71;
}

.infobox.customer .payment-methods {
    width: 100%;
    float: left;
    margin: 20px 0;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.infobox.customer .payment-methods .btn-prm {
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #fff;
    padding: 10px 20px;
    background: #245a71;
    border-color: #214e61;
    border-radius: 30px;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 20%);
    margin: 10px;
}

.infobox.customer .payment-methods .btn-prm.active,
.infobox.customer .payment-methods .btn-prm:hover {
    background: #ffaa45;
    border-color: #ffaa45;
    color: #245a71;
}

.infobox .add-extra-payments {
    display: inline-block;
    color: #245a71;
    margin-left: 20px;
    background: #fff;
    padding: 5px;
    cursor: pointer;
}

.infobox .add-extra-payments:hover {
    color: #fff;
    background: #245a71;
}

.infobox.customer .bank-items {
    width: 100%;
    float: left;
}

.infobox.customer .bank-items .bank-transfer-item {
    border-bottom: dashed 1px #80808038;
    padding-bottom: 12px;
    /* max-width: 330px; */
    margin: auto;
    margin-bottom: 12px;
}

.infobox.customer .bank-items .bank-transfer-item.info {
    /* text-align: center;
    max-width: 500px; */
}

.infobox.customer .bank-items .bank-transfer-item:last-child {
    border: none;
}

.infobox.customer .bank-items .bank-transfer-item .text {
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .infobox.customer .payment-methods {
        flex-direction: column;
    }

    .bootbox .modal-dialog .modal-body {
        padding: 15px;
    }

    .infobox.customer h4 {
        font-size: 1.5rem;
    }

    .infobox.customer table tr td,
    .infobox.customer .bank-items .bank-transfer-item {
        font-size: 15px;
    }
}

.datatable-ajax-action {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
}

.datatable-ajax-action span {}

.datatable-ajax-action button {
    margin: 0 0 0 25px;
}

@media only screen and (max-width: 1320px) {
    .profile-details-item {
        max-width: 215px !important;
    }
}

@media only screen and (max-width: 768px) {
    .datatable-ajax-action {
        display: block !important;
        width: 100%;
    }

    .datatable-ajax-action span {
        display: block;
        width: 100%;
        text-align: center;
    }

    .datatable-ajax-action button {
        width: 300px;
        margin: 25px auto 0 auto;
        float: none !important;
    }
}

@media only screen and (max-width: 1199px) {
    .documents_settings_form .field.documents-options {
        width: 100% !important;
    }

    .documents_settings_form .field.documents-options label {
        width: auto !important;
        min-width: 50%;
    }
}

@media only screen and (max-width: 768px) {
    .documents_settings_form .field.documents-options {
        width: 100% !important;
    }

    .documents_settings_form .field.documents-options label {
        width: auto !important;
        min-width: 60%;
    }
}

@media only screen and (max-width: 600px) {
    .documents_settings_form .field.documents-options label {
        width: auto !important;
        min-width: 65%;
    }
}