 body {
 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 font-size: 14px;
 }
	 :root {
  --lightblue: #1e90ff;
   --lighterblue: #c4e6f1;
  --darkblue: #000080;}
	 
	 input:focus {
    background-color: lightblue !important;    color: #212529;
 
    border-color: initial !important;
    /* outline: 0; */
    box-shadow: initial !important;
}
	 .bg-primary {
    background-color: #4c4ca6 !important;
}

.mw {min-width:100%;}
 table ::-moz-selection { /* Code for Firefox */
  color: #ffffff;
  background: #5b8fff;
}

table ::selection {
  color: #ffffff;
   background: #5b8fff;
}
span#LoggedInUserSpan {
    float: left!important;
    font-weight: bold;
    color: var(--darkblue);
    /* text-align: left!important; */
    /* display: inline-block; */
}	
	
#PaymentOption {border:none!important;padding:0px!important;}

#PaymentOption span {margin-right:10px;}

.bg-primary a {
    color: var(--bs-info) !important;
}
label {font-weight:Bold;float: left;font-size: 14px;}
.btn-primary, .modal-footer .btn {background-color:#FF8500;border-color:#FF8500;}

.navbar-brand {font-size:26px;text-align:center;}
nav, footer {font-family:Georgia;}
a svg {
    width: 20px;
    margin-right: 10px;
    fill: var(--lighterblue)
}

a {color: var(--darkblue) !important;text-decoration:none;"Helvetica Neue", Helvetica, Arial, font-family: sans-serif;}
.container {max-width:1000px;}
nav h5{font-size:40px;}
nav h5 span {
    font-size: 7px;
    margin-right: 5px;
    }
	
h5 img {    height: 40px;
    top: 10px;
    position: absolute;}
.ricon {
  width: 5px;
  height: 5px;
  fill: red;
  vertical-align: top;
  margin: 0px!important;
  /* float: right; */
  margin-top: 5px!important;
}

#definition {DISPLAY:none;}
.helpicon {
    width: 32px;
    height: 32px;
    /* position: relative; */
    /* top: 10px; */
    /* left: 10px; */
    /* right: 0; */
    /* bottom: 0; */
    /* display: block; */
    /* float: left; */
    fill: var(--darkblue);
}
.lightblue {color: var(--lightblue) !important;}
.lightblue-bg {background-color: var(--lightblue) !important;}
.lighterblue {color: var(--lighterblue) !important;}
.lighterblue-bg {background-color: var(--lighterblue) !important;}

.darkblue {color: var(--darkblue) !important;}
.darkblue-bg {background-color: var(--darkblue) !important;}

.BasicHolidayDetails:empty + span, div#BasicHolidayDetails:empty, #OverseasMessage:empty,
#HolidaySelectedLabel label:empty   {visibility:hidden;display: none!important;}

#OverseasMessage {margin-bottom:25px;}
 
#HolidaySelectedLabel label, .PopUpForm #HolidaySelectedLabel {background-color: var(--lighterblue);padding:10px;width:100%;text-align:center;visibility:visible;margin-bottom: 20px;border: black solid 1px;white-space: normal!important;}

 input#EmailEdit {
    text-transform: lowercase;
}

span#BookingRefSpan:before {
    color: white;
    content: "Booking Ref: ";
}

span#BookingRefSpan { color: white;}

input#PostcodeEdit {
    text-transform: uppercase;
}
 
.pagination {    cursor: auto;
    counter-reset: step;
    text-align: justify;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    border-bottom: 2px solid gray;
    padding-bottom: 10px;
}
.pagination ul {list-style: number;}
.pagination:after {
    content:'';
    width: 100%;
    display: inline-block;
}

.pagination li:before {
    content: counter(step);
    counter-increment: step;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ddd;
    border-radius: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    background-color: #fff;
    font-size: 13px;
}

.pagination   .page-item.active .page-link {
    background: white;
    color: green !important;
}
li.page-item {
    text-align: center;
}
#crumbline > li.page-item.active:before  {  border-color: green !important; color: green !important;}
 button#PreviousButton:disabled {
    display: none;
}
rect {
  width: 100%;
  height: 100%;
  fill: #69c;
  stroke: #069;
  stroke-width: 5px;
  opacity: 0.5
}
.page-item {    flex: 1 0 0%;}

.page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #ffffff!important;
    vertical-align: top;
    text-align: center;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Buttons  */

button#PreviousButton {
    margin-right: 10px;
}

