/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(36,17): run-time error CSS1039: Token not allowed after unary operator: '-cs-title-color'
(40,22): run-time error CSS1039: Token not allowed after unary operator: '-cs-bg'
(88,47): run-time error CSS1034: Expected closing parenthesis, found ','
(88,47): run-time error CSS1042: Expected function, found ','
(88,53): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(207,18): run-time error CSS1039: Token not allowed after unary operator: '-border'
(228,22): run-time error CSS1039: Token not allowed after unary operator: '-cs-color'
(238,25): run-time error CSS1039: Token not allowed after unary operator: '-border'
(239,24): run-time error CSS1039: Token not allowed after unary operator: '-border'
(243,23): run-time error CSS1039: Token not allowed after unary operator: '-border'
(315,17): run-time error CSS1039: Token not allowed after unary operator: '-cs-color'
(316,28): run-time error CSS1039: Token not allowed after unary operator: '-cs-color'
(390,18): run-time error CSS1039: Token not allowed after unary operator: '-border'
(454,25): run-time error CSS1039: Token not allowed after unary operator: '-border'
(541,22): run-time error CSS1039: Token not allowed after unary operator: '-cs-color'
(690,22): run-time error CSS1039: Token not allowed after unary operator: '-cs-color'
(727,22): run-time error CSS1039: Token not allowed after unary operator: '-cs-title-color'
(728,17): run-time error CSS1039: Token not allowed after unary operator: '-cs-title-color'
(783,22): run-time error CSS1039: Token not allowed after unary operator: '-cs-title-color'
(824,29): run-time error CSS1039: Token not allowed after unary operator: '-cs-title-color'
(982,22): run-time error CSS1039: Token not allowed after unary operator: '-cs-title-color'
 */
:root {
    --border: 1px solid #edf2f5;
}

html body p {
    margin: 0 0 4px;
}

.page {
    font-size: 8.4pt;
    padding: 30px 30px;
    font-family: Arial;
    -webkit-print-color-adjust: exact;
    line-height: 1.2;
}

.page-section {
    padding: 0px 0px;
    padding-bottom: 15px;
}

.page-section:last-child {
    padding-bottom: 0px;
}

.page-section > div {
    border-radius: 1px;
    overflow: hidden;
}

.padding-top-none {
    padding-top: 0px;
}

html body .color-scheme-title {
    color: var(--cs-title-color);
}

.color-scheme-bg, .color-scheme-bg .custom-table-td {
    background: var(--cs-bg);
}

i, em {
    font-style: italic;
}

.break-td > * {
    white-space: pre-line;
}

ul {
    list-style-type: disc;
    margin-left: 17px;
}

ol {
    list-style-type: decimal;
    margin-left: 17px;
}

html body .color-scheme-table .tr-no-border, html body .notes-table .tr-no-border {
    border-bottom: none;
    border-top: none;
}

html body .color-scheme-table .tr-no-border td, html body .notes-table .tr-no-border .custom-table-td {
    border-bottom: none;
    padding-bottom: 0px;
}

html body .color-scheme-table .tr-no-border-top {
    border-top: none;
}


/*---------message----------*/
.doc-message {
    padding: 10px;
    padding-top: 12px;
    text-align: center;
    width: 798px;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 6px;
    color: white;
    font-weight: 500;
    font-size: 9pt;
    box-shadow: 0px 0px 10px rgb(149, 155, 169, 0.45);
}

.doc-message-success {
    background: #50a443;
}

.doc-message-error {
    background: #e23838
}

/*--------batch top---------*/
.page-top > div {
    display: inline-block;
    width: 33% !important;
}

.page-top > div:nth-child(2) {
    text-align: center;
    font-weight: bold;
}

.page-top > div:nth-child(3) {
    text-align: right;
}

/*----------header----------*/
.doc-header > div {
    display: flex;
}

.doc-header > div > div {
    flex-grow: 1;
    vertical-align: top;
    margin-left: 0px;
    flex-basis: 33%;
}

.doc-ref {
    margin-bottom: 3px;
}

.doc-date {
    font-weight: bold;
    margin-bottom: 3px;
}

.doc-title {
    text-align: center;
    font-size: 12pt;
    margin: auto;
    font-weight: 700;
}

html body .doc-title-small {
    font-size: 10pt;
    margin-top: 5px;
}

.doc-logo {
    text-align: right;
}

.doc-logo img {
    max-width: 150px;
    max-height: 80px;
}

