.hide {
  display:none;
}

.ui-datepicker {
  background-color: #fff;
  border: 1px solid #66AFE9;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(102,175,233,.6);
  display: none;
  margin-top: 4px;
  padding: 10px;
  /*width: 240px;*/
}

.ui-datepicker th {
  border-width: 0px 1px 1px 0px;
  font-weight: 700;
}
.ui-datepicker table {
  border-width: 1px 0px 0px 1px;
  margin: 0px 0px 1.6em;
}

.ui-datepicker table, .ui-datepicker th, .ui-datepicker td {
  border: 1px solid rgba(51, 51, 51, 0.1);
}

.ui-datepicker a,
.ui-datepicker a:hover {
  text-decoration: none;
}
.ui-datepicker a:hover,
.ui-datepicker td:hover a {
  color: #2A6496;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-header {
  margin-bottom: 4px;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title {
  font-weight: 700;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  cursor: default;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  height: 20px;
  line-height: 1;
  margin-top: 2px;
  width: 30px;
}
.ui-datepicker .ui-datepicker-prev.ui-state-disabled,
.ui-datepicker .ui-datepicker-next.ui-state-disabled {
  color:#ccc;
  display:none;
}

.ui-datepicker .ui-datepicker-prev {
  float: left;
  text-align: left;
}
.ui-datepicker .ui-datepicker-next {
  float: right;
  text-align: right;
}
.ui-datepicker .ui-datepicker-prev:before {
  content: "\e079";
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next:before {
  content: "\e080";
  cursor: pointer;
}
.ui-datepicker .ui-icon {
  display: none;
}
.ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed;
  width: 100%;
}
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
  text-align: center;
  padding: 4px 0;
}
.ui-datepicker .ui-datepicker-calendar td {
  border-radius: 4px;
  -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-calendar td:hover {
  background-color: #eee;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-calendar td a {
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-current-day {
  background-color: #4289cc;
}
.ui-datepicker .ui-datepicker-current-day a {
  color: #fff
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
  background-color: #fff;
  cursor: default;
}
.ui-datepicker .ui-state-disabled {
  color: #ccc;
  font-size: 1.5em;
}

.ui-datepicker a {
  border-bottom: 0;
  font-size: 1.5em;
}

.dlsappt-form {
  margin: 0 auto;
}

.dlsappt-form .disabled {
  position: relative;
}
.dlsappt-form .disabled.section-group,
.dlsappt-form .disabled.section-collector,
.dlsappt-form .disabled.section-service {
  display:none;
}

.dlsappt-form .disabled .block {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.6;
  background-color: white;
  z-index: 101;
}

.dlsappt-form .time {
  text-align: left;
  display: flex;
  flex-flow: row wrap;
}

.dlsappt-form .time-value {
  display: inline-block;
  min-width: 25%;
  max-width: 25%;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  vertical-align: middle;
  border: 1px dotted #ccc;
  font-size: 1.1em;
  background-color: #fff;
  flex-grow: 4;
}

.dlsappt-form .time-value.am-pm, .dlsappt-form .time-disabled.am-pm {
  padding-left: 6px;
  padding-right: 6px;
}

.dlsappt-form .time-value.slots, .dlsappt-form .time-disabled.slots {
  min-width: 25%;
}
.dlsappt-form .time-value.time-all-day {
  min-width: 100%;
  max-width: 100%;
}
#appointment-info .row-slots {
  display:none;
}

.time-value.ui-timeslot-hover {
  background-color: #EEE;
  cursor: pointer;
}

.dlsappt-form .time-disabled {
  cursor: default;
  display: inline-block;
  min-width: 25%;
  max-width: 25%;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ccc;
  font-size: 1.1em;
  background-color: #ccc;
  flex-grow: 4;
}

.dlsappt-form.dlsappt-form .selected-time, .dlsappt-form.dlsappt-form .selected-time:hover {
  background-color: green;
  color: white;
}
.dlsappt-form .time-value.time-all-day.selected-time {
  background-color:#cdfed3;
  color:black;
}

.dlsappt-form .time-row td {
  padding-top: 0;
  padding-bottom: 0;
  white-space: normal;
}

.dlsappt-form .time-row td:hover {
  background-color: #fff;
}

.dlsappt-form .time-row .time {
  margin-bottom: 0;
}
.time-blocked {
  display:none;
}

@media (max-width: 768px) {
  .dlsappt-form .time-row .time {
    padding: 15px 5px;
    text-align: center;
  }
}

.dlsappt-form h3 {
  margin-top: 1.1852em;
  margin-bottom: 0.5926em;
}

.dlsappt-form #appointment-overview .dlsappt-label {
  padding: 5px;
}

