body {
  background-color: #f1efef;
}

.small-box h3 {
  font-size: 1.6vw;
}

.PageTitle h1 {
  font-weight: bold;
}

/* Fonts */
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamBook.eot');
  src: local('../fonts/GothamBook'), url('../fonts/GothamBook.woff') format('woff'), url('../fonts/GothamBook.ttf') format('truetype');
}

.input-group[class*=col-] {
  padding-left: 15px;
}

.spinner {
  border: 12px solid #f3f3f3;
  border-radius: 50%;
  border-top: 12px solid #3498db;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
  margin-left: 230px;
}


/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.DDDateDD {
  float: left;
  max-width: 90px;
}

.DDDateMM {
  float: left;
  max-width: 100px;
}

.DDDateYY {
  float: left;
  max-width: 90px;
}

.marginLeft {
  margin-left: 5px;
}


.padTop {
  padding-top: 10px;
}

.form-control {
  width: 95% !important;
}

.show {
  display: inherit;
}

.startHidden {
  display: none;
}

.note {
  font-weight: normal;
  font-size: small;
  color: grey;
}

.panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
  content: "\e114"; /* adjust as needed, taken from bootstrap.css */
  float: right; /* adjust as needed */
  color: black;
}

.panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

.ContactDetails {
  display: inline;
  vertical-align: initial;
}

.ipSortCode {
  font-size: 14px;
  text-align: center;
}

.startHidden {
  display: none;
}


textarea {
  resize: none;
}

.input-validation-error:after {
  content: "Error";
}

.errorIconSpan {
  display: none;
  position: absolute;
  left: 95%;
  top: 5px;
}

.errorIcon {
  color: red;
}

.dependent {
  display: none;
}

.frmCheckbox {
  width: 50px;
  height: 20px;
  float: left;
  margin-left: -15px !Important
}