/*---------title--------*/
.doc-event-name {
    margin-top: 13px;
    margin-bottom: 0px;
    font-size: 12pt;
    font-weight: 700;
}

/*--------table---------*/
html body table {
    margin: 0px;
    width: 100%;
}

html body .td-no-padding {
    padding: 0px;
}

html body .td-no-border {
    border: none;
}

html body .td-bold {
    font-weight: bold;
}
/*------custom table-----*/
.custom-table {
    display: table;
    width: 100%;
    page-break-before: auto;
}

.custom-table-title {
    font-weight: 700;
    margin-bottom: 5px;
}

.custom-table-tr {
    display: table-row;
    width: 100%;
    page-break-after: avoid;
    page-break-before: avoid;
}

.custom-table-th, .custom-table-td {
    display: table-cell;
    margin-left: -3px;
    vertical-align: top;
}

html body .custom-table-td-full {
    border: var(--border);
    width: 100% !important;
}

html body .custom-table-td-full > div {
    padding: 5px;
}

.td-red {
    color: #f56464 !important;
}

.td-no-wrap {
    white-space: nowrap;
}
/*---color scheme---*/
html body .table-align-right {
    text-align: right;
}

.color-scheme-table th, .color-scheme-table .custom-table-th {
    background: var(--cs-color);
    color: white !important;
    padding: 4px 10px;
    padding-top: 3px;
    border-right: 1px solid white;
    vertical-align: middle;
}

.color-scheme-table td, .color-scheme-table .custom-table-td {
    padding: 8px 10px;
    border-bottom: var(--border);
    border-right: var(--border);
}

.color-scheme-table td:first-child, .color-scheme-table .custom-table-td:first-child {
    border-left: var(--border);
}

.color-scheme-bg .custom-table-td, .color-scheme-bg.custom-table-td {
    border-color: white;
}

html body .color-scheme-table .td-no-border, html body .color-scheme-table .td-no-border {
    border: none !important;
}

/*------po-number-----*/
.doc-po-number {
    font-weight: bold;
    font-size: 8pt;
    margin-top: 10px;
}

/*------payment due by------*/
html body .page-section .doc-cgc-payment-due {
    font-size: 10pt;
    font-weight: 600;
    color: #ce2525;
    background: #ce2525;
    color: white;
    border-radius: 4px;
    padding: 8px 20px;
    display: inline-block;
}

/*-------footer-------*/
.doc-head-footer {
    font-size: 8pt;
    margin-top: 0px;
    white-space:pre-wrap;
}

.doc-head-footer p {
    margin-bottom: 0px;
}

.doc-vat-number {
    margin-top: 30px;
}

/*---------bedrooms--------*/
.doc-bedrooms .custom-table-tr .custom-table-th:nth-child(1), .doc-bedrooms .custom-table-tr .custom-table-td:nth-child(1) {
    width: 150px;
}

.doc-bedrooms .custom-table-tr .custom-table-th:nth-child(2), .doc-bedrooms .custom-table-tr .custom-table-td:nth-child(2) {
    width: 220px;
}

.doc-bedrooms-note {
    white-space: pre;
}

/*-----deposit invoice-----*/
.doc-deposit-invoice-paid {
    font-size: 8pt;
    font-weight: 700;
}

.to-be-paid {
    color: #ea5d5d;
}

.paid-stamp {
    display: inline-block;
    vertical-align: middle;
    float: right;
    color: var(--cs-color);
    border: 5px solid var(--cs-color);
    padding: 4px 40px;
    border-radius: 8px !important;
    font-size: 16pt;
    text-transform: uppercase;
}

.doc-contact-details table tr {
    width: 100%;
}

.doc-contact-details table th, .doc-contact-details table td {
    width: 49%;
}

.doc-contact-details span {
    margin-bottom: 3px;
}
.doc-cost-summary {
    margin-bottom: 15px;
}

.doc-cost-summary .custom-table-td, .doc-cost-summary .custom-table-th {
    text-align: right;
}

.doc-cost-summary .custom-table-td:nth-child(1), .doc-cost-summary .custom-table-th:nth-child(1) {
    width: 280px;
    text-align: left;
    overflow-wrap: anywhere;
}

.doc-cost-summary .custom-table-td:nth-child(2), .doc-cost-summary .custom-table-th:nth-child(2) {
    width: 90px;
}

.doc-cost-summary .custom-table-td:nth-child(3), .doc-cost-summary .custom-table-th:nth-child(3) {
    width: 75px;
}