.dlsappt-form #appointment-overview .value {
  padding: 5px;
  font-weight: bold;
  width: 33%;
  background:#f5f5f5
}

.dlsappt-form #appointment-info-old {
  color:#666;
}

.dlsappt-form label.error {
  width: 100% !important;
  color: #a52714;
}

.dlsappt-form input.error, .dlsappt-form textarea.error, .dlsappt-form select.error {
  border-color: #a52714;
}

#dlsappt-loader {
  background-image: url('../img/ajax-loader.gif');
  background-position: 50% 50%;
  position: absolute;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.1);
  display: none;
}

.dlsappt-form .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: none;
}

.dlsappt-form .ui-datepicker .free {

}

.dlsappt-form .ui-datepicker .no-slots,
.dlsappt-form .ui-datepicker .no-slots:hover {
  background-color:rgba(163,163,117,0.5);
  color: #fff;
  cursor: default;
}
.dlsappt-form .ui-datepicker .no-slots.ui-state-disabled,
.dlsappt-form .ui-datepicker .no-slots.ui-state-disabled:hover {
  color:#ccc;
  background-color:#fff;
}

.dlsappt-form .ui-datepicker .no-slots a {
  color: #fff;
  cursor: default;
}

.dlsappt-form .ui-datepicker .busy, .dlsappt-form .ui-datepicker .busy:hover {
  background-color:rgba(255,0,0,0.5);
  color: #fff;
  cursor: default;
}

.dlsappt-form .ui-datepicker .busy a {
  color: #fff;
  cursor: default;
}

.dlsappt-form .dlsappt-actions-group button, .dlsappt-form .dlsappt-actions-group a {
  margin-left: 10px;
}

.dlsappt-cancel {
  margin-left: 10px;
}

.dlsappt-form .final h3 {
  white-space: normal;
}

.dlsappt-form .gdpr, .dlsappt-form .i-agree {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  white-space: initial;
}

.dlsappt-phone-field-group {
  display: block;
}

.dlsappt-phone-field-group label {
  display: none;
}

.dlsappt-phone-field-group .dlsappt-phone-country-code-part {
  text-align: center;
  width: 100%;
}

.dlsappt-phone-field-group .dlsappt-phone-number-part {
  width: 100%;
}

.dlsappt-phone-field-group .dlsappt-phone-number-part::placeholder {
  color: #cccccc;
}

.dlsappt-form td.ui-datepicker-week-col:hover {
  background-color: inherit;
  cursor: default;
}

.dlsappt-form .ui-datepicker {
  width: auto;
}

.dlsappt-form .ui-state-default, .dlsappt-form .ui-widget-content .ui-state-default {
  border: none;
  background-color: transparent;
  background-image: none;
}

.dlsappt-form .ui-widget-header {
  background-color: transparent;
  background-image: none;
  border: none;
  color: inherit;
}

.dlsappt-form .ui-datepicker td span, .ui-datepicker td a {
  text-align: center;
}