.btnGreen {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btnRed {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btnRight {
  float: right;
}

.btnLeft {
  float: left;
}

.btnRightPad {
  float: right;
  margin-right: 15px;
  margin-bottom: 15px;
}

.btnLeftPad {
  float: left;
  margin-left: 15px;
  margin-bottom: 15px;
}

.btn-primary {
  background-color: #00a9e0;
}

.btnNext {
  float: right;
  color: #fff;
  background-color: #00a9e0;
  border-color: #357ebd;
}

  .btnNext:hover {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
  }

.btnPrev {
  float: right;
  margin-right: 2px;
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

  .btnPrev:hover {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
  }

.btnEdit {
  float: left;
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

  .btnEdit:hover {
    color: #fff;
    background-color: #47a447;
    border-color: #398439;
  }

.btnEditUpdate {
  float: left;
  display: none;
  margin-right: 2px;
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

  .btnEditUpdate:hover {
    color: #fff;
    background-color: #47a447;
    border-color: #398439;
  }

.btnEditCancel {
  float: left;
  display: none;
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

  .btnEditCancel:hover {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925;
  }

.btnPadd {
  padding-left: 15px;
}

.btnPaddR {
  padding-right: 15px;
}

.btnMargR {
  margin-right: 15px;
}


.tablePR {
  background-color: #f7f7f7;
  border: 3px solid gray;
  padding-bottom: 10px;
  border-radius: 0px 0px 30px 30px;
  border-collapse: separate;
  width: 100%;
}

  .tablePR th {
    background-color: #c5c4c4;
    padding-left: 15px;
    padding-right: 10px;
    font-size: 1.8rem;
  }

  .tablePR td {
    padding-left: 15px;
    font-weight: bold;
  }


.content {
  min-height: 500px;
}

header > .header-img {
  height: 80px;
  background-size: cover;
  position: relative;
}

@media (min-width: 540px) {
  header > .header-img {
    height: 100px;
  }
}

@media (min-width: 700px) {
  header > .header-img {
    height: 130px;
  }
}

@media (min-width: 850px) {
  header > .header-img {
    height: 160px;
  }
}

@media (min-width: 1080px) {
  header > .header-img {
    height: 200px;
  }
}


@media (min-width: 1250px) {
  header > .header-img {
    height: 230px;
  }
}


@media (min-width: 1400px) {
  header > .header-img {
    height: 260px;
  }
}


@media (min-width: 1600px) {
  header > .header-img {
    height: 300px;
  }
}

@media (min-width: 2000px) {
  header > .header-img {
    height: 360px;
  }
}


.bluePanel {
  background-color: #286a9c;
  color: #fff;
  font-size: 24px;
  height: 230px;
  width: 100%;
  margin-top: 20px;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
}

.panel-text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 20%;
  padding-left: 5px;
  padding-right: 5px;
}

.panel-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: 'Gotham', sans-serif;
  font-weight: 300;
  font-size: 16px;
}

.edit {
  display: none;
}

h1, h3, span {
  display: inline-block;
  vertical-align: middle;
}

.TitleHelp {
  padding-top: 15px;
  padding-right: 100px;
  float: right;
}

.tooltip {
  font-family: Georgia;
  font-size: 20px;
}

.navbar-dark, .navbar .dropdown-menu {
  background-color: rgba(35,35,35,0.95);
}

.steps-container {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  width: 100%;
  margin-top: 15px;
}

  .steps-container > ul.steps li:first-child {
    border-radius: 4px 0 0 0;
    padding-left: 20px;
  }

  .steps-container > ul.steps li.active {
    background: #eef7fb;
    color: #3a87ad;
    cursor: default;
  }

  .steps-container > ul.steps li {
    float: left;
    margin: 0;
    padding: 0 20px 0 30px;
    height: 46px;
    line-height: 46px;
    position: relative;
    background: #eeeeee;
    color: #999999;
    font-size: 16px;
    cursor: not-allowed;
  }

  .steps-container > ul.steps {
    list-style: none outside none;
    padding: 0;
    margin: 0;
    width: 999999px;
  }

    .steps-container > ul.steps li.active .badge {
      background-color: #3a87ad;
    }

    .steps-container > ul.steps li .badge {
      margin-right: 8px;
    }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px;
}

.steps-container > ul.steps li .chevron {
  border: 24px solid transparent;
  border-left: 14px solid #d4d4d4;
  border-right: 0;
  display: block;
  position: absolute;
  right: -14px;
  top: 0;
  z-index: 1;
}

  .steps-container > ul.steps li .chevron:before {
    border: 24px solid transparent;
    border-left: 14px solid #eeeeee;
    border-right: 0;
    content: "";
    display: block;
    position: absolute;
    right: 1px;
    top: -24px;
  }

.steps-container > ul.steps li.active .chevron:before {
  border-left: 14px solid #eef7fb;
}

.tabs .PageTitle {
  text-align: center;
  color: black;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 2px 2px 0px 0px;
  padding: 1px;
  margin-right: 4px;
  font-weight: bold;
  /*border-bottom: 2px solid #00a9e0;*/
}

.PageTitle h3 {
  font-size: 22px;
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: bold;
  color:white;
}

.PageTitle .fas {
  color:white;
}

.selectedtab .PageTitle {
  background-color: #3276b1;
}

.unselectedtab .PageTitle {
  background-color: #00ade9;
  transition: background-color 0.5s ease;
}

  .unselectedtab .PageTitle:hover {
    background-color: #5a98ad;
  }

.tabs .column {
  padding-left: 0px;
  padding-right: 0px;
}

.tabs a {
  text-decoration: none;
}

.tabs {
  background-color: #00ade9;
}


.paddingtop25 {
  padding-top: 25px;
}

.draftStyle {
  color: blue;
}

.inputaddon {
  width: 39px;
}

.fieldPound {
  width: 90% !Important;
}


/* Accordion */
.panel {
  padding: 0 10px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.accordion {
  background-color: #00b6f0;
  color: #fff;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  border-style: solid;
  border-color: white;
  padding: 0px 10px 0 0;
  height: 40px;
}

.accordionName {
  /*padding:10px;*/
}

.active, .accordion:hover {
  background-color: #ccc;
}


.accordion.active:after {
  content: "\2212";
  text-decoration: none;
}


.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 20px;
  text-decoration: none;
}


.accordion h5 {
  float: left;
  margin-top: 10px;
  font-size: 1.2rem;
}

.accordion p {
  margin-top: -15px;
  padding: 10px;
}

.accordion-main {
  width: 100%;
  border: 2px solid black;
  position: relative;
  background-color: white;
  margin-top: 10px;
  border-radius: 10px;
}

  .accordion-main:after {
    content: '\002B';
    float: right;
    font-size: 45px;
    position: absolute;
    right: 10px;
    top: 0;
  }

  .accordion-main.active:after {
    content: "\2212";
  }

  .accordion-main h1 {
    margin-block: 10px;
  }

/*.accordion-content {
  display: none;
}

  .accordion-content.show {
    display: revert;
    transition: transform 0.4s ease-in-out;
  }
*/
.accordionPanel {
  padding: 15px;
}

.datepickerinput {
  width: 90% !important;
}

.btnSetDate {
  margin-left: 185px;
  margin-bottom: 10px;
  margin-top: -5px;
}

.form-control[disabled], .form-control[readonly] {
  background-color: #fcf9f9;
}

/* JQuery DatePicker */



/* Container setup */
#datepicker {
  display: block;
  margin: 2rem auto;
  width: 100%; /* takes full parent width */
  max-width: 100%; /* no max width restriction */
  font-size: 1.5rem;
}


/* Datepicker main - Precise MoneyHelper match */
.MemberBookingCalendar .ui-datepicker {
  font-family: 'Roobert', 'Segoe UI', Arial, sans-serif;
  font-size: 16px;
  background: #fff;
  border: 1px solid #00a9e0;
  border-radius: 4px;
  padding: 0; /* Remove padding to let header fill top */
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08); /* Exact soft shadow */
  overflow: hidden;
}

.MemberBookingCalendar .ui-widget.ui-widget-content {
  width: 100%;
  border: 2px solid #00a9e0;
  border-radius: 5px;
}

/* Header (month & year) - slot-picker-nav style */
.MemberBookingCalendar .ui-datepicker-header {
  background: #ffffff !important; 
  color: #002e5d !important;
  border-bottom: 1px solid #00a9e0 !important;
  border-radius: 0;
  padding: 25px 0;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}

/* Navigation arrows */
.MemberBookingCalendar .ui-datepicker-prev,
.MemberBookingCalendar .ui-datepicker-next {
  top: 50% !important;
  transform: translateY(-50%);
  cursor: pointer;
  background: #ffffff !important;
  border: 1px solid #00a9e0 !important;
  border-radius: 4px;
  width: auto !important; /* Expansion for text */
  min-width: 38px;
  height: 38px !important;
  transition: all 0.2s ease;
  display: flex !important;
  align-items: center;
  padding: 0 10px !important;
  text-decoration: none !important;
}

.MemberBookingCalendar .ui-datepicker-prev {
  left: 10px !important;
}

.MemberBookingCalendar .ui-datepicker-next {
  right: 10px !important;
}

.MemberBookingCalendar .ui-datepicker-prev:hover,
.MemberBookingCalendar .ui-datepicker-next:hover {
  background: #f8fcfd !important;
  border-color: #0078d7 !important;
}

/* Custom arrow symbols */
.MemberBookingCalendar .ui-datepicker-prev::before {
  content: '\2039'; /* Single left angle quote */
  color: #00a9e0;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  margin-right: 8px;
}

.MemberBookingCalendar .ui-datepicker-next::after {
  content: '\203A'; /* Single right angle quote */
  color: #00a9e0;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  margin-left: 8px;
}

/* Month text next to arrows */
.nav-month-text {
  color: #00a9e0;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}

/* Hide default icons */
.MemberBookingCalendar .ui-datepicker-prev span,
.MemberBookingCalendar .ui-datepicker-next span {
  display: none !important;
}

/* Day Names Row - slot-picker-days headers */
.MemberBookingCalendar .ui-datepicker-calendar th {
  padding: 4px 0;
  color: #002e5d;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.95rem;
  border-bottom: 2px solid #00a9e0;
  border-right: 1px solid #00a9e0; /* Added vertical lines between day names */
  background: #fcfcfc;
}

.MemberBookingCalendar .ui-datepicker-calendar th:last-child {
  border-right: none;
}

/* Table layout */
.MemberBookingCalendar .ui-datepicker-calendar {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  table-layout: fixed;
  border: 1px solid #00a9e0;
}

/* Day cells styling */
.MemberBookingCalendar .ui-datepicker-calendar td {
  border: 1px solid #00a9e0;
  padding: 0 !important;
}

.MemberBookingCalendar .ui-state-default, 
.MemberBookingCalendar .ui-widget-content .ui-state-default {
  display: flex;
  align-items: top;
  justify-content: flex-start;
  height: 65px !important; /* Taller cells like MoneyHelper */
  width: 100% !important;
  margin: 0 !important;
  border: none !important;
  background: #ffffff !important;
  color: #002e5d !important;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 0 !important;
  transition: all 0.2s ease;
}

/* Hover state */
.MemberBookingCalendar .ui-state-default:hover {
  background: #eef7fb !important;
  color: #00a9e0 !important;
  box-shadow: inset 0 0 0 3px #00a9e0;
}

/* Today highlight */
.MemberBookingCalendar .ui-datepicker-today .ui-state-default {
  color: #00a9e0 !important;
  font-weight: 800 !important;
  text-decoration: underline;
  background: #f8fcfd !important;
  flex-direction: column;
}

.MemberBookingCalendar .ui-datepicker-today .ui-state-default::after {
  content: "TODAY";
  font-size: 0.7rem;
  text-decoration: none !important;
  margin-top: 2px;
  font-weight: 700;
}

/* Selected day - Primary Blue */
.MemberBookingCalendar .ui-datepicker-current-day .ui-state-active {
  background: #00a9e0 !important;
  color: #ffffff !important;
  border: none !important;
}

/* Disabled/Unavailable days - Updated with User Values */
.MemberBookingCalendar .ui-datepicker-calendar .ui-state-disabled {
  background-color: #757575 !important; /* User specified unavailable color */
  background-image: linear-gradient(135deg, #e4e1e1 25%, transparent 25%, transparent 50%, #e4e1e1 50%, #e4e1e1 75%, transparent 75%, transparent) !important;
  background-size: 4px 4px !important;
  cursor: default !important;
}

.MemberBookingCalendar .ui-datepicker-calendar .ui-state-disabled .ui-state-default {
  background: transparent !important;
  color: #000000 !important; /* Black numbers as requested */
  /*opacity: 0.6;*/ /* Slight fade but stays black */
  font-weight: 600;
  cursor: default !important;
  text-shadow: none !important;
}

/* Ensure no hover effect on disabled days */
.MemberBookingCalendar .ui-datepicker-calendar .ui-state-disabled:hover .ui-state-default {
  background: transparent !important;
  color: #000000 !important;
  box-shadow: none !important;
}

/* Day cells */
.ui-datepicker-calenda
/* Today highlight */
.ui-datepicker-today a {
  background: #e0f3ff !important;
  border: 2px solid #0078d7;
  font-weight: bold;
  color: #0078d7 !important;
}

/* Selected day */
.ui-datepicker .ui-state-active {
  background: #0078d7 !important;
  color: #fff !important;
  font-weight: bold;
  box-shadow: 0 0 0 2px #0056a3 inset;
}


.ui-datepicker-header {
  background: #26c2f3 !Important;
  color: #ffffff;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  color: green !Important;
  background: lightgreen !Important;
}

.ui-state-disabled .ui-state-default {
  color: black !Important;
  background: white !Important;
}

.ui-datepicker-current-day .ui-state-active {
  background: darkgreen !Important;
  color: white !Important;
}

/* End JQuery DatePicker */
.slot-picker-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns for better readability */
  gap: 12px;
  margin-top: 15px;
  max-width: 350px;
}

.time-slot {
  background: #ffffff;
  border: 2px solid #00a9e0;
  color: #00a9e0;
  padding: 12px 5px;
  text-align: center;
  border-radius: 6px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
}

.time-slot:hover {
  background-color: #eef7fb;
  transform: translateY(-1px);
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.time-slot.active {
  background-color: #00a9e0 !important;
  color: #ffffff !important;
  border-color: #00a9e0 !important;
  box-shadow: 0 4px 8px rgba(0, 169, 224, 0.3);
}

.timePanel {
  padding-left: 40px;
  border-left: 1px solid #e8e6df;
  min-height: 400px;
}

.timePanel h4 {
  color: #002e5d;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 1.4rem;
  border-bottom: 2px solid #eef7fb;
  padding-bottom: 10px;
  display: block;
}

.checkboxNote {
  font-weight: normal;
  font-size: 14px;
  width: 75%;
}

.timePanel {
  padding-left:50px;
}

/*BootStrap Changes*/

a {
  color: #337ab7;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.form-group {
  margin-bottom: 15px;
  display: flex;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.col-md-offset-8 {
  margin-left: 66.6666666%;
}

.col-md-offset-4 {
  margin-left: 33.33333333%;
}

.col-md-offset-2 {
  margin-left: 16%;
}

.col-md-6, .col-md-4, .col-md-3 {
  padding-left: 15px;
}

label {
  display: inline-block;
  max-width: 100%;
  font-weight: 700;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  border: none;
  background-color: white;
  margin-left: auto;
}

.input-group-addon {
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
}

.input-group-btn > .btn {
  margin-left: 0px !important;
  border-radius: 0.375rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group[class*=col-] {
  padding-left: 0px;
}

.pcode {
  max-width: 150px;
}

.btninputgroup {
  max-width: 250px;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
}

  .accordion-content.show {
    max-height: 2500px; /* or a high enough value */
    opacity: 1;
  }

.accordion-main {
  width: 100%;
  border: 2px solid black;
  position: relative;
  background-color: white;
  margin-top: 10px;
  border-radius: 10px;
}

.dashboard .accordion-main {
  width: 100%;
  border: 2px solid black;
  position: relative;
  background-color: #00ade9;
  margin-top: 10px;
  border-radius: 4px;
  height: 50px;
  font-size: 20px;
  padding-top: 8px;
  color:white;
  font-weight:bold;
}

  .dashboard .accordion-main.active {
    border-left: 2px solid black;
    border-right: 2px solid black;
    border-top: 2px solid black;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .dashboard .accordion-main:after {
    content: '\002B';
    float: right;
    font-size: 45px;
    position: absolute;
    right: 10px;
    top: -10px;
  }

  .dashboard .accordion-main.active:after {
    content: "\2212";
  }

.accordion-main h1 {
  margin-block: 10px;
}

.accordion-table {
  background-color: white;
  padding: 10px;
  border-right: 2px solid black;
  border-left: 2px solid black;
  border-bottom: 2px solid black;
}

div.dt-container select.dt-input {
  margin: 5px;
}

.schemedropdown {
  font-size:24px;
}

#divTime {
  margin-left:0;
}

.FAQ {
  padding-top: 15px;
  padding-right: 10px;
  float: right;
}

.faqIcon {
  color: #3276b1!important;
}