.doc-cost-summary .custom-table-td:nth-child(4), .doc-cost-summary .custom-table-th:nth-child(4), .doc-cost-summary .custom-table-td:nth-child(5), .doc-cost-summary .custom-table-th:nth-child(5), .doc-cost-summary .custom-table-td:nth-child(6), .doc-cost-summary .custom-table-th:nth-child(6) {
    width: 100px;
}

/*-------------invoice tax summary---------*/
.doc-invoice-cost-summary .custom-table-td:nth-child(1), .doc-invoice-cost-summary .custom-table-th:nth-child(1) {
    width: 320px;
    text-align: left;
}

/*---------------tax summary---------------*/
.doc-invoice-tax-summary .custom-table-td:nth-child(1), .doc-invoice-tax-summary .custom-table-th:nth-child(1) {
    width: 550px;
}

.doc-deposit-schedule .custom-table-td:nth-child(1), .doc-deposit-schedule .custom-table-th:nth-child(1) {
    width: 450px;
}

.doc-deposit-schedule .custom-table-td:nth-child(2), .doc-deposit-schedule .custom-table-th:nth-child(2) {
    width: 130px;
    text-align: right;
}

.doc-deposit-schedule .custom-table-td:nth-child(3), .doc-deposit-schedule .custom-table-th:nth-child(3), 
.doc-deposit-schedule .custom-table-td:nth-child(4), .doc-deposit-schedule .custom-table-th:nth-child(4), 
.doc-deposit-schedule .custom-table-td:nth-child(5), .doc-deposit-schedule .custom-table-th:nth-child(5) {
    width: 100px;
    text-align: right;
}

.doc-notes {
    padding: 10px 15px;
    border-radius: 2px;
    border: var(--border);
}

.notes-table .custom-table-td {
    padding: 5px 0px;
    border-bottom: 1px solid #d0d6db;
}

.doc-note-td,
.doc-note-td p {
    white-space: normal;
}

.note-td-note-type {
    border-right: 1px solid #d0d6db;
}

.notes-table .custom-table-td:nth-child(1) {
    width: 30%;
}

.notes-table .custom-table-td:nth-child(2) {
    padding-left: 10px;
    /*white-space:pre-wrap;*/
}

.notes-table-title {
    font-weight: 600;
}

.notes-table .custom-table-tr:last-child .custom-table-td {
    border-bottom: none;
}

.doc-notes table td {
    border: 1px solid rgb(204, 204, 204);
    padding: 0.4rem;
}

/*------old hall-------*/
.notes-table-old-hall-title {
    font-size: 10pt;
}

.doc-timeline {
    line-height: 1;
}
/*.doc-timeline .custom-table-td:nth-child(1), .doc-timeline .custom-table-th:nth-child(1){
    width:200px;
}
.doc-timeline .custom-table-td:nth-child(2), .doc-timeline .custom-table-th:nth-child(2), .doc-timeline .custom-table-td:nth-child(3), .doc-timeline .custom-table-th:nth-child(3){
    width:40px;
}
.doc-timeline .custom-table-td:nth-child(4), .doc-timeline .custom-table-th:nth-child(4){
    width:170px;
}
.doc-timeline .custom-table-td:nth-child(5), .doc-timeline .custom-table-th:nth-child(5){
    width:40px;
}
.doc-timeline .custom-table-td:nth-child(6), .doc-timeline .custom-table-th:nth-child(6){
    width:250px;
}*/

.doc-timeline .note {
    border-bottom: var(--border);
    padding: 3px 0px;
}

.doc-timeline .note:last-child {
    border-bottom: none;
}

.doc-timeline .note p {
    margin: 0px;
}

.costum-none-padding {
    padding: 0 !important;
}

html body .custom-table-td.doc-timeline-note-td {
    padding-top: 0px;
    padding-bottom: 0px;
}

.doc-timeline-note-td,
.doc-event-note-td,
.doc-timeline-note-td p,
.doc-event-note-td p {
    white-space: normal;
    overflow-wrap: anywhere;
}

.doc-event-note-td p:last-child{
    margin-bottom:0px;
}


.doc-signing {
    padding: 15px;
}

.doc-signing-split {
    display: inline-block;
    width: 49.5%;
    vertical-align: top;
}

.ds-title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 10pt;
}

.doc-signing-split > div > div {
    height: 30px;
    vertical-align: bottom;
}

.doc-signing-split > div > div > * {
    vertical-align: middle;
}

.doc-signing label {
    font-weight: 600;
    width: 75px;
}

#customerSignature, #customerEmail {
    width: 250px;
}