.dlsappt-checkout-section {
  width: 100%;
  max-width: 800px;
}
#custom-fields label {
  width:120px;
  float:left;
  word-wrap: break-word;
}
#custom-fields .form-type-checkbox label,
#custom-fields .form-type-allow_email label {
  width:auto;
  float:none;
}
#custom-fields .form-type-checkbox label.error,
#custom-fields .form-type-allow_email label.error {
  margin-left:.5rem;
}
#custom-fields .form-type-checkbox label.error + label,
#custom-fields .form-type-allow_email label.error + label {
  float:left;
  clear:both;
}
#custom-fields .description {
  margin-bottom:1.5rem;
}
#custom-fields .form-group {
  margin-bottom:1rem;
  width:100%;
  clear:both;
}
#schedule-appt label.required {
  /* color: #D0021B; */
}
#schedule-appt label.required:after {
  content: '';
  vertical-align: super;
  display: inline-block;
  background-image: url(./images/required.svg);
  background-repeat: no-repeat;
  background-size: 7px 7px;
  width: 7px;
  height: 7px;
  margin: 0 0.3em;
}
#schedule-appt input[type=text]{
  width:200px;
}

#location-address {
  margin:1.5rem 0;
  border:1px solid #ccc;
  width:auto;
  padding: 0 1rem;
}

.entry-content #qr-code img {
  width:auto;
}

/* BOOTSRAP FORM FIELDS LABEL ABOVE THE FIELD - START */
.dlsappt-form-v2 .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
}

.dlsappt-form-v2 .form-horizontal .control-label {
  width: 100%;
  text-align: left;
  font-weight: normal;
}

.dlsappt-form-v2 .form-group div.col-sm-8 {
  width: 100%;
}

.comm-consent {
  font-weight:bold;
  /*background: #d0e9ff;*/
  /*padding: 5px;*/
  /* font-style:italic; */
}

@media (min-width: 768px) {
  .dlsappt-form-v2 .form-horizontal .control-label {
    text-align: left;
  }

  .dlsappt-form-v2 .form-group div.col-sm-8 {
    width: 100%;
  }
}
/* BOOTSRAP FORM FIELDS LABEL ABOVE THE FIELD - END */

/******** Region Label added 4-25-2021 ********/
.dlsappt-label.col-sm-4.control-label {
  display:inline-block;
  min-width: 60px;
  margin-bottom:20px;
}
.complete-intro > div {
  margin-bottom:.75rem;
}
.complete-intro ul {
  margin-top:1rem;
}
.complete-intro ul li {
  font-size:100%;
}
.complete-intro br {
  margin:.75rem;
}
#intro-label {
  font-weight: 700;
  margin-bottom: 1rem;
  color: #3a3a3a;
  font-size: 19px;
  font-size: 1.4rem;
  line-height: 1.4em;
  padding: 0 0 5px;
}
.confcode-display {
  font-weight:bold;
}

#location-addresses > ul {
  list-style: none none;
}

#location-addresses ul ul {
  list-style-type: disc;
}
#location-address {
  display:flex;
}
#location-address > div {
  flex:1 1 50%;
}
#location-address .location-description {
  margin-top:1.3rem;
}
#location-address .location-description ul {
  margin-top:.75rem;
  list-style: none none;
}
.location-address .p-state, .region-locations a .p-state {
  color: #a52714;
  font-weight:bold;
}
.entry-content #location-address ul li {
  font-size:1rem;
  margin-left:0;
  margin-right:10px;
}
.z-highlight-lightgreen {
  background: rgb(179, 245, 179) none repeat scroll 0% 0%;
  padding: 3px 3px 3px 6px;
}

.z-highlight-skyblue {
  background: rgb(191, 223, 242) none repeat scroll 0% 0%;
  padding: 3px 8px;
}
.z-highlight-lightgreen i, .z-highlight-skyblue i, .z-highlight-red i {
  color:#047522;
}
.z-highlight-red {
  background: #fcf4f2 none repeat scroll 0% 0%;
  padding: 3px 8px;
}
@media (max-width: 430px) {
  #location-address {
    display:block;
  }
  #location-address > div {
    flex:none;
  }
}
.ui-datepicker-calendar .admin-selection-1 {
  background-color:#ebe9ff;
}
#enable-admin-block {
  margin:1rem 0;
}