.footer {background-color: rgba(0, 0, 0, 0.2);}
.headerlinks a, footer a, .footer  { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}


.helpicon-tooltip {
    position: relative;
    display: inline-block;
}

.helpicon-tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%; /* Position above the icon */
    left: 50%;
    margin-left: -100px; /* Center the tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

.helpicon-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%; /* Arrow at the bottom */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.helpicon-tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.section-heading {
    font-size: 16px;
    color: #0a58ca;
    margin-bottom: 20px;
    font-weight: bold;
}

.section-heading button {    float: right;
    font-size: 12px;
    background-color: #ff8500;
    color: white;
    font-weight: bold;}
.card {    border: none;margin-bottom:10px}
div#LastVaccinationEdit {
    border: 0;
    padding: 0;
}

.paymentbuttons .btn {
    min-width: 100%;
    display: block;
    margin-top: 15px;
}
.modal-body .paymentbuttons button {
    min-width: 100%;
    display: block;
    margin-left:0px;
    min-height: 40px;
}
span.pricebreakdownsmalltext {
    font-size: smaller;
}
#PriceBreakDown {text-transform: capitalize;}

table#bookingcosts {
    font-size: 12px;width:100%
}

span.card {margin-bottom:0px;}

table#bookingcosts .td-col-1 {text-align:right;font-weight:bold;}

.hotelselect {max-height: max-content;overflow-y:scroll;padding-top:10px;padding-bottom:20px;margin-bottom: 30px;}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
}
div[disabled]  {opacity:0.5;cursor:not-allowed; /* Change cursor to not-allowed */pointer-events: none; /* Disable pointer events to prevent interaction */}

.btn-check:focus+.btn-secondary, .btn-secondary:focus, .btn-check:focus+.btn-primary, .btn-primary:focus {border:none!important;box-shadow:none!important;}
.card-body:empty {
    display: none;
}
.labelswitch {font-weight:bold;}
.labelswitch label, .paymentbuttons label {font-weight: initial;font-size: 16px;margin-top: 30px;    white-space: nowrap;}
.paymentbuttons label a {text-decoration:underline;}
table#HolidaysTableTable, input, button, select {
    cursor: pointer;
}

.modal-content .paymentbuttons label {font-size:14px;}
.modal-content .paymentbuttons input {float:left;margin-right:10px;}
div#RegistrationHeading {
    line-height: 40px;
    margin-top: 0px;
    display: block;
    float: left;
    clear: both;
}



.modal-footer button#Yes {    background-color: #FF8500; color: #fff!important;
    border-color: #FF8500;}
.modal-footer button#No {    color: #fff!important;
    background-color: #0d6efd;
    border-color: #0d6efd;
} 
h5.modal-title {color: white;font-weight: bold;}



#BookingsTableTable {
    width: 100%;
    border-collapse: collapse;
    /* table-layout: fixed; */
    vertical-align: middle;
    border-collapse: collapse;
	font-size:12px;
}

#BookingsTableTable th, #BookingsTableTable td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

#BookingsTableTable thead th {
    background-color: #3A5DAE; /* Blue color */
    color: white;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
}

#BookingsTableTable tr:nth-child(even) {
    background-color: #f2f2f2;
}

 
/* Status confirmed styling */
#BookingsTableTable td:first-child:contains('Confirmed') {
    background-color: #2a9d8f; /* Dark green */
    color: white;
}

/* Status not confirmed styling */
#BookingsTableTable td:first-child:not(:contains('Confirmed')) {
    background-color: grey; /* Grey */
    color: white;
}

.button {
    background-color: #3A5DAE; /* Blue color from the screenshot */
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 2px 1px;
    cursor: pointer;
    border-radius: 4px;
}

.button:hover {
    background-color: #2a4392; /* Darker shade of the blue color */
}

	
/* Styling for button-like appearance only within a table cell */
td span[id^="_WebHTMLSpan"] {
  display: inline-block;
  padding: 5px 10px; /* Increase padding for bigger buttons */
  margin: -2px; /* Adjust margin to move into the space of td padding */
  border: 1px solid #ccc; /* Border color */
  border-radius: 4px; /* Rounded corners */
  background-color: #f0f0f0; /* Background color */
  color: #000; /* Text color */
  text-align: center;
  text-decoration: none; /* Remove underline */
  font-family: Arial, sans-serif;
  font-size: 12px!important; /* Increase font size */
  cursor: pointer; /* Pointer cursor on hover */
  user-select: none; /* Prevent text selection */
  -webkit-tap-highlight-color: transparent; /* Remove tap highlight on mobile */
  position: relative; /* Positioning context for sr-only */
  box-sizing: border-box; /* Include padding and border in element's total width and height */
  margin-right: 10px;
  white-space: nowrap;
  margin: 4px;
}