.doc-input {
    border: none;
    padding: 4px 0px;
    border-radius: 0px;
    background: transparent;
}

@font-face {
    font-family: Dafoe;
    src: url('/fonts/MrDafoe-Regular.ttf');
}

.ds-signature {
    font-family: Dafoe;
    font-size: 18pt;
    font-weight: 400;
}

.doc-sign-button {
    background: var(--cs-color);
    display: inline-block;
    padding: 10pt;
    width: 130px;
    text-align: center;
    color: white;
    font-weight: 600;
    margin-top: 10px;
    cursor: pointer;
    float: right;
}

#docSignButtonLoading {
    width: 16px;
    display: none;
}

.doc-sign-message {
    display: inline-block;
    margin-top: 17px;
    width:100%;
    font-size: 10pt;
}

.doc-sign-message p {
    /*width: 600px !important;*/
}

.doc-sign-fail {
    color: #f34135;
}

.doc-sign-email-sent {
    color: #dc9229;
    padding: 12px;
    border: 1px solid #dc9229;
    border-radius: 4px;
}

.doc-sign-email-sent p {
    margin: 0;
}

.doc-sign-success {
    color: #76a939;
    padding: 12px;
    border: 1px solid #76a939;
    border-radius: 4px;
}

.doc-sign-success p {
    margin: 0;
}

.contract-input-error {
    background: #ffcfcf;
}

/*-------------------Signature--------------*/
.doc-signator-signature {
    margin-top: 5px;
}

html body .doc-signator > div > div > .signature-label {
    vertical-align: top;
}

.signature-wrapper {
    display: inline-block;
    width: 620px;
}

.signature-wrapper p {
    color: #808080;
    margin-bottom: 5px;
}

.signature-wrapper .k-signature-canvas {
    height: 100%;
    height: 120px;
}

.signature-wrapper .k-signature {
    width: 100%;
    height: 100%;
}

.signature-wrapper img {
    width: 100%;
}


/*---------------------terms-----------------------*/
.doc-signing-terms {
    width: 100%;
    padding: 5px 0px;
    padding-top: 18px;
    padding-right: 10px;
}

.doc-signing-terms > * {
    display: inline-block;
    vertical-align: middle;
}

.doc-signing-terms p {
    max-width: 670px;
}

.doc-signing-terms-checkbox {
    position: relative;
    bottom: 2px;
    margin-left: 10px;
    transform: scale(1.2);
}

.terms-error {
    color: #f14545;
}

/*-------------------------------------------doc signators-------------------------------------------*/
.doc-signator {
    padding: 15px;
    margin-bottom: 15px;
}

.doc-signator label {
    font-weight: 600;
    width: 75px;
}

.doc-signator-even {
    height: 30px;
    vertical-align: bottom;
}

.doc-signator > div > div > * {
    vertical-align: middle;
}

.doc-signator .doc-input {
    width: 350px;
}

.doc-signator .doc-signing-terms {
    padding-top: 10px;
}

html body .doc-signator > div > div > div.doc-signator-button {
    background: var(--cs-color);
    padding: 10pt;
    padding: 12px 30px;
    text-align: center;
    color: white;
    font-weight: 600;
    margin-top: 10px;
    cursor: pointer;
}

.docSignatorButtonLoading {
    width: 12px;
    display: none;
}

.doc-signator-button-cont {
    height: 50px;
}

.doc-signator-terms-checkbox {
    position: relative;
    bottom: 2px;
    margin-right: 10px;
    transform: scale(1.2);
}

.doc-signator .doc-sign-message {
    position: relative;
    margin-top: 10px;
}

.doc-invoice-payments {
    margin-top: 15px;
    display: flex;
}

.doc-invoice-payments-button {
    background: var(--cs-title-color);
    color: var(--cs-title-color);
    color: white;
    font-weight: bold;
    padding: 8px 25px;
    text-align: center;
    cursor: pointer;
    margin-left: auto;
    border-radius: 6px;
}



/*_______________________Payment window______________________*/
.doc-invoice-payments-overlay {
    position: relative;
    border: 1px solid #c1cad1;
    padding: 25px;
    padding-bottom: 15px;
    border-radius: 6px;
}

.doc-invoice-payments-header {
    text-align: center;
    font-weight: bold;
    position: relative;
    font-size: 10pt;
    text-transform: capitalize;
}

.doc-invoice-payments-header p{
    font-weight: 400;
    color:red;
    text-transform:none;
    margin-top:5px;
}

