/*----------------- 
Shared related CSS
-----------------*/
/* SPINNER CSS */
.spinner-overlay {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,.7);
}
.spinner-overlay-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.lds-roller {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  /*position: relative;*/
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* VANILLA DATEPICKER CSS */
.ccmeb_datepicker {
  display: none;
}

.ccmeb_datepicker_active_row_shift{
	margin-top:-60px;
}
.ccmeb_datepicker.active {
  display: block;
}

.ccmeb_datepicker-dropdown {
  /*position: absolute;*/
  top: 0;
  left: 0;
  z-index: 20;
  padding-top: 4px;
}

.ccmeb_datepicker-dropdown .ccmeb_datepicker-orient-top {
  padding-top: 0;
  padding-bottom: 4px;
}

.ccmeb_datepicker-picker {
  display: inline-block;
  border-radius: 4px;
  background-color: white;
}

.ccmeb_datepicker-dropdown .ccmeb_datepicker-picker {
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}

.ccmeb_datepicker-picker span {
  display: block;
  flex: 1;
  border: 0;
  cursor: default;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ccmeb_datepicker-main {
  padding: 2px;
}

.ccmeb_datepicker-footer {
  box-shadow: inset 0 1px 1px rgba(10, 10, 10, 0.1);
  background-color: whitesmoke;
}

.ccmeb_datepicker-grid,
.ccmeb_datepicker-view .ccmeb_days-of-week,
.ccmeb_datepicker-view,
.ccmeb_datepicker-controls {
  display: flex;
}

.ccmeb_datepicker-grid {
  flex-wrap: wrap;
}

.ccmeb_datepicker-view .ccmeb_days .ccmeb_datepicker-cell,
.ccmeb_datepicker-view .ccmeb_dow {
  flex-basis: 14.2857142857%;
}

.ccmeb_datepicker-view.ccmeb_datepicker-grid .ccmeb_datepicker-cell {
  flex-basis: 25%;
}

.ccmeb_datepicker-cell,
.ccmeb_datepicker-view .ccmeb_week {
  height: 2.25rem;
  line-height: 2.25rem;
}

.ccmeb_datepicker-title {
  box-shadow: inset 0 -1px 1px rgba(10, 10, 10, 0.1);
  background-color: whitesmoke;
  padding: 0.375rem 0.75rem;
  text-align: center;
  font-weight: 700;
}

.ccmeb_datepicker-header .ccmeb_datepicker-controls {
  padding: 2px 2px 0;
}

.ccmeb_datepicker-controls .button {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  box-shadow: none;
  background-color: white;
  cursor: pointer;
  padding: calc(0.375em - 1px) 0.75em;
  height: 2.25em;
  vertical-align: top;
  text-align: center;
  line-height: 1.5;
  white-space: nowrap;
  color: #363636;
  font-size: 1rem;
}
.ccmeb_datepicker-cell.selected:not(.ccmeb_datepicker-cell.partial-disabled-end):not(.ccmeb_datepicker-cell.partial-disabled-start),.ccmeb_datepicker-cell.today,.ccmeb_datepicker-cell.highlighted,.ccmeb_datepicker-cell.unavailable {
  /*border-radius: 50%;*/
}

.ccmeb_datepicker-controls .button:focus,
.ccmeb_datepicker-controls .button:active {
  outline: none;
}

.ccmeb_datepicker-controls .button:hover {
  border-color: #b5b5b5;
  color: #363636;
}

.ccmeb_datepicker-controls .button:focus {
  border-color: #3273dc;
  color: #363636;
}

.ccmeb_datepicker-controls .button:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.ccmeb_datepicker-controls .button:active {
  border-color: #4a4a4a;
  color: #363636;
}

.ccmeb_datepicker-controls .button[disabled] {
  cursor: not-allowed;
}

.ccmeb_datepicker-header .ccmeb_datepicker-controls .button {
  border-color: transparent;
  font-weight: bold;
}

.ccmeb_datepicker-header .ccmeb_datepicker-controls .button:hover {
  background-color: #f9f9f9;
}

.ccmeb_datepicker-header .ccmeb_datepicker-controls .button:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.ccmeb_datepicker-header .ccmeb_datepicker-controls .button:active {
  background-color: #f2f2f2;
}

.ccmeb_datepicker-header .ccmeb_datepicker-controls .button[disabled] {
  box-shadow: none;
}

.ccmeb_datepicker-footer .ccmeb_datepicker-controls .button {
  margin: calc(0.375rem - 1px) 0.375rem;
  border-radius: 2px;
  width: 100%;
  font-size: 0.75rem;
}

.ccmeb_datepicker-controls .view-switch {
  flex: auto;
}

.ccmeb_datepicker-controls .prev-btn,
.ccmeb_datepicker-controls .next-btn {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
  width: 2.25rem;
}

.ccmeb_datepicker-controls .prev-btn.disabled,
.ccmeb_datepicker-controls .next-btn.disabled {
  visibility: hidden;
}

.ccmeb_datepicker-view .ccmeb_dow {
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.875rem;
  font-weight: 700;
}

.ccmeb_datepicker-view .ccmeb_week {
  width: 2.25rem;
  color: #b5b5b5;
  font-size: 0.75rem;
}

@media (max-width: 22.5rem) {
  .ccmeb_datepicker-view .ccmeb_week {
    width: 1.96875rem;
  }
}

.ccmeb_datepicker-grid {
  width: 15.75rem;
}

@media (max-width: 22.5rem) {
  .calendar-weeks + .days .ccmeb_datepicker-grid {
    width: 13.78125rem;
  }
}

.ccmeb_datepicker-cell:not(.selected):not(.today):not(.unavailable):not(.disabled):not(.partial-disabled):not(.range):not(.range-start):not(.range-end):hover {
  cursor: pointer;
}
.ccmeb_datepicker-cell:not(.selected):not(.today):not(.unavailable):not(.disabled):not(.partial-disabled):not(.partial-disabled-start):not(.partial-disabled-end):not(.range):not(.range-start):not(.range-end):hover {
  background-color: #f9f9f9;
}

.ccmeb_datepicker-cell.focused:not(.selected) {
  background-color: #e8e8e8;
}

.ccmeb_datepicker-cell.selected,
.ccmeb_datepicker-cell.selected:hover {
  background-color: #16a6be;
  color: #fff;
  font-weight: 600;
}

.ccmeb_datepicker-cell.disabled {
  color: #ffffff;
  background-color: #ff6e6e;
  cursor: not-allowed;
}
.ccmeb_datepicker-cell.partial-disabled {
  color: #ffffff;
  background-color: #f07b7b;
  cursor: not-allowed;
}
.ccmeb_datepicker-cell.partial-disabled-startxx:not(.next) {
  color: #ffffff;
  /*background-color: blue;ff976e*/
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsIAAA7CARUoSoAAAAAYdEVYdFNvZnR3YXJlAFBhaW50Lk5FVCA1LjEuNvzRx68AAAC2ZVhJZklJKgAIAAAABQAaAQUAAQAAAEoAAAAbAQUAAQAAAFIAAAAoAQMAAQAAAAIAAAAxAQIAEAAAAFoAAABphwQAAQAAAGoAAAAAAAAA8nYBAOgDAADydgEA6AMAAFBhaW50Lk5FVCA1LjEuNgADAACQBwAEAAAAMDIzMAGgAwABAAAAAQAAAAWgBAABAAAAlAAAAAAAAAACAAEAAgAEAAAAUjk4AAIABwAEAAAAMDEwMAAAAACl5ki5zOiKeQAAANJJREFUWEfN0zkSg0AQBEF49+LpwzxBlAyFDlj2mKMrosdOZ9a9lG1ZlscxyVaOMvIFJFXkG0iKyC8gqSH/gKSEPAWSCvISSArIKpCykbdAykQ2ASkL2QykDGQXkKKR3UCKRA4BKQo5DKQI5BSQvJHTQPJEmgDJC2kGJA+kKZCskeZAskS6AMkK6QYkC6QrkGaR7kCaQYYAaRQZBqQRZCiQepHhQOpBpgCpFZkGpBZkKpDukOlAqiElgHSFlAHSGVIKSL9IOSB9IiWBVHscmfZStidtbnNtOZfHfAAAAABJRU5ErkJggg");
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: right;
  background-position-y: center;
  background-size: cover;
  color: #000;
}

.ccmeb_datepicker-cell.partial-disabled-endxxx:not(.prev) {
  color: #ffffff;

	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsIAAA7CARUoSoAAAAAYdEVYdFNvZnR3YXJlAFBhaW50Lk5FVCA1LjEuNvzRx68AAAC2ZVhJZklJKgAIAAAABQAaAQUAAQAAAEoAAAAbAQUAAQAAAFIAAAAoAQMAAQAAAAIAAAAxAQIAEAAAAFoAAABphwQAAQAAAGoAAAAAAAAA8nYBAOgDAADydgEA6AMAAFBhaW50Lk5FVCA1LjEuNgADAACQBwAEAAAAMDIzMAGgAwABAAAAAQAAAAWgBAABAAAAlAAAAAAAAAACAAEAAgAEAAAAUjk4AAIABwAEAAAAMDEwMAAAAACl5ki5zOiKeQAAANRJREFUWEfNzkkKAkEQRNHSa7euvLA30P6C0moPNeQQHxKSWL1yn6ZLEe48300ZCZBkkW8gSSKXQJJD/gJJCrkGJBnkFpAkkHtASkceASkVWQOkNGQtkFKQLUAKR7YCKRTZA6QwZC+QQpAjQHJHjgLJFWkBJDekFZBckJZAMkdaA8kU6QEkM6QXkEyQnkAaRnoDaQgZAaRuZBSQupCRQGpGRgOpCZkBpGpkFpCqkJlAOkRmA2kXqQCkTaQKkFaRSkD6Q6oB6QupCKQP8jQ/j9ckWbk+AcMHdBDX4Zn2AAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: right;
  background-position-y: center;
  background-size: cover;
  color: #000;
}
.ccmeb_datepicker-cell.unavailable {
  color: #dbdbdb;
  cursor: not-allowed;
}

.ccmeb_datepicker-cell.prev:not(.unavailable):not(.disabled),
.ccmeb_datepicker-cell.next:not(.unavailable):not(.disabled) {
  color: #7a7a7a;
  background-color: #e9e9e9;
  border-radius: 4px;
  opacity: 25%;
}

.ccmeb_datepicker-cell.prev.selected,
.ccmeb_datepicker-cell.next.selected {
  color: #e6e6e6;
}

.ccmeb_datepicker-cell.highlighted:not(.disabled):not(.partial-disabled):not(.selected):not(.range):not(.today) {
  border-radius: 0;
  background-color: whitesmoke;
}

.ccmeb_datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.unavailable):not(.disabled):not(.partial-disabled):hover {
  background-color: #eeeeee;
}

.ccmeb_datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused {
  background-color: #e8e8e8;
}

.ccmeb_datepicker-cell.today:not(.selected) {
  background-color: #00d1b2;
  opacity: 50%;
}

.ccmeb_datepicker-cell.today:not(.selected):not(.unavailable):not(.disabled):not(.partial-disabled) {
  color: #fff;
}

.ccmeb_datepicker-cell.today.focused:not(.selected) {
  background-color: #00c4a7;
}

.ccmeb_datepicker-cell.range-end:not(.selected),
.ccmeb_datepicker-cell.range-start:not(.selected) {
  background-color: #16a6be;
  color: #fff;
}

.ccmeb_datepicker-cell.range-end.focused:not(.selected),
.ccmeb_datepicker-cell.range-start.focused:not(.selected) {
  background-color: #afafaf;
}

.ccmeb_datepicker-cell.range-start,.ccmeb_datepicker-cell.disabled-start:not(.ccmeb_datepicker-cell.disabled-end) {
  border-radius: 50% 0 0 50%;
}

.ccmeb_datepicker-cell.range-start,.ccmeb_datepicker-cell.partial-disabled-start:not(.ccmeb_datepicker-cell.partial-disabled-end):not(.ccmeb_datepicker-cell.next) {
  /*border-radius: 50% 0 0 50%;*/
}

.ccmeb_datepicker-cell.range-start,.ccmeb_datepicker-cell.disabled-start {
  border-radius: 50% 50% 50% 50%;
}

.ccmeb_datepicker-cell.range-end:not(.range-start),.ccmeb_datepicker-cell.disabled-end:not(.ccmeb_datepicker-cell.disabled-start) {
  border-radius: 0 50% 50% 0;
}

.ccmeb_datepicker-cell.range-end:not(.range-start),.ccmeb_datepicker-cell.partial-disabled-end:not(.ccmeb_datepicker-cell.partial-disabled-start) {
  /*border-radius: 0 50% 50% 0;*/
}
.ccmeb_datepicker-cell.range {
  border-radius: 0;
  background-color: #16a6be;
  color: #fff;
}

.ccmeb_datepicker-cell.range:not(.unavailable):not(.disabled):not(.partial-disabled):not(.focused):not(.today):not(.range):not(.range-start):not(.range-end):hover {
  background-color: #d5d5d5;
}

.ccmeb_datepicker-cell.range.disabled {
  color: #c2c2c2;
}
.ccmeb_datepicker-cell.range.unavailable {
  color: #c2c2c2;
}

.ccmeb_datepicker-cell.range.focused {
  background-color: #cfcfcf;
}

.ccmeb_datepicker-view.ccmeb_datepicker-grid .ccmeb_datepicker-cell {
  height: 4.5rem;
  line-height: 4.5rem;
}

.ccmeb_datepicker-input.in-edit {
  border-color: #2366d1;
}

.ccmeb_datepicker-input.in-edit:focus,
.ccmeb_datepicker-input.in-edit:active {
  box-shadow: 0 0 0.25em 0.25em rgba(35, 102, 209, 0.2);
}

/* OTHER CSS */


.ccmeb_calendardiv_wide{
  max-width: 700px;
  min-width: 350px;
}
.ccmeb_calendardiv_compact{
  max-width: 450px;
}
.ccmeb_calendardiv_small{
	max-width: 450px;
	transform: scale(0.8);
  transform-origin: left top 0px;
}
.ccmeb_calendardiv_small90{
	max-width: 450px;
	transform: scale(0.9);
  transform-origin: left top 0px;
}
.ccmeb_calendardiv_small70{
	max-width: 450px;
	transform: scale(0.7);
  transform-origin: left top 0px;
}
.ccmeb_calendardiv_small60{
	max-width: 450px;
	transform: scale(0.6);
  transform-origin: left top 0px;
}
.ccmeb_calendar_input_row_wide:not(.ccmeb_datepicker_active_row_shift){
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 10px;
  margin-top: 10px;
}
.ccmeb_calendar_input_row_wide.ccmeb_datepicker_active_row_shift){
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 10px;
}