td span[id^="_WebHTMLSpan"]:hover {
  background-color: #e0e0e0; /* Slightly darker background on hover */
  border-color: #999; /* Slightly darker border on hover */
}

td span[id^="_WebHTMLSpan"] .sr-only {
  position: static; /* Make the sr-only text participate in normal layout flow */
  width: auto;
  height: auto;
  padding: 0;
  margin-left: 5px; /* Add margin to separate from icons */
  overflow: visible;
  clip: auto;
  border: none;
  /* font-family: 'Source Sans Pro'; */
  font-size: 12px;
  color: rgb(0, 0, 0); /* Match the color of the surrounding text */
  display: inline; /* Ensure it displays inline with the icons */
}

td span [id^="_WebHTMLSpan"] table .fa-fw, td span [id^="_WebHTMLSpan"] table .fad {
font-size: 13px !important;}

table tr td:last-child {
  /* white-space: nowrap; */
}

table td div {white-space:initial!important;}

/* Set Actions column width */
#BookingsTableTable th:last-child, #BookingsTableTable td:last-child {
    width: 150px;
}

span#CurrentDataOnly {
    border: none;
    line-height: 40px;
}

.PopUpForm,
.PopUp {
	box-shadow: none !important;
	height: auto !important;
	position: fixed !important;
	border: none !important;
	background-color: rgb(255, 255, 255) !important;
	padding-top: initial !important;
	border-radius: 5px;
	position: absolute;
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%);
	box-shadow: 0 0.15rem 2rem 18px rgb(50 49 51 / 19%) !important;
	outline: 1500px solid #0000008a !important;
	width: auto !important;
	/* min-width: 600px; */
}

.modal-header {
    background: darkblue;
}.modal-footer {
    background: #dee2e6;
}
.modal-body button {
    max-width: fit-content;
    margin: 10px;
    margin-right: 0px;
}
.modal-body {

}
.smxPaymentDetailsForm{min-width: 740px;}

.smxBookingDetailsForm, .smxAccountCustomerDetails  {min-width:1000px;}
.smxBookingDetailsForm .bdpa{
    /* max-height: 600px; */
    overflow-y: scroll!important;
    overflow-x: hidden!important;
    height: 500px;
    font-size: 12px;
    /* margin: 10px; */
    max-height: 50vh;
    }
.smxBookingDetailsForm .modal-body button {margin:auto!Important;}
.smxBookingDetailsForm label {white-space:nowrap}

.modal-body #paypal-button-container {
    margin-bottom: 20px !important;
    padding-bottom: 0px !important;
    max-height: 35px;
    margin-top: 20px;
}

.ppb {overflow:hidden;max-height:65px;border:none;padding:0px;margin:0px;background:none;}
.modal .modal-dialog .p-3 {padding:0px!important}







@media only screen and (max-width: 1000px) {
    .smxBookingDetailsForm, .smxPaymentDetailsForm, .smxAccountCustomerDetails{
        min-width: initial;
    }
	
	 .smxBookingDetailsForm  {width: calc(100vw - 40px);} 
 


.hotelselect, 
#BookingsTable {max-width:100vw;overflow-x:scroll}
.hotelselect, 
#BookingsTable  table {min-width:700px;}

.hotelselect, 
#BookingsTable  {overflow-x:scroll;} 
/* For WebKit-based browsers (Chrome, Safari) */
.hotelselect, 
#BookingsTable , .smxBookingDetailsForm .bdpa {
    overflow-x: scroll; /* Enable horizontal scrolling */
    overflow-y: hidden; /* Prevent vertical scrolling */
    white-space: nowrap; /* Prevent wrapping of child elements */
    scrollbar-width: thin; /* For Firefox, makes the scrollbar thinner */
    scrollbar-color: var(--darkblue)  white; /* For Firefox, sets the thumb to darkblue and track to white */  -webkit-overflow-scrolling: touch; /* Enables smooth scrolling */
}

.hotelselect::-webkit-scrollbar,.smxBookingDetailsForm .bdpa::-webkit-scrollbar {
    height: 12px; /* Adjust scrollbar height */
}