.doc-invoice-payments-stripe, .doc-invoice-payments-stripe > *, .doc-invoice-payments-stripe > * > * {
    width: 100% !important;
}

.close-overlay {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0px;
    cursor: pointer;
    z-index: 10000;
    width: unset !important;
}

.close-overlay img {
    width: 17px !important;
}

.doc-invoice-payments-submit {
    background: var(--cs-title-color);
    text-align: center;
    color: white;
    border-radius: 6px;
    padding: 11px;
    font-weight: 600;
    cursor: pointer;
    border: none;
}


/*_______________________Stripe______________________*/
.doc-invoice-payments-header-stripe{
    margin-bottom:15px;
}

.doc-invoice-payments-stripe-email {
    margin-bottom: 15px;
}

.doc-invoice-payments-stripe-email label {
    display: block;
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 0.93rem;
    color:#30313d;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.doc-invoice-payments-stripe-email input {
    width: 100%;
    padding: 0.75rem;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    background: white;
    font-size: 0.93rem;
    color: #30313d;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.doc-invoice-payments-stripe-email input:focus-visible {
    outline: 2px solid var(--cs-title-color);
    outline-offset: 2px;
}

#spinner{
    width:100%!important;
    text-align:center;
}

#paymentFormStripeSubmit{
    margin-top:15px;
    text-align:center;
}

#paymentFormStripeSubmit img{
    width:20px!important;
    margin:auto;
}

#paymentFormStripeMessage{
    margin-top:15px;
}
.hidden{
    display:none;
}

/*___________________Contact and iFrame_____________________*/

.doc-invoice-payments-contact-cont {
    display: none;
    margin: auto;
    width: 100%;
}

.doc-invoice-payments-contact {
    background: white;
    padding: 00px;
    width: 100%;
    max-width: 100%;
    color: black;
    border-radius: 6px;
    margin-top: 5px;
}

.doc-invoice-payments-contact > div {
    margin-bottom: 15px;
    width: 100%;
}

.doc-invoice-payments-contact label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.doc-invoice-payments-contact input {
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #93a2ad;
    border: none;
    background: #e7ebee;
}

#docInvoicePaymentsButtonLoading {
    width: 16px;
}

#paymentIFrame {
    width: 100%;
    height: 535px;
}


/*_______________________Windcave_______________________*/
.doc-invoice-payments-overlay{
    width:100%;
}
.doc-invoice-payments-overlay iframe{
    width:100%;
    margin-top:10px;
}
.doc-invoice-payments-windcave iframe{
    height:620px;
}

.doc-signator-home-away select {
    width: 250px;
}

.doc-invoice-payments-worldpay-access {
    width: 100%;
}

.card {
    position: relative;
    background: white;
    padding: 30px 30px;
    padding-bottom: 15px;
    width: 100%;
    border-radius: 12px;
}

.card .checkout .col-2 {
    display: flex;
    width: 100%;
}

.card .checkout .col-2 .col:first-child {
    margin-right: 15px;
}

.card .checkout .col-2 .col:last-child {
    margin-left: 15px;
}

.card .checkout .label .type {
    color: green;
}

.card .checkout.visa .label .type:before {
    content: "(visa)";
}

.card .checkout.mastercard .label .type:before {
    content: "(master card)";
}

.card .checkout.amex .label .type:before {
    content: "(american express)";
}

.card .checkout .field {
    height: 40px;
    border-bottom: 1px solid lightgray;
}

.card .checkout .field#card-pan {
    margin-bottom: 30px;
}

.card .checkout .field.is-onfocus {
    border-color: black;
}

.card .checkout .field.is-empty {
    border-color: orange;
}

.card .checkout .field.is-invalid {
    border-color: red;
}

.card .checkout .field.is-valid {
    border-color: green;
}

.card .checkout .submit {
    background: var(--cs-title-color);
    cursor: pointer;
    width: 100%;
    color: white;
    outline: 0;
    border: 0;
    border-radius: 6px;
    text-transform: capitalize;
    font-weight: bold;
    padding: 11px 0;
    transition: background 0.3s ease;
    margin-bottom: 10px;
    margin-top: 30px;
}

.card .checkout.is-valid .submit {
    background: green;
}

.clear {
    background: white;
    color: grey;
    cursor: pointer;
    width: 100%;
    outline: 0;
    border: 0;
    border-radius: 30px;
    text-transform: capitalize;
    font-weight: bold;
    padding: 11px 0;
    transition: background 0.3s ease;
}