.ccmeb_calendar_input_row_compact{
  display: flex;
  flex-direction: column;
  /*align-items: flex-start;*/
  margin-bottom: 10px;
  margin-top: 10px;
}
.ccmeb_calendar_input_col{
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  flex-basis: max-content;
}
.ccmeb_calendar_input{
  flex-basis: 100%;
  max-width: 100%;
}
.ccmeb_calendar_input_placeholder_white::placeholder{
  color: white;
  opacity: 0.8;
}
.ccmeb_calendar_input_placeholder_black::placeholder{
  color: black;
  opacity: 0.8;
}
.ccmeb_calendar_input_placeholder_darkgrey::placeholder{
  color: darkgrey;
  opacity: 0.8;
}
.ccmeb_calendar_input_placeholder_grey::placeholder{
  color: grey;
  opacity: 0.8;
}
.ccmeb_col_100{
  min-width:100%;
}
.ccmeb_col_90{
  min-width:90%;
}
.ccmeb_col_80{
  min-width:80%;
}
.ccmeb_col_75{
  min-width:75%;
}
.ccmeb_col_70{
  min-width:70%;
}
.ccmeb_col_66{
  min-width:66.664%;
}
.ccmeb_col_60{
  min-width:60%;
}
.ccmeb_col_50{
  min-width:50%;
}
.ccmeb_col_40{
  min-width:40%;
}
.ccmeb_col_33{
  min-width:33.333%;
}
.ccmeb_col_30{
  min-width:30%;
}
.ccmeb_col_25{
  min-width:25%;
}
.ccmeb_col_20{
  min-width:20%;
}
.ccmeb_col_10{
  min-width:10%;
}
.ccmeb_calendar_button_book_now{
  width: 100%;
  height: 40px;
  font-size: 1.5rem;
}