.hotelselect::-webkit-scrollbar-thumb ,.smxBookingDetailsForm .bdpa::-webkit-scrollbar-thumb{
    background-color: var(--darkblue) ; /* Scrollbar thumb color set to darkblue */
    border-radius: 10px; /* Optional: round edges of the scrollbar */
}

.hotelselect::-webkit-scrollbar-track,.smxBookingDetailsForm .bdpa::-webkit-scrollbar-track {
    background: white; /* Scrollbar track color */
}
  /* Your CSS rules here */
  body {
   
  }
  .container {
    width: 100%;
    padding: 20px;
  }
  
 nav img {
    display: none;
} 
.navbar-brand {
    font-size: 12px;
    padding-bottom: 25px;
    margin: auto;
}
nav h5 {font-size:24px;}  
 .modal-dialog .p-3 {padding:0px!important;} 
  .align-items-center {
    align-items: center !important;
    text-align: center;
}
 
.headerlinks {margin:auto;font-size:Smaller;white-space: nowrap;} .pagination li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #ddd;
    border-radius: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    background-color: #fff;
    font-size: 10px;
}.page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #ffffff !important;
    vertical-align: top;
    text-align: center;
    font-size: 11px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    white-space: nowrap;
    margin-bottom: 13px;
}

.pb-3 {padding-top:10px;}


#BookingsTableTable {min-width:1200px;}
#HolidaysTableTable {min-width:1000px;}

.mfb {
        display: flex; /* Ensure flexbox layout is applied */
    }

.mfb > .col-md-8 , .nhbd{
        order: 2; /* Move this column after the .col-md-4 column */
    }

.mfb > .col-md-4, .hbd  {
        order: 1; /* Move this column before the .col-md-8 column */
    }
#PriceBreakDown {
 
    margin-top: 30px;
margin-bottom: 30px;}

footer {
    font-size: smaller;
}
}


@media only screen and (max-width: 480px) {
	h5 {font-size:16px}
	label, #HolidaySelectedLabel {font-size:12px}
.smxBookingDetailsForm, .smxPaymentDetailsForm , .smxAccountCustomerDetails {min-width:initial;}
.smxBookingDetailsForm h4 {font-size: 14px;font-weight: bold;}
#HolidaySelectedLabel {max-width:90vw!important;}
.smxBookingDetailsForm .bdpa {
  max-height: 200px;
  overflow-y: visible!important;
  overflow-x: hidden!important;
  height: fit-content!important;
  font-size: 10px;
  max-height: fit-content;
}
.smxBookingDetailsForm .bdpa div, .smxBookingDetailsForm .bdpa label {min-width:50%;/* display:block; */font-size:10px;/* float: inline-start; */}
.smxBookingDetailsForm .bdpa .mb-3 {margin-bottom:5px!important}
	
 .PopUpForm, .PopUp {
    box-shadow: none !important;
    height: initial !important;
    position: fixed !important;
    border: none !important;
    background-color: rgb(255, 255, 255) !important;
    padding-top: initial !important;
    border-radius: 5px;
    position: absolute;
    left: 10px !important;
    top: initial !important;
    transform: initial !important;
    box-shadow: 0 0.15rem 2rem 18px rgb(50 49 51 / 19%) !important;
    outline: 1500px solid #0000008a !important;
    width: auto !important;
    min-width: auto;
}
	
	.PopUpForm, .PopUp   {width:100vw;/* max-width: 66vw; *//* min-width:100vw; *//* max-height:100vh; */}
.PopUpForm {/* overflow-y:scroll; */-webkit-overflow-scrolling: touch; /* Enables smooth scrolling */}
.btn {margin-bottom:10px!important;min-width:100%;}
.smxBookingDetailsForm .modal-body button{margin-bottom: 5px!important;font-size:12px;border: none;min-width: 30%;padding-left:8px;padding-right:8px;}
.smxBookingDetailsForm .modal-body #bookingcosts {font-size:10px;}




	
}

.dialoggroup {margin-bottom: 30px;margin-top: 30px;border-top: solid lightgrey;!;!0;!0p;!0;!;border-bottom: solid lightgrey;}
	
.dialoggroup button {float:right;}
#EditEmergencyDetails, #EditContactDetails {font-size:smaller;/* float: right; *//* width: auto; */margin: 15px!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;}


[id^="TAccountMainPage_DBTableControl"] {
    display: none !important;
}