/* end calendar css */
/* start common css */
.ccmeb_flexcontainer{
  display: flex;
}
.ccmeb_flexcontainer > div{
  flex: 1;
}
.ccmeb_checkboxcontainer{
  
}
.ccmeb_numericvalue{
  text-align:right;
}
.ccmeb_hidden{
  display:none;
}
.ccmeb_calendar_error_message{
  color:red;
  padding-bottom:10px;
}
.ccmeb_calendar_error_label{
  color:red;
  font-weight:bold;
}

.ccmeb_checkbox_service{
  min-width: 50%;
}
.ccmeb_timeslot_box{
  min-width: 94px;
  max-width: 114px;
  height: auto;
  background-color: #abc8ffb2;
  color: #000000a3;
  font-weight: bold;
  margin: 3px;
  justify-content: space-evenly;
  display: grid;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}
.ccmeb_timeslot_selected{
  background-color: #0058ffd4;
  color: #ffffff;
}
/* end common css */



@media (min-width: 320px) {
  .ccmeb_checkbox_service{
    font-size: 2.2vw;
  }
}

@media (min-width: 480px) {
  .ccmeb_checkbox_service{
    font-size: 2.2vw;
  }
}

@media (min-width: 768px) {
  .ccmeb_checkbox_service{
    font-size: unset;
  }
}