/* Minification failed. Returning unminified contents.
(5188,78): run-time error CSS1030: Expected identifier, found '>'
(5188,93): run-time error CSS1031: Expected selector, found ')'
(5188,93): run-time error CSS1025: Expected comma or open brace, found ')'
(8388,53): run-time error CSS1030: Expected identifier, found '>'
(8388,71): run-time error CSS1031: Expected selector, found ')'
(8388,71): run-time error CSS1025: Expected comma or open brace, found ')'
(8394,53): run-time error CSS1030: Expected identifier, found '>'
(8394,71): run-time error CSS1031: Expected selector, found ')'
(8394,71): run-time error CSS1025: Expected comma or open brace, found ')'
 */
.tabs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
.tabs-container li {
  border-bottom: 1px solid #B9B9B9;
  padding: 10px 0.5%;
  cursor: pointer;
  color: #91918E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
@media (max-width: 1024px) {
  .tabs-container li {
    padding: 10px 5px;
  }
}
.tabs-container li .tab-icon {
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  -webkit-filter: opacity(0.5);
          filter: opacity(0.5);
}
@media (max-width: 1024px) {
  .tabs-container li .tab-icon {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 5px;
  }
}
.tabs-container li .tab-label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 1024px) {
  .tabs-container li .tab-label {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
}
.tabs-container li:after {
  -webkit-transition: all 200ms;
  transition: all 200ms;
  height: 0px;
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0px;
}
.tabs-container li.active,
.tabs-container li:hover {
  color: #002021;
  position: relative;
}
.tabs-container li.active:after,
.tabs-container li:hover:after {
  background-color: #002021;
  height: 3px;
  width: 100%;
}
.tabs-container li.active .tab-icon,
.tabs-container li:hover .tab-icon {
  -webkit-filter: opacity(1);
          filter: opacity(1);
}
.tabs-container li.active .tab-label,
.tabs-container li:hover .tab-label {
  font-weight: bold;
}
.tabs-container li.invalid {
  color: #B81D13;
}
#marketing-header {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow-y: visible;
}
#marketing-header .date-and-site {
  border-left: 1px #e8e8e8 solid;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 0 10px;
  text-align: center;
}
#marketing-header .date-and-site .date {
  font-size: 2.2rem;
  font-weight: bold;
}
#marketing-header .date-and-site .site {
  color: #000000;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 0 0 15px;
  float: left;
}
#page-sub-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#page-sub-header .salon-chooser-container {
  margin: 20px 0px;
  padding: 0 2%;
  font-size: 1.5em;
  overflow: hidden;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-sub-header .salon-chooser-container .current-site {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
  margin-right: 10px  ;
}
#page-title {
  font-size: 2.5em;
  margin: 20px 0px;
  padding: 0;
  text-align: left;
  font-weight: 500;
  padding-top: 10px;
  color: #000;
  padding: 0px 2%;
  position: relative;
}
@media (max-width: 1024px) {
  #page-title {
    min-width: 35%;
    margin-right: 0px;
  }
}
.automatic-sms-settings .btn {
  border-radius: 6px;
}
.automatic-sms-settings .btn-default:hover {
  background-color: #bb8BF4;
}
.automatic-sms-settings-content {
  padding: 0px 2% 1%;
}
.item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.auto-sms-settings-tabs li.active:after,
.auto-sms-settings-tabs li:hover:after {
  background-color: #BB8BF4;
}
.booking-reminder-icon {
  background-image: url(/Content/images/Marketing/auto-sms-settings/reminder-alert.svg);
}
.booking-confirmation-icon {
  background-image: url(/Content/images/Marketing/auto-sms-settings/booking-confirmation-black.svg);
}
.booking-no-show-icon {
  background-image: url(/Content/images/Marketing/auto-sms-settings/booking-no-show-black.svg);
}
.booking-cancellation-icon {
  background-image: url(/Content/images/Marketing/auto-sms-settings/booking-cancellation-black.svg);
}
.booking-rescheduled-icon {
  background-image: url(/Content/images/Marketing/auto-sms-settings/booking-rescheduled-black.svg);
}
.thanks-for-visiting-icon {
  background-image: url(/Content/images/Marketing/auto-sms-settings/thanks-for-visiting-black.svg);
}
.skin-test-reminder-icon {
  background-image: url(/Content/images/Marketing/auto-sms-settings/reminder-alert.svg);
}
.salon-review-icon {
  background-image: url(/Content/images/Marketing/auto-sms-settings/reviews.svg);
}
#cc-slide-panel-right {
  display: none;
}
.auto-sms-options-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 20px;
}
.auto-sms-options-container h3 {
  margin-top: 0px;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
}
.auto-sms-options-container .fields h3 {
  text-align: center;
}
.auto-sms-options-container .fields p {
  text-align: center;
}
.options {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}
.editors {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
.fields {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  border-left: 1px solid #B9B9B9;
  padding-left: 20px;
}
.boxed-option {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.boxed-option.no-border {
  border: 0px;
  padding: 15px 0px;
}
.boxed-option label {
  font-size: 15px;
  margin-right: 12px;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: normal;
}
.boxed-option .option-icon {
  width: 23px;
  height: 23px;
  min-width: 23px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 15px;
}
.boxed-option .switchery {
  min-width: 33px;
}
#booking-notice-period-container .form-control {
  width: 24% !important;
  text-align: center;
  min-width: 50px;
}
.message {
  background-color: #F5F4F4;
  min-height: 190px;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 15px;
  font-size: 1.1em;
  resize: none;
  border: 1px solid #F5F4F4;
}
.message:focus {
  border: 1px solid #39c5f3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.message-preview h3 {
  font-weight: normal;
}
.message-preview .message {
  background-color: #BB8BF433;
  border-color: #BB8BF400;
  line-height: 24px;
}
.message-preview .message .marketing-merge-field {
  background-color: #00000022;
  padding: 0px 6px;
  border: 1px solid #00000033;
  margin: 1px;
  display: inline-block;
}
.message-preview .sms-limit-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 18px;
}
.message-preview .sms-limit-details label {
  max-width: 50%;
}
.message-preview p {
  font-size: 14px;
  color: #91918E;
}
.merge-fields-list li {
  display: block;
  margin: 15px auto;
  width: 90%;
}
.merge-fields-list li .btn {
  display: block;
  width: 100%;
  white-space: unset;
  font-size: 16px;
}
.review-container {
  margin: 0px auto 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 95%;
  border-bottom: 2px solid #BB8BF4E3;
  padding-bottom: 20px;
}
.review-container:last-child {
  border: 0;
}
@media (max-width: 1024px) {
  .review-container {
    width: 100%;
  }
}
.review-container .review-provider {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.review-container .review-details {
  -ms-flex-preferred-size: 74%;
      flex-basis: 74%;
}
.review-container .review-details .options {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .review-container .review-details .options {
    width: 60%;
  }
}
.review-logo {
  width: 215px;
  height: 51px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1024px) {
  .review-logo {
    width: 100%;
  }
}
.google-logo {
  width: 154px;
  background-image: url(/Content/images/Marketing/auto-sms-settings/google.svg);
}
.salonspy-logo {
  background-image: url(/Content/images/Marketing/auto-sms-settings/salonspy.svg);
}
.reviews {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.reviews .form-control {
  display: inline-block;
  width: auto;
  border-color: #BB8BF4E3;
  margin: 0px 10px;
  border-width: 2px;
  height: auto;
  padding: 8px 12px;
}
.reviews .form-control.has-error {
  border-color: crimson;
}
.reviews .url-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-transform: capitalize;
}
.reviews .url-container .fa {
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  cursor: pointer;
  font-size: 16px;
}
.reviews .url-container .fa:hover {
  -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
          transform: scale(1.25);
}
.reviews .url {
  min-width: 70%;
}
.reviews .frequency {
  min-width: 130px;
}
.reviews .months {
  width: 50px !important;
  text-align: center;
}
.reviews p {
  margin-bottom: 20px;
}
.template-description {
  margin-bottom: 20px;
}
.add-template-options .radio-inline {
  margin-bottom: 20px;
}
.add-template-options .radio-inline + .radio-inline {
  margin-left: 0;
}
.add-template-options label {
  font-weight: normal;
}
.templates-container {
  width: 80%;
  margin: 0px auto;
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .templates-container {
    width: 90%;
  }
}
.templates-main-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 12px;
}
.templates-main-actions .btn {
  font-size: 16px;
}
.templates-list {
  border: 1px solid #B9B9B9;
  margin: 10px 0px;
  border-radius: 10px;
  margin: 0;
}
.templates-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 20px;
  border-bottom: 1px solid #B9B9B9;
}
.templates-list li:first-child {
  background: #BB8BF4;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  border-radius: 10px 10px 0px 0px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 15px 20px;
}
.templates-list li:last-child {
  border: 0;
}
.templates-list li label {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  max-width: 38%;
  word-wrap: break-word;
  font-weight: normal;
  padding-right: 10px;
}
.templates-list li.default-template label {
  font-weight: bold;
}
.templates-list li .description {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.templates-list li .actions {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.templates-list li .actions button {
  border: 0;
  margin: 0px;
  font-size: 1.25em;
}
.templates-list li .actions button.delete-template:hover {
  color: #fff;
  background-color: red;
}
.mr-10 {
  margin-right: 10px;
}
.reminder-many-templates-settings {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reminder-many-templates-settings .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reminder-many-templates-settings .options .main-options {
  -ms-flex-preferred-size: 36%;
      flex-basis: 36%;
}
.reminder-many-templates-settings .options .main-options h3 {
  display: none;
}
.reminder-many-templates-settings .templates-container {
  position: relative;
  top: -35px;
}
.swal-button-container .btn {
  border-radius: 5px;
  padding: 10px 24px;
}
#cc-footer-options .btn {
  background-color: #BB8BF433;
}
#cc-footer-options .btn:hover {
  background-color: #BB8BF466;
}
#cc-footer-options .btn .fa {
  margin-right: 5px;
}
/* Sites Modal*/
#few-sites {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: calc(66% - 30px);
      flex-basis: calc(66% - 30px);
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  margin: 0 10px 0 20px;
  padding-bottom: 100px;
}
@media all and (max-width: 1280px) {
  #few-sites {
    -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
  }
}
.location-icon {
  font-size: 6em;
  text-align: center;
  display: block;
  margin-bottom: 30px;
}
html[data-module=pbm] .location-icon {
  color: #39c5f3;
}
html[data-module=admin] .location-icon {
  color: #cc6666;
}
html[data-module=setup] .location-icon {
  color: #7e919f;
}
html[data-module=marketing] .location-icon {
  color: #bb8BF4;
}
html[data-module=external] .location-icon {
  color: #2f7cb2;
}
html[data-module=reporting] .location-icon {
  color: #5ee09d;
}
html[data-module=appointments] .location-icon {
  color: #c5c5c5;
}
html[data-module=consultation-forms] .location-icon {
  color: #e570c1;
}
html[data-module=clients] .location-icon {
  color: #f56868;
}
html[data-module=till] .location-icon {
  color: #d3d92e;
}
html[data-module=stock-control] .location-icon {
  color: #4dffff;
}
.site-button {
  display: block;
  margin: 0;
  padding: 20px;
  text-align: left;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
html[data-module=pbm] .site-button {
  border-color: #39c5f3;
}
html[data-module=admin] .site-button {
  border-color: #cc6666;
}
html[data-module=setup] .site-button {
  border-color: #7e919f;
}
html[data-module=marketing] .site-button {
  border-color: #bb8BF4;
}
html[data-module=external] .site-button {
  border-color: #2f7cb2;
}
html[data-module=reporting] .site-button {
  border-color: #5ee09d;
}
html[data-module=appointments] .site-button {
  border-color: #c5c5c5;
}
html[data-module=consultation-forms] .site-button {
  border-color: #e570c1;
}
html[data-module=clients] .site-button {
  border-color: #f56868;
}
html[data-module=till] .site-button {
  border-color: #d3d92e;
}
html[data-module=stock-control] .site-button {
  border-color: #4dffff;
}
html[data-module="appointments"] .site-button {
  border-left-color: #000;
  border-top-color: rgba(0, 0, 0, 0.1);
  border-top-style: solid;
  border-top-width: 1px;
}
.site-button:hover {
  transform: scale(1.02);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.05);
  transform: scale(1.08);
  border-left: 3px solid #7e7e7e !important;
  border-right: 3px solid #7e7e7e !important;
  border-bottom: 3px solid #7e7e7e !important;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  border-top: 10px solid #bb8BF4 !important;
}
.site-button .name {
  color: #7e7e7e;
  display: block;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 30px;
  word-break: break-all;
  position: relative;
  text-align: center;
}
.site-button .name:after {
  content: "";
  position: absolute;
  border-top: 4px solid #bb8BF4;
  left: 35%;
  bottom: 0;
  width: 30%;
  height: 0px;
  bottom: -12px;
}
.site-button .address {
  color: #B0AEAE;
  display: block;
  font-size: 1.2em;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 25px;
  position: relative;
  line-height: 20px;
}
.site-button .email {
  color: #B0AEAE;
  display: block;
  font-size: 1.2em;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 25px;
  position: relative;
  line-height: 20px;
  word-wrap: break-word;
}
.site-button .contact {
  color: #B0AEAE;
  display: block;
  font-size: 1.2em;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 25px;
  position: relative;
  line-height: 20px;
}
.site-button .address:after {
  content: "";
  position: absolute;
  border-top: 1px solid #E2E2E2;
  left: 17%;
  bottom: 0;
  width: 65%;
  height: 0px;
  bottom: 7px;
}
.site-button .email:after {
  content: "";
  position: absolute;
  border-top: 1px solid #E2E2E2;
  left: 17%;
  bottom: 0;
  width: 65%;
  height: 0px;
  bottom: 7px;
}
.site-button .contact:after {
  content: "";
  position: absolute;
  border-top: 1px solid #E2E2E2;
  left: 17%;
  bottom: 0;
  width: 65%;
  height: 0px;
  bottom: 7px;
}
@media all and (max-width: 990px) {
  .site-button .site-button {
    margin: auto;
    display: block;
    float: none;
    margin-bottom: 40px;
  }
}
.site-salon-btn {
  height: auto !important;
  display: inline-block;
  margin: 0 auto;
  margin-top: 4em;
  float: left;
  width: 310px;
  height: 180px;
  min-height: 460px;
  -webkit-box-flex: initial !important;
  -ms-flex-positive: initial !important;
  flex-grow: initial !important;
  -ms-flex-negative: initial !important;
  flex-shrink: initial !important;
  border-top-style: solid !important;
  border-top-width: 10px !important;
  -webkit-box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.15) !important;
  border: none;
  background: #fff;
}
html[data-module=pbm] .site-salon-btn {
  border-color: #39c5f3 !important;
}
html[data-module=admin] .site-salon-btn {
  border-color: #cc6666 !important;
}
html[data-module=setup] .site-salon-btn {
  border-color: #7e919f !important;
}
html[data-module=marketing] .site-salon-btn {
  border-color: #bb8BF4 !important;
}
html[data-module=external] .site-salon-btn {
  border-color: #2f7cb2 !important;
}
html[data-module=reporting] .site-salon-btn {
  border-color: #5ee09d !important;
}
html[data-module=appointments] .site-salon-btn {
  border-color: #c5c5c5 !important;
}
html[data-module=consultation-forms] .site-salon-btn {
  border-color: #e570c1 !important;
}
html[data-module=clients] .site-salon-btn {
  border-color: #f56868 !important;
}
html[data-module=till] .site-salon-btn {
  border-color: #d3d92e !important;
}
html[data-module=stock-control] .site-salon-btn {
  border-color: #4dffff !important;
}
.salon-sites {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  grid-gap: 20px;
}
@media all and (max-width: 1024px) {
  .salon-sites.compact-sites {
    padding: 0px !important;
  }
}
.salon-sites.compact-sites .site-salon-btn {
  width: 200px;
  height: 150px;
  min-height: 150px;
  margin: 1em;
}
@media all and (max-width: 1024px) {
  .salon-sites.compact-sites .site-salon-btn {
    margin: 10px;
    width: 190px;
  }
}
.salon-sites.compact-sites .location-icon {
  font-size: 3em;
  margin-bottom: 10px;
}
.salon-sites.compact-sites .name {
  font-size: 1em;
  line-height: 1.6em;
  margin: 0px;
  font-weight: normal;
  word-wrap: break-word;
  word-break: break-word;
}
.salon-sites.compact-sites .name:after {
  display: none;
}
@media all and (max-width: 990px) {
  .salon-sites .salon-sites {
    display: block !important;
  }
}
#few-sites .site-button {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
#many-sites {
  display: grid;
  grid-auto-rows: 1fr;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 20px 20px 40px 20px;
  padding-bottom: 100px;
}
#choose-site {
  border-bottom: 2px solid #efefef;
  -webkit-box-shadow: 0px 5px 15px -15px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 5px 15px -15px rgba(0, 0, 0, 0.25);
  font-size: 1.5em;
  margin: 20px;
  padding: 0 0 20px 0;
}
#site-selector-modal #page-title {
  font-size: 1.6em;
}
#site-selector-modal #few-sites {
  margin-top: 24px;
}
#site-selector-modal #few-sites,
#site-selector-modal #many-sites {
  padding-bottom: 30px;
  margin-bottom: 0px;
}
#site-selector-modal .modal-dialog {
  width: 900px;
}
@media all and (max-width: 768px) {
  #site-selector-modal .modal-dialog {
    width: 600px;
    margin: 0px auto;
  }
}
#site-selector-modal .modal-content {
  background-color: white;
  width: 100%;
  height: auto !important;
}
#site-selector-modal .footer-row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 30px;
  text-align: center;
}
#site-selector-modal .close-modal {
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  color: black;
  padding: 5px 10px;
  border-radius: 5px;
}
#site-selector-modal .close-modal:hover {
  background-color: #ededed;
}
#site-selector-modal .btn {
  border-radius: 5px;
  padding: 8px 10px;
}
#site-selector-modal .btn-default {
  width: auto;
}
html[data-module=pbm] #site-selector-modal .btn-default {
  border-color: #39c5f3;
}
html[data-module=admin] #site-selector-modal .btn-default {
  border-color: #cc6666;
}
html[data-module=setup] #site-selector-modal .btn-default {
  border-color: #7e919f;
}
html[data-module=marketing] #site-selector-modal .btn-default {
  border-color: #bb8BF4;
}
html[data-module=external] #site-selector-modal .btn-default {
  border-color: #2f7cb2;
}
html[data-module=reporting] #site-selector-modal .btn-default {
  border-color: #5ee09d;
}
html[data-module=appointments] #site-selector-modal .btn-default {
  border-color: #c5c5c5;
}
html[data-module=consultation-forms] #site-selector-modal .btn-default {
  border-color: #e570c1;
}
html[data-module=clients] #site-selector-modal .btn-default {
  border-color: #f56868;
}
html[data-module=till] #site-selector-modal .btn-default {
  border-color: #d3d92e;
}
html[data-module=stock-control] #site-selector-modal .btn-default {
  border-color: #4dffff;
}
#site-selector-modal .btn-default:hover,
#site-selector-modal .selected,
#site-selector-modal .btn:active,
#site-selector-modal .btn:focus {
  background-color: #bb8BF4;
}
html[data-module=pbm] #site-selector-modal .btn-default:hover,
html[data-module=pbm] #site-selector-modal .selected,
html[data-module=pbm] #site-selector-modal .btn:active,
html[data-module=pbm] #site-selector-modal .btn:focus {
  border-color: #39c5f3;
}
html[data-module=admin] #site-selector-modal .btn-default:hover,
html[data-module=admin] #site-selector-modal .selected,
html[data-module=admin] #site-selector-modal .btn:active,
html[data-module=admin] #site-selector-modal .btn:focus {
  border-color: #cc6666;
}
html[data-module=setup] #site-selector-modal .btn-default:hover,
html[data-module=setup] #site-selector-modal .selected,
html[data-module=setup] #site-selector-modal .btn:active,
html[data-module=setup] #site-selector-modal .btn:focus {
  border-color: #7e919f;
}
html[data-module=marketing] #site-selector-modal .btn-default:hover,
html[data-module=marketing] #site-selector-modal .selected,
html[data-module=marketing] #site-selector-modal .btn:active,
html[data-module=marketing] #site-selector-modal .btn:focus {
  border-color: #bb8BF4;
}
html[data-module=external] #site-selector-modal .btn-default:hover,
html[data-module=external] #site-selector-modal .selected,
html[data-module=external] #site-selector-modal .btn:active,
html[data-module=external] #site-selector-modal .btn:focus {
  border-color: #2f7cb2;
}
html[data-module=reporting] #site-selector-modal .btn-default:hover,
html[data-module=reporting] #site-selector-modal .selected,
html[data-module=reporting] #site-selector-modal .btn:active,
html[data-module=reporting] #site-selector-modal .btn:focus {
  border-color: #5ee09d;
}
html[data-module=appointments] #site-selector-modal .btn-default:hover,
html[data-module=appointments] #site-selector-modal .selected,
html[data-module=appointments] #site-selector-modal .btn:active,
html[data-module=appointments] #site-selector-modal .btn:focus {
  border-color: #c5c5c5;
}
html[data-module=consultation-forms] #site-selector-modal .btn-default:hover,
html[data-module=consultation-forms] #site-selector-modal .selected,
html[data-module=consultation-forms] #site-selector-modal .btn:active,
html[data-module=consultation-forms] #site-selector-modal .btn:focus {
  border-color: #e570c1;
}
html[data-module=clients] #site-selector-modal .btn-default:hover,
html[data-module=clients] #site-selector-modal .selected,
html[data-module=clients] #site-selector-modal .btn:active,
html[data-module=clients] #site-selector-modal .btn:focus {
  border-color: #f56868;
}
html[data-module=till] #site-selector-modal .btn-default:hover,
html[data-module=till] #site-selector-modal .selected,
html[data-module=till] #site-selector-modal .btn:active,
html[data-module=till] #site-selector-modal .btn:focus {
  border-color: #d3d92e;
}
html[data-module=stock-control] #site-selector-modal .btn-default:hover,
html[data-module=stock-control] #site-selector-modal .selected,
html[data-module=stock-control] #site-selector-modal .btn:active,
html[data-module=stock-control] #site-selector-modal .btn:focus {
  border-color: #4dffff;
}
/* Sites Modal ends here */
@media all and (max-width: 768px) {
  #marketing-auto-sms-settings-mount-point .automatic-sms-settings #page-sub-header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
  #marketing-auto-sms-settings-mount-point .automatic-sms-settings #page-sub-header .salon-chooser-container {
    max-width: 100%;
  }
  #marketing-auto-sms-settings-mount-point .automatic-sms-settings #page-sub-header #page-title {
    min-width: 100% !important;
    text-align: center !important;
    font-size: 2em !important;
    margin-bottom: 0;
  }
  #automatic-sms-settings-content .tabs-container.auto-sms-settings-tabs {
    margin-bottom: 10px;
  }
  #automatic-sms-settings-content .auto-sms-options-container {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  #automatic-sms-settings-content .auto-sms-options-container .options {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  #automatic-sms-settings-content .auto-sms-options-container .fields {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    border-left: none;
    padding-left: 0;
  }
  #automatic-sms-settings-content .auto-sms-options-container .reviews {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  #automatic-sms-settings-content .auto-sms-options-container .reviews .review-container {
    width: 100%;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    margin-bottom: 0;
  }
  #automatic-sms-settings-content .auto-sms-options-container .reviews .review-container .review-provider {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  #automatic-sms-settings-content .auto-sms-options-container .reviews .review-container .options {
    width: 100%;
  }
  #automatic-sms-settings-content .reminder-many-templates-settings {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  #automatic-sms-settings-content .reminder-many-templates-settings .options {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #automatic-sms-settings-content .reminder-many-templates-settings .templates-container {
    top: 0 !important;
  }
  #cc-footer #cc-footer-options {
    width: 100%;
  }
  #cc-footer #cc-footer-actions {
    width: 100%;
  }
  #cc-footer #cc-footer-actions .back {
    width: 200px;
  }
  #cc-footer #cc-footer-actions .forwards {
    margin-right: 20px;
  }
}
#appointment-header {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow-y: visible;
}
#appointment-header .date-and-site {
  border-left: 1px #e8e8e8 solid;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 0 10px;
  text-align: center;
}
#appointment-header .date-and-site .date,
#appointment-header .date-and-site .tutor-name {
  font-size: 2.2rem;
  font-weight: bold;
}
#appointment-header .date-and-site .site {
  color: #000000;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 0 0 15px;
  float: left;
}
#appointment-header .date-and-site .tutor-name {
  float: right;
  max-width: 20%;
  overflow: hidden;
  white-space: pre;
  text-overflow: ellipsis;
}
#appointment-header .sync-status {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
#appointment-header .sync-status .indicator {
  background-color: #ec5b5a;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  margin: 0 10px 0 0;
  padding: 10px;
}
@media (max-width: 1199px) {
  #appointment-header .sync-status .indicator .prelude {
    display: none;
  }
}
#appointment-header .sync-status .indicator .status {
  font-weight: bold;
  text-transform: uppercase;
}
#appointment-header .sync-status .sync-status-info-panel {
  border: 2px solid #ec5b5a;
  background-color: #fff;
  border-radius: 10px;
  height: 240px;
  line-height: 1.35;
  padding: 10px;
  position: absolute;
  right: -40px;
  top: 62px;
  width: 300px;
}
@media (max-width: 1199px) {
  #appointment-header .sync-status .sync-status-info-panel {
    right: -107px;
  }
}
#appointment-header .sync-status .sync-status-info-panel::before {
  background-color: #fff;
  border: 2px solid #ec5b5a;
  border-bottom: none;
  border-right: none;
  content: '';
  height: 20px;
  left: calc(50% - 11px);
  position: absolute;
  top: -11px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 20px;
}
#appointment-header .sync-status .sync-status-info-panel ul,
#appointment-header .sync-status .sync-status-info-panel li {
  list-style-position: inside;
  list-style-type: disc;
}
#cc-tertiary-menu .cc-tertiary-menu-item.toggle-view {
  border: 1px solid #fff;
  border-right: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: unset;
  line-height: 1;
  margin: 10px 0;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#cc-tertiary-menu .cc-tertiary-menu-item.toggle-view .normal-view,
#cc-tertiary-menu .cc-tertiary-menu-item.toggle-view .rooms-view {
  background-position: center 10px;
  background-repeat: no-repeat;
  background-size: 18px;
  border: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  font-size: 0.7em;
  margin: 0;
  padding: 40px 2px 5px 2px;
  text-align: center;
}
#cc-tertiary-menu .cc-tertiary-menu-item.toggle-view .normal-view:not(:first-child),
#cc-tertiary-menu .cc-tertiary-menu-item.toggle-view .rooms-view:not(:first-child) {
  border-left: 1px solid #fff;
}
#cc-tertiary-menu .cc-tertiary-menu-item.toggle-view .normal-view.selected,
#cc-tertiary-menu .cc-tertiary-menu-item.toggle-view .rooms-view.selected {
  background-color: #9ce68d;
}
#cc-tertiary-menu .cc-tertiary-menu-item.toggle-view .normal-view {
  background-image: url(/Content/images/Appointments/calendar.svg);
}
#cc-tertiary-menu .cc-tertiary-menu-item.toggle-view .rooms-view {
  background-image: url(/Content/images/Appointments/room-door.svg);
}
#cc-tertiary-menu .cc-tertiary-menu-item.short {
  height: 76px;
}
#cc-tertiary-menu .cc-tertiary-menu-item.book,
#cc-tertiary-menu .cc-tertiary-menu-item.class {
  background-image: url(/Content/images/Appointments/calendar.svg);
  background-position: center 20px;
  background-repeat: no-repeat;
  background-size: 30px;
}
#cc-tertiary-menu .cc-tertiary-menu-item.book.disabled,
#cc-tertiary-menu .cc-tertiary-menu-item.class.disabled {
  background-image: url(/Content/images/Appointments/calendar-faded.svg);
}
#cc-tertiary-menu .cc-tertiary-menu-item.book > .menu-title,
#cc-tertiary-menu .cc-tertiary-menu-item.class > .menu-title {
  bottom: 10px;
  top: unset;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@supports (-webkit-line-clamp: 2) {
  #cc-tertiary-menu .cc-tertiary-menu-item.book > .menu-title,
  #cc-tertiary-menu .cc-tertiary-menu-item.class > .menu-title {
    white-space: initial;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
#cc-tertiary-menu .cc-tertiary-menu-item.class {
  background-image: url(/Content/images/Appointments/classes.svg);
}
#cc-tertiary-menu .cc-tertiary-menu-item.book.short {
  background-position-y: 10px;
  background-size: 20px;
}
#cc-tertiary-menu .cc-tertiary-menu-item.book.active {
  background-image: url(/Content/images/Appointments/calendar.svg);
}
#cc-tertiary-menu .cc-tertiary-menu-item.book.active.short > .menu-title {
  top: unset;
}
#appointments-diary-mount-point {
  height: 100%;
  width: 100%;
}
#appointment-diary-home {
  height: 100%;
  margin: 0;
  padding: 10px;
  position: relative;
  width: 100%;
}
#cc-tertiary-menu .cc-tertiary-menu-item.toggle-view + .cc-tertiary-menu-item.book {
  border-top: 1px solid #fff;
}
#appointment-book-selector {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #d5d5d5;
  border: 2px solid #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100% - 19px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 10px;
  position: absolute;
  top: 7px;
  width: 400px;
  z-index: 500;
}
#appointment-book-selector > .header {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 20px 20px 15px 20px;
}
#appointment-book-selector > .header > .title {
  font-size: 1.5em;
  margin: 0 0 20px 0;
}
#appointment-book-selector > .header > .close {
  color: #707070;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: normal;
  opacity: 1;
  padding: 0 30px 0 0;
  position: relative;
  text-shadow: none;
}
#appointment-book-selector > .header > .close::before,
#appointment-book-selector > .header > .close::after {
  background-color: #707070;
  content: '';
  height: 2px;
  position: absolute;
  right: 0;
  top: 7px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 30px;
}
#appointment-book-selector > .header > .close::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#appointment-book-selector > .header > .close:hover::before {
  -webkit-transform: rotate(220deg);
      -ms-transform: rotate(220deg);
          transform: rotate(220deg);
}
#appointment-book-selector > .header > .close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#appointment-book-selector > .header > .close:hover::after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
#appointment-book-selector > .header > .search {
  position: relative;
}
#appointment-book-selector > .header > .search i.fa {
  left: 7px;
  position: absolute;
  top: 5px;
}
#appointment-book-selector > .header > .search input[type=text] {
  border: 1px solid #707070;
  border-radius: 20px;
  padding-left: 25px;
  width: 100%;
}
#appointment-book-selector > .appointment-book-list {
  -webkit-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  overflow-y: auto;
  padding: 15px 20px;
}
#appointment-book-selector > .appointment-book-list .list-item {
  background-color: #fff;
  background-image: url(/Content/images/Appointments/calendar-faded.svg);
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 20px;
  cursor: pointer;
  font-size: 1.25em;
  margin: 15px 0;
  padding: 10px 10px 10px 40px;
  position: relative;
}
#appointment-book-selector > .appointment-book-list .list-item:first-child {
  margin-top: 0;
}
#appointment-book-selector > .appointment-book-list .list-item.selected {
  background-image: url(/Content/images/Appointments/calendar.svg);
  border: 1px solid #9ce68d;
  -webkit-box-shadow: -1px 3px 5px -4px rgba(0, 0, 0, 0.75);
          box-shadow: -1px 3px 5px -4px rgba(0, 0, 0, 0.75);
}
#appointment-book-selector > .appointment-book-list .list-item.selected::after {
  color: #9ce68d;
  content: "\f058";
  font-family: 'FontAwesome';
  font-size: 0.8em;
  position: absolute;
  right: 5px;
  top: 2px;
}
#appointment-book-grid-container {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#appointment-book-grid-container .left {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#appointment-book-grid-container .right {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#appointment-book-grid-container .right #appointment-diary-team-member-tabs {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#appointment-book-grid-container .right .appointment-grid {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
#appointment-book-clipboard {
  height: 100%;
}
#appointment-book-clipboard .tray {
  background-color: #fff;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  -webkit-transition: width 0.25s;
  transition: width 0.25s;
}
#appointment-book-clipboard .tray.empty {
  width: 0;
}
#appointment-book-clipboard .tray:not(.empty) {
  border: 2px dashed #000;
  margin: 0 10px 0 0;
  padding: 5px;
}
#appointment-book-clipboard.collapsed .tray:not(.empty) {
  width: 5px;
}
#appointment-book-clipboard.expanded .tray:not(.empty) {
  width: 139px;
}
#appointment-book-clipboard.expanded .tray:not(.empty):after {
  bottom: 45%;
  content: 'Clipboard';
  color: #ddd;
  font-size: 3em;
  left: -33%;
  letter-spacing: 3px;
  position: absolute;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  z-index: 0;
}
#appointment-book-clipboard .toggle {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 15px;
  cursor: pointer;
  font-weight: bold;
  margin-top: 10px;
  padding: 3px 10px;
  position: absolute;
  -webkit-transition: margin-left 0.25s;
  transition: margin-left 0.25s;
  z-index: 400;
}
#appointment-book-clipboard.collapsed .toggle {
  margin-left: -2px;
}
#appointment-book-clipboard.expanded .toggle {
  margin-left: 125px;
}
#appointment-book-clipboard .tray .booking {
  position: relative;
  -webkit-transition: width 0.25s;
  transition: width 0.25s;
  z-index: 1;
}
#appointment-book-clipboard.collapsed .tray .booking {
  display: none;
  width: 0;
}
#appointment-book-clipboard.expanded .tray .booking {
  border: 2px solid transparent;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  color: #000;
  cursor: pointer;
  padding: 10px;
  text-align: center;
  width: 125px;
}
#appointment-book-clipboard.expanded .tray .booking.selected {
  border-color: #000;
}
#appointment-book-clipboard.expanded .tray .booking .major-description {
  font-weight: bold;
}
#appointment-book-clipboard.expanded .tray .booking .minor-description {
  font-size: 0.7em;
}
#appointment-book-clipboard .tray .booking + .booking {
  margin-top: 10px;
}
#appointment-book-clipboard .tray .context-menu + .booking {
  margin-top: 5px;
}
#appointment-book-clipboard .tray .context-menu {
  -webkit-animation: clipboard-cancel-height 0.25s;
          animation: clipboard-cancel-height 0.25s;
  background-color: #3a3a3a;
  color: #ddd;
  margin: 0 2px;
  padding: 3px 5px 5px 5px;
  position: relative;
  text-transform: uppercase;
  width: 121px;
  z-index: 1;
}
#appointment-book-clipboard .tray .context-menu .context-menu-item {
  border: 1px solid #ddd;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8em;
  padding: 5px;
  text-align: center;
  width: 100%;
}
#appointment-book-clipboard .tray .context-menu .context-menu-item:hover {
  background-color: #484854;
}
#appointment-book-clipboard .tray .context-menu .context-menu-item + .context-menu-item {
  border-top: none;
}
@-webkit-keyframes clipboard-cancel-height {
  from {
    max-height: 0;
  }
  to {
    max-height: 200px;
  }
}
@keyframes clipboard-cancel-height {
  from {
    max-height: 0;
  }
  to {
    max-height: 200px;
  }
}
#appointment-diary-team-member-tabs {
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 32px;
  margin: 0;
  padding: 0;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}
#appointment-diary-team-member-tabs.no-tabs {
  height: 0;
}
#appointment-diary-team-member-tabs .tab {
  background-color: #f3f3f3;
  border: 1px solid #dcdcdc;
  border-bottom: none;
  color: #a1a1a1;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin: 0;
  padding: 2px 15px;
  text-align: center;
}
#appointment-diary-team-member-tabs .tab.selected {
  background-color: #818181;
  border-color: #989898;
  border-width: 2px;
  color: #fff;
  padding-bottom: 5px;
  padding-top: 5px;
}
.appointment-grid-zoom-toggle {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 12px;
  color: #d8d8d8;
  cursor: pointer;
  left: 7px;
  overflow: visible;
  position: absolute;
  right: 7px;
  text-align: center;
  top: 12px;
}
.appointment-grid.zoomed-in .appointment-grid-zoom-toggle {
  background-image: url(/Content/images/Appointments/grid-zoomed-in.svg);
}
.appointment-grid.zoomed-out .appointment-grid-zoom-toggle {
  background-image: url(/Content/images/Appointments/grid-zoomed-out.svg);
}
.appointment-grid {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  border: 1px solid #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 0;
  position: relative;
}
.appointment-grid-row {
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
  border-top-width: 1px;
}
.appointment-grid-row.minor {
  border-top-color: #efefef;
  border-top-style: solid;
}
.appointment-grid-row.major {
  border-top-color: #a3a3a3;
  border-top-style: dotted;
}
.appointment-grid-row.past {
  background-image: url(/Content/images/Appointments/past-time.svg);
  background-repeat: repeat-y;
}
html[data-firefox=true] .appointment-grid.zoomed-out .appointment-grid-row.past {
  background-size: cover;
}
.appointment-grid.condensed-x3 .appointment-grid-row.past,
.appointment-grid-row.past.no-time-on-right {
  background-image: url(/Content/images/Appointments/past-time-condensed.svg);
}
.appointment-grid-rows .appointment-grid-row:last-child {
  border-bottom: 1px solid #efefef;
}
.appointment-grid-columns,
.appointment-grid-column-headers {
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.appointment-grid-column-headers {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: visible;
  z-index: 200;
}
.appointment-grid-column-headers:after {
  content: '';
  height: 0;
  overflow-y: scroll;
  visibility: hidden;
}
.appointment-grid-column.header {
  background-color: #818181;
  background-image: url(/Content/images/Appointments/column-header.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-box-shadow: inset 0px 0px 1px 0px #000;
          box-shadow: inset 0px 0px 1px 0px #000;
  color: #fff;
  position: relative;
}
.appointment-grid-column.header:not(.focussed) .appointment-grid-column-note {
  left: 2px;
  top: 1px;
}
.appointment-grid-column.header:not(.focussed) .appointment-grid-column-note.permanent-note::before {
  scale: 0.8;
}
@media (max-width: 1280px) {
  .appointment-grid-column.header:not(.focussed) .appointment-grid-column-caption {
    top: 15px;
    margin: 0 auto;
  }
  .appointment-grid-column.header:not(.focussed) .appointment-grid-column-caption .user-name-in-header {
    word-wrap: break-word;
    white-space: pre;
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .appointment-grid-column.header:not(.focussed) .appointment-grid-column-note-content {
    font-size: 0.8em;
  }
}
@media (max-width: 768px) {
  .appointment-grid-column.header:not(.focussed) .appointment-grid-column-caption .user-name-in-header {
    max-width: 100%;
  }
}
@media all and (min-width: 769px) {
  .appointment-grid-column.header.all-day-bookout {
    background-color: #7c7b7b;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #8e8e8e;
  }
  .appointment-grid-column.header.all-day-bookout::before {
    background-color: red;
    bottom: 1px;
    content: '';
    display: block;
    height: 3px;
    left: 1px;
    position: absolute;
    right: 1px;
  }
  .appointment-grid-column.header.all-day-bookout .appointment-grid-column-caption {
    bottom: auto;
  }
  .appointment-grid-column.header.all-day-bookout .appointment-grid-column-note-content {
    display: none;
  }
}
.appointment-grid-column.header:not(:last-of-type) {
  border-right: none;
}
.appointment-grid-column.header.focussed {
  -webkit-transform: scale(1.01, 1.1);
      -ms-transform: scale(1.01, 1.1);
          transform: scale(1.01, 1.1);
}
.appointment-grid-column.header.focussed .appointment-grid-column-caption {
  font-weight: bold;
}
.appointment-grid-column.header.standard {
  cursor: pointer;
}
.appointment-grid-column-caption {
  display: inline-block;
  left: 5px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 15px;
}
.appointment-grid.condensed-x1 .appointment-grid-column-caption {
  top: 15px;
}
.appointment-grid.condensed-x2 .appointment-grid-column-caption {
  top: 10px;
  width: 55%;
}
@media screen and (max-width: 1185px) {
  .appointment-grid.condensed-x2 .appointment-grid-column-caption {
    width: 78%;
  }
}
.appointment-grid.condensed-x3 .appointment-grid-column-caption {
  top: 8px;
  width: 58%;
}
.appointment-grid.condensed-x0 .appointment-grid-column.standard.header .appointment-grid-column-caption {
  bottom: 5px;
}
.appointment-grid.condensed-x1 .appointment-grid-column.standard.header .appointment-grid-column-caption {
  font-size: 1em;
}
.appointment-grid.condensed-x2 .appointment-grid-column-caption,
.appointment-grid.condensed-x3 .appointment-grid-column-caption {
  text-align: left;
}
.appointment-grid.condensed-x2 .appointment-grid-column.standard.header.focussed .appointment-grid-column-caption,
.appointment-grid.condensed-x3 .appointment-grid-column.standard.header.focussed .appointment-grid-column-caption {
  width: 90%;
}
.appointment-grid-column-note-content {
  display: block;
  overflow: hidden;
  white-space: pre;
  text-overflow: ellipsis;
  font-size: 0.9em;
  font-style: italic;
}
.appointment-grid-column-note {
  cursor: pointer;
  position: absolute;
  left: 5px;
  top: 5px;
}
.appointment-grid-column-note::before {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  content: '';
  display: block;
  position: absolute;
  right: 0;
}
.appointment-grid-column-note.permanent-note {
  height: 19.956215px;
  width: 24.731085px;
}
.appointment-grid-column-note.permanent-note::before {
  background-image: url(/Content/images/Appointments/permanent-note.svg);
  height: 19.956215px;
  width: 24.731085px;
}
.appointment-grid-column-note.daily-note {
  height: 19.956215px;
  width: 30.461295px;
}
.appointment-grid-column-note.daily-note::before {
  background-image: url(/Content/images/Appointments/daily-notes.svg);
  height: 19.956215px;
  width: 30.461295px;
}
.appointment-grid-column-note.add-note {
  width: 24.731085px;
  height: 19.956215px;
}
.appointment-grid-column-note.add-note::before {
  background-image: url(/Content/images/Appointments/add-note.svg);
  width: 24.731085px;
  height: 19.956215px;
}
.toggle-weekly-view {
  position: absolute;
  right: 5px;
  top: 5px;
}
@media only screen and (max-width: 768px) {
  .toggle-weekly-view {
    display: none;
  }
}
.appointment-grid-column.header:not(.focussed):not(:hover) .appointment-grid-column-note.add-note,
:not(.each-has-all-day-bookout) > .appointment-grid-column.header.all-day-bookout:not(.focussed):not(:hover) .appointment-grid-column-note,
.appointment-grid-column.header:not(.focussed):not(:hover) .toggle-weekly-view:not(.in-weekly-view) {
  visibility: hidden;
}
.appointment-grid-column-headers:not(.each-has-all-day-bookout) .appointment-grid-column.standard.header.all-day-bookout.focussed .appointment-grid-column-caption,
.appointment-grid.condensed-x2 .appointment-grid-column.standard.header.focussed .appointment-grid-column-caption {
  -webkit-transform-origin: 0%;
      -ms-transform-origin: 0%;
          transform-origin: 0%;
}
.appointment-grid-column-headers:not(.each-has-all-day-bookout) .appointment-grid-column.standard.header.all-day-bookout:not(.focussed) .appointment-grid-column-caption,
.appointment-grid.condensed-x2 .appointment-grid-column.standard.header:not(.focussed) .appointment-grid-column-caption {
  left: 35px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  white-space: nowrap;
}
.appointment-grid-column-headers:not(.each-has-all-day-bookout) .appointment-grid-column.standard.header.all-day-bookout:not(.focussed) .appointment-grid-column-caption,
.appointment-grid.condensed-x2 .appointment-grid-column.standard.header.all-day-bookout:not(.focussed) .appointment-grid-column-caption {
  left: 24px;
}
.appointment-grid.condensed-x2 .appointment-grid-column.standard.header .appointment-grid-column-caption {
  font-size: 0.8em;
}
.appointment-grid.condensed-x3 .appointment-grid-column.standard.header .appointment-grid-column-caption {
  font-size: 0.7em;
  left: 32px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  white-space: nowrap;
}
.appointment-grid-column-caption {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.appointment-grid-column {
  position: relative;
  border-right: 1px solid #efefef;
  -webkit-transition: flex-grow 0.2s, -webkit-box-flex 0.2s, -webkit-flex-shrink 0.2s;
  transition: flex-grow 0.2s, -webkit-box-flex 0.2s, -webkit-flex-shrink 0.2s;
  transition: flex-grow 0.2s, flex-shrink 0.2s;
  transition: flex-grow 0.2s, flex-shrink 0.2s, -webkit-box-flex 0.2s, -ms-flex-positive 0.2s, -webkit-flex-shrink 0.2s, -ms-flex-negative 0.2s;
}
.appointment-grid.condensed-x2 .appointment-grid-column,
.appointment-grid.condensed-x3 .appointment-grid-column {
  -webkit-transition: none;
  transition: none;
}
.appointment-grid-column.focussed {
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.5);
  z-index: 103;
}
.appointment-grid-column.standard {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
:not(.each-has-all-day-bookout) > .appointment-grid-column.standard.all-day-bookout:not(.focussed) {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32px;
}
@media only screen and (max-width: 768px) {
  :not(.each-has-all-day-bookout) > .appointment-grid-column.standard.all-day-bookout:not(.focussed) .appointment-grid-column-caption {
    position: absolute !important;
  }
  :not(.each-has-all-day-bookout) > .appointment-grid-column.standard.all-day-bookout:not(.focussed) .appointment-grid-column-caption::after {
    content: '' !important;
  }
}
:not(.each-has-all-day-bookout) > .appointment-grid-column.standard.all-day-bookout:not(.focussed) .appointment-grid-booking-major-description {
  -webkit-transform: rotate(90deg) !important;
      -ms-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
  -webkit-transform-origin: 0% !important;
      -ms-transform-origin: 0% !important;
          transform-origin: 0% !important;
  margin-left: 15px;
  width: 200px;
  text-align: left;
}
.appointment-grid-column.standard.focussed {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  -ms-flex-negative: 3;
      flex-shrink: 3;
}
.appointment-grid-column.standard .resizing-overlay {
  background-color: #1a1a1f;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: -1px;
  top: 0;
  z-index: 102;
}
.appointment-grid-column.time {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
}
.appointment-grid-column.drag-target:not(.focussed) {
  -webkit-box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.33);
          box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.33);
}
.appointment-grid-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  overflow-y: scroll;
  position: relative;
}
.appointment-grid-current-time-indicator {
  border-top: 3px solid #ef2313;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.25);
          box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.25);
  height: 0px;
  left: 0;
  overflow: visible;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 300;
}
.appointment-grid-row.fixed-height .appointment-grid-row-caption {
  font-size: 0.75em;
  top: 17px;
}
.appointment-grid-row.dynamic-height .appointment-grid-row-caption {
  font-size: 0.6em;
  line-height: 0;
  top: 5px;
}
.appointment-grid-row-caption {
  position: absolute;
  pointer-events: none;
}
.appointment-grid-row-caption.left {
  left: 5px;
}
.appointment-grid-row-caption.right {
  right: 5px;
}
.appointment-grid.condensed-x3 .appointment-grid-row-caption.right {
  display: none;
}
.appointment-grid-booking {
  background-position: right bottom;
  border: 4px solid white;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  -webkit-transition: border-color 0.1s;
  transition: border-color 0.1s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 99;
  width: 100%;
}
.appointment-grid-booking.in-clipboard {
  border: 4px dashed #32323a;
  opacity: 0.75;
}
.appointment-grid-booking.selected {
  border-color: #32323a;
  -ms-touch-action: none;
      touch-action: none;
  z-index: 301;
}
.appointment-grid.legacy .appointment-grid-booking.bookout {
  background-color: #dedede !important;
}
.appointment-grid:not(.legacy) .appointment-grid-booking {
  background-repeat: no-repeat;
  background-size: 32px 32px;
}
.appointment-grid:not(.legacy) .appointment-grid-booking.pending.late,
.appointment-grid:not(.legacy) .appointment-grid-booking.noshow {
  background-size: auto;
}
.appointment-grid:not(.legacy) .appointment-grid-booking.in-progress {
  background-size: 35px 35px;
}
.appointment-grid:not(.legacy) .appointment-grid-booking.completed {
  background-image: url(/Content/images/Appointments/booking-completed.svg);
}
.appointment-grid:not(.legacy) .appointment-grid-booking.bookout.is-mac {
  background: repeating-linear-gradient(135deg, transparent, transparent 1px, #dedede 1px, #dedede 35px);
}
.appointment-grid:not(.legacy) .appointment-grid-booking.bookout:not(.is-mac) {
  background: repeating-linear-gradient(135deg, transparent, transparent 1px, #dedede 1px, #dedede 29px);
}
.appointment-grid:not(.legacy) .appointment-grid-booking.bookout:not(.selected) {
  z-index: 0;
}
.appointment-grid.legacy .appointment-grid-booking {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.appointment-grid.legacy .appointment-grid-booking.completed {
  background-image: url(/Content/images/Appointments/booking-completed-legacy.svg);
  color: #fff;
}
.appointment-grid.rooms-mode .appointment-grid-booking:not(.has-room) {
  cursor: default;
  opacity: 0.4;
}
.appointment-grid-booking.in-progress {
  background-image: url(/Content/images/Appointments/booking-in-progress.svg);
}
.appointment-grid.legacy .appointment-grid-booking.in-progress {
  background-image: url(/Content/images/Appointments/booking-in-progress-legacy.svg);
}
.appointment-grid-booking.pending.late {
  background-image: url(/Content/images/Appointments/booking-pending-late.svg);
  background-size: auto;
}
.appointment-grid-booking.noshow {
  background-image: url(/Content/images/Appointments/booking-no-show.svg);
}
.appointment-grid-booking.is-closed {
  cursor: default;
}
.legend-booking.completed {
  position: relative;
}
.appointment-grid-booking.completed:after,
.legend-booking.completed:after {
  content: "\f00c";
  font-family: 'FontAwesome';
  right: 2px;
  position: absolute;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
  color: #41AD02;
}
.appointment-grid-booking.completed:after {
  bottom: 0px;
}
.legend-booking.completed:after {
  bottom: 3px;
}
.help-lifecycle-block.completed .booking {
  position: relative;
}
.help-lifecycle-block.completed .booking:after {
  bottom: 2px;
  content: "\f00c";
  font-family: 'FontAwesome';
  right: 1px;
  position: absolute;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
  color: #41AD02;
}
.appointment-grid-booking-banner-noshow {
  background-color: #ff0000;
  border-bottom: 1px solid #ff8080;
  color: #fff;
  font-size: 0.6em;
  height: 20px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.appointment-grid-booking-content {
  text-align: center;
}
.appointment-grid-booking-major-description,
.appointment-grid-booking-minor-description {
  display: inline-block;
  line-height: normal;
  text-shadow: 0px 2px 5px rgba(255, 255, 255, 0.1);
}
.appointment-grid.legacy .appointment-grid-booking:not(.bookout).has-client-alert .appointment-grid-booking-major-description {
  color: #e94b3c;
  padding-left: 5px;
  padding-right: 5px;
}
.appointment-grid.legacy .appointment-grid-booking:not(.bookout).has-deposit .appointment-grid-booking-major-description {
  color: #e94b3c;
  padding-left: 5px;
  padding-right: 5px;
}
.appointment-grid.zoomed-in .appointment-grid-booking-major-description {
  margin-top: 25px;
}
.appointment-grid.zoomed-out .appointment-grid-booking-major-description {
  margin-top: 2px;
}
.appointment-grid-booking.focussed .appointment-grid-booking-major-description {
  font-weight: bold;
}
.appointment-grid-booking-minor-description {
  font-size: 0.66em;
  margin-top: 10px;
}
.appointment-grid-booking.focussed .appointment-grid-booking-minor-description {
  font-size: 0.8em;
}
.appointment-grid.condensed-x2 .appointment-grid-booking,
.appointment-grid.condensed-x3 .appointment-grid-booking,
.appointment-grid.zoomed-out .appointment-grid-booking {
  border-width: 1px;
}
.appointment-grid.condensed-x2 .appointment-grid-booking:not(.focussed) .appointment-grid-booking-major-description {
  font-size: 0.9em;
}
.appointment-grid.condensed-x2 .appointment-grid-booking:not(.focussed) .appointment-grid-booking-minor-description {
  font-size: 0.7em;
}
.appointment-grid.condensed-x2.zoomed-out .appointment-grid-booking:not(.focussed) .appointment-grid-booking-major-description {
  font-size: 0.75em;
}
.appointment-grid.condensed-x3 .appointment-grid-booking:not(.focussed) .appointment-grid-booking-major-description,
:not(.each-has-all-day-bookout) > .appointment-grid-column.all-day-bookout:not(.focussed) .appointment-grid-booking-major-description {
  font-size: 0.75em;
}
.appointment-grid.condensed-x3 .appointment-grid-booking.focussed .appointment-grid-booking-major-description {
  font-size: 0.8em;
}
.appointment-grid.condensed-x3 .appointment-grid-booking.focussed .appointment-grid-booking-minor-description {
  font-size: 0.66em;
}
.appointment-grid-booking-banner-bottom-left {
  cursor: pointer;
  bottom: 0;
  display: block;
  position: absolute;
  height: 20px;
  left: 0;
  width: 20px;
}
.appointment-grid-booking-banner-bottom-left.second-icon {
  left: 20px;
}
.appointment-grid-booking-banner-bottom-left.third-icon {
  left: 40px;
}
.appointment-grid-booking-banner-client-alert:before {
  bottom: 2px;
  content: "\f0f3";
  font-family: 'FontAwesome';
  left: 2px;
  position: absolute;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
}
.appointment-grid:not(.legacy):not(.zoomed-out) .appointment-grid-column:not(.focussed):not(:hover) .appointment-grid-booking-banner-client-alert:before {
  opacity: 0.75;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
.appointment-grid-booking-banner-stored-card:before {
  bottom: 2px;
  content: "\f09d";
  font-family: 'FontAwesome';
  left: 2px;
  position: absolute;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
}
.appointment-grid:not(.legacy):not(.zoomed-out) .appointment-grid-column:not(.focussed):not(:hover) .appointment-grid-booking-banner-stored-card:before {
  opacity: 0.75;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
.appointment-grid-booking-banner-has-deposit:before {
  bottom: 2px;
  content: "\f154";
  font-family: 'FontAwesome';
  left: 2px;
  position: absolute;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
}
.appointment-grid:not(.legacy):not(.zoomed-out) .appointment-grid-column:not(.focussed):not(:hover) .appointment-grid-booking-banner-has-deposit:before {
  opacity: 0.75;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
.appointment-grid.legacy .appointment-grid-booking-banner-bottom-left,
.appointment-grid.zoomed-out .appointment-grid-column:not(.focussed) .appointment-grid-booking-banner-bottom-left {
  visibility: hidden;
}
.appointment-grid.zoomed-out .appointment-grid-booking-attributes {
  display: none;
}
.appointment-grid-booking-attributes {
  font-size: 10px;
  left: 0;
  line-height: normal;
  position: absolute;
  top: 0;
}
.appointment-grid.appointment-grid.condensed-x1 .appointment-grid-booking-attributes {
  font-size: 8px;
}
.appointment-grid-booking-attribute {
  display: inline-block;
  height: 12px;
  padding: 0 0 0 2px;
  position: relative;
  width: 12px;
}
.appointment-grid.appointment-grid.condensed-x1 .appointment-grid-booking-attribute {
  height: 10px;
  width: 10px;
}
.appointment-grid.appointment-grid.condensed-x2 .appointment-grid-booking-attribute {
  height: 8px;
  width: 8px;
}
.appointment-grid.appointment-grid.condensed-x3 .appointment-grid-booking-attribute {
  height: 5px;
  width: 5px;
}
.appointment-grid-booking-attribute.is-new-client {
  background-color: #4dcc15;
}
.appointment-grid:not(.legacy):not(.condensed-x2):not(.condensed-x3) .appointment-grid-booking-attribute.is-new-client::before {
  color: #fff;
  content: 'N';
}
.appointment-grid-booking-attribute.is-online-booking {
  background-color: #000;
}
.appointment-grid:not(.legacy):not(.condensed-x2):not(.condensed-x3) .appointment-grid-booking-attribute.is-online-booking::before {
  color: #fff;
  content: 'O';
}
.appointment-grid-booking-attribute.client-is-missing-details {
  background-color: #4ecaf3;
}
.appointment-grid:not(.legacy):not(.condensed-x2):not(.condensed-x3) .appointment-grid-booking-attribute.client-is-missing-details::before {
  color: #000;
  content: 'D';
}
.appointment-grid-booking-attribute.is-client-birthday {
  background-color: #f0f000;
}
.appointment-grid:not(.legacy):not(.condensed-x2):not(.condensed-x3) .appointment-grid-booking-attribute.is-client-birthday::before {
  color: #000;
  content: 'B';
}
.appointment-grid-booking-attribute.has-multiple-appointments {
  background-color: #b9ecec;
}
.appointment-grid:not(.legacy):not(.condensed-x2):not(.condensed-x3) .appointment-grid-booking-attribute.has-multiple-appointments::before {
  color: #000;
  content: 'M';
}
.appointment-grid-booking-attribute.has-out-of-date-form {
  background-color: #cc66ff;
}
.appointment-grid:not(.legacy):not(.condensed-x2):not(.condensed-x3) .appointment-grid-booking-attribute.has-out-of-date-form::before {
  color: #fff;
  content: 'F';
}
.appointment-grid-booking-attribute.team-member-was-requested {
  background-color: #ff9999;
}
.appointment-grid:not(.legacy):not(.condensed-x2):not(.condensed-x3) .appointment-grid-booking-attribute.team-member-was-requested::before {
  color: #fff;
  content: 'R';
}
.appointment-grid-booking-attribute.client-has-confirmed {
  background-color: #ccc;
}
.appointment-grid:not(.legacy):not(.condensed-x2):not(.condensed-x3) .appointment-grid-booking-attribute.client-has-confirmed::before {
  color: #000;
  content: 'C';
}
.appointment-grid-booking-resize-handle {
  background-color: transparent;
  cursor: pointer;
  height: 3px;
  left: 0;
  max-height: 3px;
  overflow: visible;
  position: absolute;
  right: 0;
  -ms-touch-action: none;
      touch-action: none;
  z-index: 303;
}
.appointment-grid-booking-resize-handle.top {
  border-top: 2px double #32323a;
}
.appointment-grid-booking-resize-handle.bottom {
  border-bottom: 2px double #32323a;
}
.appointment-grid-booking-resize-handle i.fa {
  background-color: #32323a;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  left: calc(50% - 12.5px);
  padding-top: 7px;
  position: absolute;
  text-align: center;
  top: -12.5px;
  width: 25px;
}
.appointment-grid-booking-context-menu {
  background-color: #32323a;
  border: 8px solid #32323a;
  color: #ddd;
  min-width: 120px;
  opacity: 1;
  position: absolute;
  white-space: nowrap;
  z-index: 302;
}
.appointment-grid.zoomed-in .appointment-grid-booking-context-menu {
  left: calc(100% - 4px);
}
.appointment-grid.zoomed-out .appointment-grid-booking-context-menu {
  left: calc(100% - 1px);
}
.appointment-grid-booking-context-menu .email,
.appointment-grid-booking-context-menu .phone,
.appointment-grid-booking-context-menu .user {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 5px 0;
}
.appointment-grid-booking-context-menu .email .line,
.appointment-grid-booking-context-menu .phone .line,
.appointment-grid-booking-context-menu .user .line {
  background: linear-gradient(240deg, rgba(255, 255, 255, 0) 0%, #666 100%);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  height: 1px;
}
.appointment-grid-booking-context-menu .email .text,
.appointment-grid-booking-context-menu .phone .text,
.appointment-grid-booking-context-menu .user .text {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 5px 0 0;
  text-transform: uppercase;
}
.appointment-grid-booking-context-menu .email .text a,
.appointment-grid-booking-context-menu .phone .text a,
.appointment-grid-booking-context-menu .user .text a,
.appointment-grid-booking-context-menu .email .text a:link,
.appointment-grid-booking-context-menu .phone .text a:link,
.appointment-grid-booking-context-menu .user .text a:link,
.appointment-grid-booking-context-menu .email .text a:visited,
.appointment-grid-booking-context-menu .phone .text a:visited,
.appointment-grid-booking-context-menu .user .text a:visited,
.appointment-grid-booking-context-menu .email .text a:hover,
.appointment-grid-booking-context-menu .phone .text a:hover,
.appointment-grid-booking-context-menu .user .text a:hover,
.appointment-grid-booking-context-menu .email .text a:active,
.appointment-grid-booking-context-menu .phone .text a:active,
.appointment-grid-booking-context-menu .user .text a:active {
  color: #ddd;
}
.appointment-grid-booking-context-menu .user {
  margin: 5px 0 0 0;
}
.appointment-grid-booking-context-menu .user .text {
  text-transform: none;
}
.appointment-grid-booking-context-menu .user .text .user-name {
  text-transform: capitalize;
}
.appointment-grid-booking-context-menu .context-menu-item {
  border: 1px solid #ddd;
  border-radius: 0;
  cursor: pointer;
  font-size: 1.25em;
  margin: 0;
  padding: 5px 20px 5px 5px;
}
.appointment-grid-booking-context-menu .context-menu-item .fa {
  margin-right: 2px;
  width: 25px;
}
.appointment-grid-booking-context-menu .context-menu-item.resize .fa-arrows-v {
  padding-left: 4px;
}
.appointment-grid-booking-context-menu .context-menu-item:hover {
  background-color: #484854;
}
.appointment-grid-booking-context-menu .context-menu-item:hover .fa {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.appointment-grid-booking-context-menu .context-menu-item + .context-menu-item {
  border-top: none;
}
.appointment-grid-booking-context-menu .context-menu-item + .line {
  margin: 14px 0;
}
.appointment-grid-column.right-edge .appointment-grid-booking-context-menu {
  left: unset;
  right: calc(100% - 4px);
}
#ghost-booking {
  border: 4px dashed #000;
  opacity: 0.75;
  position: absolute;
  width: 100%;
  z-index: 101;
}
#ghost-booking.valid {
  background-color: azure;
}
#ghost-booking.invalid {
  background-color: rgba(255, 0, 0, 0.75);
}
#appointment-diary-footer-bar-for-grid {
  color: #fff;
}
#appointment-diary-footer-bar-for-grid #cc-footer-options {
  display: block;
  line-height: normal;
  padding: 0;
  width: 500px;
  display: none;
}
@media screen and (max-width: 1085px) {
  #appointment-diary-footer-bar-for-grid #cc-footer-options {
    width: 410px;
  }
}
#appointment-diary-footer-bar-for-grid #cc-footer-actions {
  left: 120px;
  right: 10px;
}
#appointment-diary-footer-bar-for-grid .footer-help {
  left: 26px;
}
#appointment-diary-footer-bar-for-grid .footer-help .fa-info-circle {
  color: #56d5f5;
  margin-right: 10px;
}
.footer-legend {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-legend-tabs {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 58px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-legend-tabs .tab {
  background-color: #3a3a3f;
  color: #aeaeae;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 5px 10px 2px 5px;
  text-align: right;
}
.footer-legend-tabs .tab.selected {
  background-color: #6c6c71;
  border: 1px solid #aeaeae;
  border-right: none;
  color: #fff;
  margin-right: -1px;
  z-index: 1;
}
.footer-legend-tabs .tab.selected:last-of-type {
  border-bottom: none;
}
.footer-booking-lifecycle-legend,
.footer-attribute-legend {
  border: 1px solid #aeaeae;
  border-bottom: none;
  border-right: none;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 5px 0 0 5px;
  width: 412px;
}
@media (max-width: 1085px) {
  .footer-booking-lifecycle-legend,
  .footer-attribute-legend {
    width: 322px;
  }
}
.footer-booking-lifecycle-legend {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-booking-lifecycle-legend .row {
  padding-top: 0;
}
.footer-booking-lifecycle-legend .description {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media (max-width: 1085px) {
  .footer-booking-lifecycle-legend .description .detail {
    display: none;
  }
}
.legend-booking {
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  border: 4px solid #fff;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 47px;
  margin: 0 5px 0 0;
  width: 47px;
  vertical-align: middle;
}
#appointment-diary-footer-bar-for-grid.legacy .legend-booking {
  background-size: 100% 100%;
}
.legend-booking.in-progress {
  background-color: #67d2ea;
  background-image: url(/Content/images/Appointments/booking-in-progress.svg);
}
#appointment-diary-footer-bar-for-grid.legacy .legend-booking.in-progress {
  background-image: url(/Content/images/Appointments/booking-in-progress-legacy.svg);
}
.legend-booking.completed {
  background-color: #b1afaf;
  background-image: url(/Content/images/Appointments/booking-completed.svg);
}
#appointment-diary-footer-bar-for-grid.legacy .legend-booking.completed {
  background-color: #000;
  background-image: url(/Content/images/Appointments/booking-completed-legacy.svg);
}
#appointment-diary-footer-bar-for-grid:not(.legacy) .legend-booking.bookout {
  background: repeating-linear-gradient(135deg, transparent, transparent 1px, #dedede 1px, #dedede 29px);
}
.footer-attribute-legend {
  display: grid;
  font-size: 10px;
  grid-column-gap: 2px;
  grid-template-areas: 'n o d' 'b m f' 'r c -';
  grid-row-gap: 5px;
}
.footer-attribute::before {
  content: '';
  display: inline-block;
  height: 10px;
  margin: 0 5px 0 0;
  padding: 0;
  text-align: center;
  width: 10px;
}
.footer-attribute.is-new-client {
  grid-area: n;
}
.footer-attribute.is-new-client::before {
  background-color: #4dcc15;
  color: #fff;
}
#appointment-diary-footer-bar-for-grid:not(.legacy) .footer-attribute.is-new-client::before {
  content: 'N';
}
.footer-attribute.is-online-booking {
  grid-area: o;
}
.footer-attribute.is-online-booking::before {
  background-color: #000;
  color: #fff;
}
#appointment-diary-footer-bar-for-grid:not(.legacy) .footer-attribute.is-online-booking::before {
  content: 'O';
}
.footer-attribute.client-is-missing-details {
  grid-area: d;
}
.footer-attribute.client-is-missing-details::before {
  background-color: #4ecaf3;
  color: #000;
}
#appointment-diary-footer-bar-for-grid:not(.legacy) .footer-attribute.client-is-missing-details::before {
  content: 'D';
}
.footer-attribute.is-client-birthday {
  grid-area: b;
}
.footer-attribute.is-client-birthday::before {
  background-color: #f0f000;
  color: #000;
}
#appointment-diary-footer-bar-for-grid:not(.legacy) .footer-attribute.is-client-birthday::before {
  content: 'B';
}
.footer-attribute.has-multiple-appointments {
  grid-area: m;
}
.footer-attribute.has-multiple-appointments::before {
  background-color: #b9ecec;
  color: #000;
}
#appointment-diary-footer-bar-for-grid:not(.legacy) .footer-attribute.has-multiple-appointments::before {
  content: 'M';
}
.footer-attribute.has-out-of-date-form {
  grid-area: f;
}
.footer-attribute.has-out-of-date-form::before {
  background-color: #cc66ff;
  color: #fff;
}
#appointment-diary-footer-bar-for-grid:not(.legacy) .footer-attribute.has-out-of-date-form::before {
  content: 'F';
}
.footer-attribute.team-member-was-requested {
  grid-area: r;
}
.footer-attribute.team-member-was-requested::before {
  background-color: #ff9999;
  color: #fff;
}
#appointment-diary-footer-bar-for-grid:not(.legacy) .footer-attribute.team-member-was-requested::before {
  content: 'R';
}
.footer-attribute.client-has-confirmed {
  grid-area: c;
}
.footer-attribute.client-has-confirmed::before {
  background-color: #ccc;
  color: #000;
}
#appointment-diary-footer-bar-for-grid:not(.legacy) .footer-attribute.client-has-confirmed::before {
  content: 'C';
}
.footer-help {
  border: 1px solid #aeaeae;
  cursor: pointer;
  padding: 5px 10px;
  left: 515px;
  position: absolute;
  top: 19px;
}
@media (max-width: 1085px) {
  .footer-help {
    left: 425px;
  }
}
#appointment-diary-footer-bar-for-grid #cc-footer-actions {
  padding-left: 10px;
  width: unset;
}
.footer-day-picker,
.footer-day-options {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  padding: 0;
}
.footer-day-picker {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 10px;
}
.footer-day-options {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer-day-picker .date,
.footer-day-picker .prev-week,
.footer-day-picker .next-week,
.footer-day-options .option {
  background-color: #4d4d4d;
  border-width: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  line-height: 17px;
  padding: 10px;
}
@media only screen and (max-width: 1130px) {
  .footer-day-picker .date,
  .footer-day-picker .prev-week,
  .footer-day-picker .next-week,
  .footer-day-options .option {
    font-size: 11px;
    padding: 10px 6px;
  }
}
.footer-day-picker .date {
  min-width: 50px;
}
@media (max-width: 1160px) {
  .footer-day-picker .date {
    min-width: 40px;
  }
}
.footer-day-picker .prev-week,
.footer-day-picker .next-week {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1em;
}
.footer-day-picker .prev-week {
  margin-right: 5px;
}
.footer-day-picker .next-week {
  margin-left: 5px;
}
.footer-day-picker .date:not(:nth-of-type(8)) {
  border-right: none;
}
.footer-day-picker .date.selected {
  background-color: #fff;
  color: #000;
}
.footer-day-options .option:not(:last-of-type) {
  margin-right: 5px;
}
.footer-day-options .picker__holder {
  bottom: 5em;
  position: fixed;
  left: 12em;
  width: 300px;
}
#appointment-diary-legend-help h4 {
  margin-bottom: 25px;
}
#appointment-diary-legend-help h4:not(:first-of-type) {
  margin-top: 50px;
}
.help-attribute-section {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 10px 0 20px 0;
}
.help-attribute-description {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 0 10px;
}
.help-attribute-icon {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 40px;
  position: relative;
  width: 40px;
}
.help-attribute-icon:before {
  bottom: 0;
  font-size: 20px;
  left: 0;
  padding: 10px 0 0 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.help-attribute-icon.is-new-client {
  background-color: #4dcc15;
  color: #fff;
}
#appointment-diary-legend-help:not(.legacy) .help-attribute-icon.is-new-client:before {
  content: 'N';
}
.help-attribute-icon.is-client-birthday {
  background-color: #f0f000;
  color: #000;
}
#appointment-diary-legend-help:not(.legacy) .help-attribute-icon.is-client-birthday:before {
  content: 'B';
}
.help-attribute-icon.team-member-was-requested {
  background-color: #ff9999;
  color: #fff;
}
#appointment-diary-legend-help:not(.legacy) .help-attribute-icon.team-member-was-requested:before {
  content: 'R';
}
.help-attribute-icon.is-online-booking {
  background-color: #000;
  color: #fff;
}
#appointment-diary-legend-help:not(.legacy) .help-attribute-icon.is-online-booking:before {
  content: 'O';
}
.help-attribute-icon.has-multiple-appointments {
  background-color: #b9ecec;
  color: #000;
}
#appointment-diary-legend-help:not(.legacy) .help-attribute-icon.has-multiple-appointments:before {
  content: 'M';
}
.help-attribute-icon.client-has-confirmed {
  background-color: #ccc;
  color: #000;
}
#appointment-diary-legend-help:not(.legacy) .help-attribute-icon.client-has-confirmed:before {
  content: 'C';
}
.help-attribute-icon.client-is-missing-details {
  background-color: #4ecaf3;
  color: #000;
}
#appointment-diary-legend-help:not(.legacy) .help-attribute-icon.client-is-missing-details:before {
  content: 'D';
}
.help-attribute-icon.has-out-of-date-form {
  background-color: #cc66ff;
  color: #fff;
}
#appointment-diary-legend-help:not(.legacy) .help-attribute-icon.has-out-of-date-form:before {
  content: 'F';
}
.help-lifecycle {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 25px 0;
}
.help-lifecycle-block {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  width: 100px;
}
.help-lifecycle-block .booking {
  height: 166px;
}
.help-lifecycle-block .booking .client {
  font-weight: bold;
  padding: 30px 0 10px 0;
}
.help-lifecycle-block.pending .booking {
  background-color: #67d2ea;
}
.help-lifecycle-block.in-progress .booking {
  background-color: #67d2ea;
  background-position: right bottom;
  background-repeat: no-repeat;
}
#appointment-diary-legend-help.legacy .help-lifecycle-block.in-progress .booking {
  background-image: url(/Content/images/Appointments/booking-in-progress-legacy.svg);
  background-size: 100% 100%;
}
#appointment-diary-legend-help:not(.legacy) .help-lifecycle-block.in-progress .booking {
  background-image: url(/Content/images/Appointments/booking-in-progress.svg);
  background-size: 32px 32px;
}
.help-lifecycle-block.completed .booking {
  background-position: right bottom;
  background-repeat: no-repeat;
}
#appointment-diary-legend-help.legacy .help-lifecycle-block.completed .booking {
  background-color: #000;
  background-image: url(/Content/images/Appointments/booking-completed-legacy.svg);
  background-size: 100% 100%;
  color: #fff;
}
#appointment-diary-legend-help:not(.legacy) .help-lifecycle-block.completed .booking {
  background-color: #b1afaf;
  background-image: url(/Content/images/Appointments/booking-completed.svg);
  background-size: 32px 32px;
}
#appointment-diary-legend-help:not(.legacy) .help-lifecycle-block.bookout .booking {
  background: repeating-linear-gradient(135deg, transparent, transparent 1px, #dedede 1px, #dedede 29px);
}
.help-lifecycle-transition {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  font-weight: bold;
  padding: 70px 5px 5px 5px;
  text-align: center;
}
html[data-module="appointments"] #appointment-diary-home #new-client #age-step .marketable-age-controls > div.selected {
  border-color: #f56868;
}
html[data-module="appointments"] #appointment-diary-home #new-client .progress-dots .dot.completed,
html[data-module="appointments"] #appointment-diary-home #new-client .progress-dots .dot.active {
  background-color: #f56868;
}
html[data-module="appointments"] #appointment-diary-home #new-client .footer .next button {
  background-color: #f56868;
  border-color: #f56868;
}
html[data-module="appointments"] #appointment-diary-home #new-client .footer .next button:hover {
  background-color: #fcd1d1 !important;
  border-color: #fcd1d1 !important;
}
html[data-module="appointments"] #appointment-diary-home #new-client .footer .back button,
html[data-module="appointments"] #appointment-diary-home #new-client .footer .cancel button {
  border-color: #f56868;
}
html[data-module="appointments"] #appointment-diary-home #new-client .footer .back button:hover,
html[data-module="appointments"] #appointment-diary-home #new-client .footer .cancel button:hover {
  background-color: #fcd1d1;
  border-color: #f56868;
}
#repeat-booking-modal .modal-dialog .modal-body > .title,
#multiple-skin-test-modal .modal-dialog .modal-body > .title,
#send-sms-modal .modal-dialog .modal-body > .title {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin: 0;
  margin-top: 22px;
  margin-bottom: 0px;
}
#repeat-booking-modal .modal-dialog .footer-row,
#multiple-skin-test-modal .modal-dialog .footer-row,
#send-sms-modal .modal-dialog .footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 50px;
  margin-bottom: 10px;
}
#repeat-booking-modal .modal-dialog .footer-row button,
#multiple-skin-test-modal .modal-dialog .footer-row button,
#send-sms-modal .modal-dialog .footer-row button {
  width: 100%;
  max-width: 200px;
  margin: 0px auto 10px;
}
@media all and (max-width: 768px) {
  #send-sms-modal .extra-padding {
    padding: 0px;
  }
  #send-sms-modal .footer-row {
    gap: 10px;
  }
}
#repeat-booking-modal .modal-body {
  overflow: visible;
}
#repeat-booking .grid-details {
  margin-top: 15px;
  margin-bottom: 15px;
}
#repeat-booking .grid-details .input-group-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
#repeat-booking .grid-details .input-group-row label {
  margin-bottom: 0px;
  min-width: 85px;
}
#repeat-booking .grid-details .input-group-row input {
  width: 230px;
  border-width: 1px;
}
#repeat-booking .grid-details .input-group-row input[type='time'] {
  width: 155px;
  padding: 8px 12px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
#repeat-booking .grid-details .input-group-row input.has-error {
  border-color: #B81D13;
}
#repeat-booking .booking-container {
  margin: 0px;
}
#repeat-booking #number-of-weeks {
  width: 100px;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  #repeat-booking .calendar-to .picker__holder {
    right: 100px;
  }
}
@media only screen and (max-width: 600px) {
  #repeat-booking .extra-padding {
    padding: 10px 0px;
  }
  #repeat-booking .calendar-from-to {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #repeat-booking .calendar-from {
    z-index: 100000;
  }
  #repeat-booking .calendar-from .picker__holder,
  #repeat-booking .calendar-to .picker__holder {
    position: fixed;
    right: 0px;
  }
}
.failed-dates-list {
  max-height: 200px;
  overflow: auto;
}
.message-preview {
  margin-bottom: 30px;
}
.message-preview p {
  display: none;
}
.list-container-wrapper {
  margin: auto;
  width: 95%;
}
@media (max-width: 700px) {
  .list-container-wrapper {
    width: auto;
  }
}
.list-container-wrapper .list-top-actions {
  text-align: right;
  margin-bottom: 10px;
}
.list-container-wrapper .list-container {
  border: 1px solid #C5C5C5;
  border-radius: 6px;
}
.list-container-wrapper .list-container li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px 20px 10px 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #B9B9B9;
}
.list-container-wrapper .list-container li.header {
  min-height: 45px;
  border-bottom: 1px solid #C5C5C5;
  background-color: #E9E9E9;
  border-radius: 6px 6px 0px 0px;
  border-top: none;
}
.list-container-wrapper .list-container li .date {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.list-container-wrapper .list-container li .description {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
.list-container-wrapper .list-container li .actions {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 100px;
}
.list-container-wrapper .list-container li .actions button {
  margin: 0px 5px;
  padding: 5px 15px;
}
.list-container-wrapper .list-container li .actions button.no-borders {
  border: none;
}
@media (max-width: 1024px) {
  .list-container-wrapper .list-container li .description {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
  .list-container-wrapper .list-container li .actions button {
    padding: 10px !important;
  }
}
@media (max-width: 700px) {
  .list-container-wrapper .list-container li .date {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}
#appointment-book-team-member-note-editor .modal-dialog {
  width: 700px;
}
#appointment-book-team-member-note-editor .modal-content {
  height: auto;
  width: 700px;
}
#appointment-book-team-member-note-editor .modal-header button.close {
  float: none;
  height: auto;
  line-height: 1;
  margin: 0;
  padding: 0;
  right: 15px;
  top: 11px;
  width: auto;
}
#appointment-book-team-member-note-editor .modal-header button.close::before,
#appointment-book-team-member-note-editor .modal-header button.close::after {
  content: unset;
  display: none;
  height: 0;
  line-height: 0;
  width: 0;
}
#appointment-book-team-member-note-editor .modal-body {
  height: auto;
  min-height: unset;
}
#appointment-book-team-member-note-editor .team-member-header {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #aaa;
  -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#appointment-book-team-member-note-editor .team-member-header .add-daily-note {
  color: #91918e;
}
#appointment-book-team-member-note-editor .team-member-header .details {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
#appointment-book-team-member-note-editor .team-member-header .details .name {
  font-size: 2em;
  font-weight: bold;
}
#appointment-book-team-member-note-editor .team-member-header .details .price-level {
  color: #aaa;
  font-size: 1.5em;
  font-style: italic;
  margin-bottom: 10px;
}
#appointment-book-team-member-note-editor .team-member-header .controls {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-bottom: 10px;
}
#appointment-book-team-member-note-editor .team-member-header .controls a {
  color: #333;
}
#appointment-book-team-member-note-editor .team-member-header .controls .btn {
  display: block;
  text-align: left;
  width: 100%;
}
#appointment-book-team-member-note-editor .team-member-header .controls .btn:not(:first-child) {
  margin-top: 5px;
}
#appointment-book-team-member-note-editor .team-member-header .controls .btn i.fa {
  color: #32323a;
  margin-right: 5px;
}
#appointment-book-team-member-note-editor .daily-note,
#appointment-book-team-member-note-editor .permanent-note {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 165px;
  position: relative;
}
#appointment-book-team-member-note-editor .daily-note::before,
#appointment-book-team-member-note-editor .permanent-note::before {
  color: #aaa;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 10px;
}
#appointment-book-team-member-note-editor .daily-note .content,
#appointment-book-team-member-note-editor .permanent-note .content {
  background-attachment: fixed;
  background-position: left top 20px;
  background-repeat: no-repeat;
  background-size: 60px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  font-size: 1.2em;
  padding: 25px 80px 20px 80px;
}
#appointment-book-team-member-note-editor .daily-note .content textarea,
#appointment-book-team-member-note-editor .permanent-note .content textarea {
  width: 100%;
}
#appointment-book-team-member-note-editor .daily-note.no-note .content,
#appointment-book-team-member-note-editor .permanent-note.no-note .content {
  text-align: center;
}
#appointment-book-team-member-note-editor .daily-note.no-note .content button,
#appointment-book-team-member-note-editor .permanent-note.no-note .content button {
  font-size: 1.25em;
  margin-top: 35px;
  padding-left: 35px;
  padding-right: 35px;
}
#appointment-book-team-member-note-editor .daily-note .controls,
#appointment-book-team-member-note-editor .permanent-note .controls {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#appointment-book-team-member-note-editor .daily-note .controls div,
#appointment-book-team-member-note-editor .permanent-note .controls div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
#appointment-book-team-member-note-editor .daily-note .controls div:last-child,
#appointment-book-team-member-note-editor .permanent-note .controls div:last-child {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#appointment-book-team-member-note-editor .daily-note {
  border-bottom: 1px solid #aaa;
}
#appointment-book-team-member-note-editor .daily-note::before {
  content: 'Day Note';
}
#appointment-book-team-member-note-editor .daily-note .content {
  background-image: url(/Content/images/Appointments/daily-note-inverse.svg);
}
#appointment-book-team-member-note-editor .daily-note .content .date {
  font-weight: bold;
}
#appointment-book-team-member-note-editor .daily-note .controls {
  margin-bottom: 10px;
}
#appointment-book-team-member-note-editor .permanent-note::before {
  content: 'Permanent Note';
}
#appointment-book-team-member-note-editor .permanent-note .content {
  background-image: url(/Content/images/Appointments/permanent-note-inverse.svg);
}
@media (min-width: 1024px) {
  #appointment-book-team-member-delete-bookouts .modal-content {
    height: 400px;
  }
}
#appointment-book-team-member-delete-bookouts .modal-header {
  border-bottom: none;
}
#appointment-book-team-member-delete-bookouts .title {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin: 0;
}
#appointment-book-team-member-delete-bookouts .footer-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 50px;
  margin-bottom: 10px;
}
#appointment-book-team-member-delete-bookouts .footer-row button {
  width: 100%;
  max-width: 200px;
  margin: 0px auto 10px;
}
#appointment-book-team-member-delete-bookouts .footer-row button .action-button-animation-text {
  font-size: 6px;
}
.close-context-menu {
  cursor: pointer;
}
#appointment-diary-home #appointment-diary-remove-booking #btn-remove {
  display: none;
}
#appointments-diary-mount-point .appointment-grid-body .appointment-grid-row.major {
  border-top-color: #000;
}
#booking-options-modal .modal-dialog,
#client-notes-modal .modal-dialog,
#client-alerts-modal .modal-dialog {
  width: 65vw;
}
@media (max-width: 1280px) {
  #booking-options-modal .modal-dialog,
  #client-notes-modal .modal-dialog,
  #client-alerts-modal .modal-dialog {
    width: 80vw;
  }
}
@media (min-width: 1920px) {
  #booking-options-modal .modal-dialog,
  #client-notes-modal .modal-dialog,
  #client-alerts-modal .modal-dialog {
    width: 54vw;
  }
}
#booking-options-modal .modal-dialog .modal-content,
#client-notes-modal .modal-dialog .modal-content,
#client-alerts-modal .modal-dialog .modal-content {
  width: 100%;
}
#booking-options-modal #client-record-summary {
  margin-top: 30px;
}
#booking-options-modal #client-record-summary .basic-details {
  min-width: 210px;
}
@media (max-width: 1440px) {
  #booking-options-modal #client-record-summary .deposit {
    display: none;
  }
}
@media (max-width: 1280px) {
  #booking-options-modal #client-record-summary .notes-and-alerts {
    display: none;
  }
}
#booking-options {
  display: grid;
  grid-gap: 0;
  grid-template-areas: 'options-left booking-details options-right';
  grid-template-columns: 25fr 50fr 25fr;
  grid-template-rows: 1fr;
  width: 100%;
  height: 100%;
  padding: 20px 10px;
}
#booking-options .options-left {
  grid-area: options-left;
}
#booking-options .booking-details {
  grid-area: booking-details;
  padding: 0px 10%;
}
#booking-options .options-right {
  grid-area: options-right;
  position: relative;
}
#booking-options .options-left,
#booking-options .options-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 10px;
}
#booking-options .bill-details .divider-inner {
  border-color: #D8DE48;
}
#booking-options button,
#booking-options .btn {
  border-radius: 5px;
  padding: 8px 10px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  color: #000;
}
#booking-options .btn-with-icon {
  min-width: 200px;
  max-width: 100%;
  height: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#booking-options .btn-with-icon .option-icon {
  min-width: 35px;
  min-height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#booking-options .btn-with-icon .option-icon.fa-repeat {
  padding-top: 2px;
}
#booking-options .btn-with-icon .icon-button {
  display: inline-block;
  height: 18px !important;
}
#booking-options .btn-with-icon .button-icon-text {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  font-size: 16px;
  padding-left: 10px;
}
#booking-options .title {
  font-size: 18px;
  margin: 0px;
  font-weight: bold;
}
#booking-options .fa {
  font-size: 20px;
  color: #000;
}
#booking-options .fa.fa-spin {
  font-size: 14px;
}
#booking-options .btn-primary {
  margin-top: 40px;
}
#booking-options .user {
  font-size: 12px;
}
#booking-options .user .user-name,
#booking-options .user strong {
  font-weight: bold;
  color: #000;
}
#booking-options .has-alerts {
  color: red !important;
}
.arrive-icon {
  background: url(/Content/images/Appointments/location-updated.png);
}
.no-show-icon {
  background: url(/Content/images/Appointments/no-show.svg);
}
.calendar-icon {
  background: url(/Content/images/Appointments/calendar.svg) no-repeat center;
}
.edit-icon {
  background: url(/Content/images/Appointments/edit_booking.png);
}
.client-record-icon {
  background: url(/Content/images/Appointments/client-record.svg);
}
.note-icon {
  background: url(/Content/images/Appointments/note.svg);
}
.alerts-icon,
.alerts-icon-red {
  background: url(/Content/images/Appointments/alerts.svg);
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.alerts-icon-red {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.resize-icon {
  background: url(/Content/images/Appointments/resize.svg);
}
.no-show-icon,
.calendar-icon,
.edit-icon {
  min-height: 20px !important;
}
.note-icon,
.client-record-icon {
  min-height: 18px !important;
}
.note-icon,
.client-record-icon {
  min-height: 18px !important;
}
.booking-memo {
  resize: none;
  border: 1px solid #D5D5D5;
  margin-bottom: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
.booking-container {
  margin: 15px 0px 20px;
}
.booking-container .discount-icon {
  min-width: 32px;
  min-height: 20px;
  height: 20px;
  margin-left: 4px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  cursor: pointer;
  color: #000;
}
.booking-container .discount-icon span {
  display: none;
  color: #000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.booking-container .discount-icon.active span {
  content: attr(title);
  position: absolute;
  left: 35px;
  top: -2px;
  white-space: pre;
  background: #eee;
  padding: 2px 5px;
  border-radius: 5px;
  z-index: 1000;
  -webkit-box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.15);
  display: block;
  text-align: left;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1024px) {
  .booking-container .discount-icon.active span {
    width: 100px;
    word-wrap: break-word;
    white-space: break-spaces;
  }
}
@media (max-width: 600px) {
  .booking-container .discount-icon.active span {
    right: 35px;
    left: auto;
  }
}
.bookings-list {
  margin-bottom: 0;
}
.bookings-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
.bookings-list li > span,
.bookings-list li label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bookings-list li label {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .bookings-list li label {
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4;
  }
}
.bookings-list li label span {
  font-weight: normal;
}
.bookings-list li label span,
.bookings-list li label strong {
  color: #727272;
}
.bookings-list li span:last-child {
  text-align: right;
}
.booking-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.booking-payment label {
  margin-right: 25px;
  font-size: 16px;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.booking-payment span {
  min-width: 20%;
  text-align: right;
}
.booking-payment.total-to-pay {
  font-weight: bold;
  font-size: 18px;
}
.booking-payment.total-to-pay label {
  font-size: 20px;
  font-weight: bold;
}
.booking-payment.discounts {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.booking-payment.discounts label {
  margin-bottom: 0;
  font-weight: bold;
}
.booking-payment.discounts .discount-icon {
  margin: 0;
  cursor: default;
}
#save-close-options {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
/* Mobile View Code */
@media only screen and (max-width: 768px) {
  #cc-layout {
    overflow: hidden;
  }
  #appointment-book-grid-container .right #appointment-diary-team-member-tabs,
  .appointment-grid-zoom-toggle,
  .appointment-grid-column-note,
  #cc-footer:empty {
    display: none;
  }
  #cc-tertiary-menu-toggle.show-on-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .appointment-grid-column.header.standard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .appointment-grid-column.header.standard .appointment-grid-column-caption {
    position: static;
    max-width: 90vw;
  }
  .appointment-grid-column.header.standard .appointment-grid-column-caption::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    content: "\f107";
  }
  .mobile-team-members-list {
    position: fixed;
    background: #fff;
    z-index: 10001;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    text-align: center;
    overflow: auto;
    max-height: 100vh;
    top: 60px;
    left: 100vw;
    right: -100vw;
    bottom: -10px;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
  }
  .mobile-team-members-list h4 {
    font-weight: bold;
    text-align: left;
    border-bottom: 2px solid #ccc;
    padding: 12px;
    margin-bottom: 20px;
  }
  .mobile-team-members-list.expanded {
    left: 0;
    right: 0;
    opacity: 1;
    padding-bottom: 100px;
  }
  .mobile-team-members-list li {
    padding: 15px;
    border-bottom: 1px solid #ccc;
    font-size: 1.1em;
    cursor: pointer;
  }
  .mobile-team-members-list li > span {
    display: none;
  }
  .mobile-team-members-list li.selected {
    position: relative;
  }
  html[data-module=pbm] .mobile-team-members-list li.selected {
    background-color: #39c5f3;
  }
  html[data-module=admin] .mobile-team-members-list li.selected {
    background-color: #cc6666;
  }
  html[data-module=setup] .mobile-team-members-list li.selected {
    background-color: #7e919f;
  }
  html[data-module=marketing] .mobile-team-members-list li.selected {
    background-color: #bb8BF4;
  }
  html[data-module=external] .mobile-team-members-list li.selected {
    background-color: #2f7cb2;
  }
  html[data-module=reporting] .mobile-team-members-list li.selected {
    background-color: #5ee09d;
  }
  html[data-module=appointments] .mobile-team-members-list li.selected {
    background-color: #c5c5c5;
  }
  html[data-module=consultation-forms] .mobile-team-members-list li.selected {
    background-color: #e570c1;
  }
  html[data-module=clients] .mobile-team-members-list li.selected {
    background-color: #f56868;
  }
  html[data-module=till] .mobile-team-members-list li.selected {
    background-color: #d3d92e;
  }
  html[data-module=stock-control] .mobile-team-members-list li.selected {
    background-color: #4dffff;
  }
  .mobile-team-members-list li.selected > span {
    display: inline;
    position: absolute;
    left: 14px;
    top: 17px;
    color: #00A21A;
  }
  .mobile-team-members-list li.close-team-member-menu {
    position: fixed;
    top: 88px;
    right: 16px;
    padding: 5px 12px;
    background: #ccc;
    border-radius: 50px;
  }
  .mobile-team-members-list > li {
    border: 0;
  }
  .mobile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0px 10px;
    width: 100vw;
    position: fixed;
    z-index: 1000;
  }
  .mobile-header .calendar-container {
    display: inline-block;
    position: relative;
    z-index: 499;
  }
  .mobile-header .calendar-container .picker:before {
    content: "\f073";
    font-family: 'FontAwesome';
    left: 10px;
    position: absolute;
    bottom: 16px;
    color: #666;
    font-size: 1.1em;
  }
  .mobile-header .salon-chooser-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
    position: relative;
  }
  .mobile-header .salon-chooser-container .current-site {
    display: block;
    width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
    padding-right: 25px;
    padding-left: 30px;
  }
  .mobile-header .salon-chooser-container .current-site:before {
    color: #323232;
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(/Content/images/choose-site-icon.svg) no-repeat center;
    top: 6px;
    left: 7px;
    text-indent: 0;
    background-size: cover;
    opacity: 0.7;
  }
  .mobile-header .salon-chooser-container .btn {
    background: transparent !important;
    border-color: transparent !important;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: absolute;
    height: 25px;
    inset: 0;
    text-indent: -9999px;
  }
  .mobile-header .salon-chooser-container .btn:hover {
    background: transparent !important;
    border-color: transparent !important;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .mobile-header .multi-site {
    border: 2px solid silver;
    border-radius: 5px;
  }
  .mobile-header .multi-site .btn {
    height: 30px;
  }
  .mobile-header .multi-site .current-site:after {
    color: #323232;
    margin-left: 10px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    content: "\f107";
    position: absolute;
    right: 8px;
    top: 8px;
    text-indent: 0;
  }
  #cc-main-content {
    padding-bottom: 0;
  }
  #appointment-diary-home {
    height: calc(100vh - 100px);
    overflow-y: hidden;
    overflow-x: scroll;
    padding: 10px 0;
  }
  .appointment-grid-column-caption {
    font-size: 1.2em;
  }
  .appointment-grid-column-headers::after {
    display: none;
  }
  .appointment-grid {
    margin-top: 50px;
  }
  .only-one-member .appointment-grid-column.time.header {
    display: none;
  }
  .appointment-grid-row {
    font-size: 1.1em;
  }
  .appointment-grid-row .appointment-grid-row-caption {
    color: #000;
    text-shadow: 1px 1px 1px #fff;
  }
  .appointment-grid-row.past .appointment-grid-row-caption {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  }
  .appointment-grid-row-caption.right {
    right: 7px;
  }
  #cc-footer {
    position: fixed;
  }
  #cc-footer .icon-prev {
    width: 130px;
  }
  #cc-footer #cc-footer-actions .back {
    width: 100%;
  }
  #cc-footer #cc-footer-options .btn {
    height: 35px;
    margin: 0 0.3% 9px 0;
  }
  #cc-footer #appointment-diary-footer-bar-for-action #cc-footer-actions {
    width: 100%;
  }
  #cc-footer #appointment-diary-footer-bar-for-action #cc-footer-actions .back {
    width: 40%;
  }
  #booking-options .pay-in-till {
    display: none;
  }
  .appointment-grid-booking-context-menu {
    left: 0px !important;
  }
  .mobile-header .calendar-container input {
    border: 2px solid #63c5da !important;
  }
  .mobile-header .salon-chooser-container {
    border: 2px solid #63c5da !important;
    border-radius: 5px;
  }
  .resize-context-menu {
    left: auto !important;
    right: 0px;
    width: 46px;
    min-width: 46px;
  }
  .resize-context-menu .phone,
  .resize-context-menu .email,
  .resize-context-menu .extrabookingTime,
  .resize-context-menu .resize-accept > span,
  .resize-context-menu .resize-cancel > span {
    display: none;
  }
  #appointment-diary-home #client-record-search .search-results .cell.actions {
    width: 44%;
    text-align: right;
  }
  #appointment-diary-home #client-record-search .search-results .cell.actions .btn {
    width: 100% !important;
    margin-right: 0 !important;
    margin-top: 5px;
  }
  #booking-options {
    display: grid;
    grid-gap: 0;
    grid-template-areas: 'options-left options-right' 'booking-details booking-details';
    grid-template-columns: 50fr 50fr;
    grid-template-rows: auto 1fr;
    width: 100%;
    height: auto;
    padding: 20px 10px;
    grid-gap: 20px;
  }
  #booking-options .options-left {
    grid-area: options-left;
    margin-bottom: 30px;
  }
  #booking-options .booking-details {
    grid-area: booking-details;
    padding: 0px;
  }
  #booking-options .options-right {
    grid-area: options-right;
    position: static;
    margin-bottom: 30px;
  }
  #booking-options #save-close-options {
    position: static;
    margin: 20px auto;
    width: 80%;
    display: block;
  }
}
@media only screen and (max-width: 700px) {
  #booking-options-modal #client-record-summary .basic-details {
    border: none;
    padding: 0px;
    line-height: 26px;
  }
  #booking-options-modal .loyalty-points,
  #booking-options-modal .notes-and-alerts,
  #booking-options-modal .deposit,
  #booking-options-modal .gdpr,
  #booking-options-modal .skin-test {
    display: none;
  }
  #booking-options-modal #booking-options {
    padding: 0;
    grid-gap: 5px;
    margin-top: 20px;
    grid-template-columns: 49% 49%;
  }
  #booking-options-modal #booking-options .btn-with-icon {
    min-width: 100%;
    overflow: hidden;
  }
  #booking-options-modal #booking-options .btn-with-icon .button-icon-text {
    padding-left: 4px;
  }
  #booking-options-modal #booking-options .btn-with-icon .option-icon {
    min-width: 25px;
    width: 25px;
  }
  #booking-options-modal #booking-options .btn-with-icon.hide-on-mobile {
    display: none;
  }
}
.notes-header .title {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin: 0;
}
.notes-header .sub-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.notes-header .btn {
  margin-top: 12px;
}
.notes-header .btn-print-client-notes {
  margin-right: 10px;
}
@media only screen and (max-width: 700px) {
  .notes-header .btn-print-client-notes.hide-on-mobile {
    display: none;
  }
}
.notes-header .option-icon {
  min-width: 32px;
  min-height: 22px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#appointment-diary-home .tutor-name {
  font-size: 1.2em;
  position: sticky;
  left: 0px;
  text-align: center;
  margin-top: -5px;
  padding-bottom: 10px;
}
#pay-bill-container .bill-discountsList-container {
  position: relative;
}
#pay-bill-container .bill-discountsList-container .delete-action {
  position: absolute;
  right: 0;
  cursor: pointer;
  color: black;
}
#class-selector-container,
#standby-list-container {
  background-color: #fff;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  padding: 2% 5%;
  z-index: 500;
  overflow-y: auto;
}
#class-selector-container h3.title,
#standby-list-container h3.title {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin: 0;
}
#class-selector-container .modal h3.title,
#standby-list-container .modal h3.title {
  margin-top: 20px;
}
#class-selector-container .header,
#standby-list-container .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#class-selector-container .header .search-container,
#standby-list-container .header .search-container {
  position: relative;
}
#class-selector-container .header .search-container .fa,
#standby-list-container .header .search-container .fa {
  position: absolute;
  top: 9px;
}
#class-selector-container .header .search-container .fa.fa-search,
#standby-list-container .header .search-container .fa.fa-search {
  left: 10px;
  color: #9F9F9F40;
}
#class-selector-container .header .search-container .fa.fa-times,
#standby-list-container .header .search-container .fa.fa-times {
  right: 11px;
  cursor: pointer;
  color: #8E8A8A;
}
#class-selector-container .header .search-container .fa.fa-times:hover,
#standby-list-container .header .search-container .fa.fa-times:hover {
  scale: 1.1;
  top: 8px;
  color: #3a3a3f;
}
#class-selector-container .header .search-container input,
#standby-list-container .header .search-container input {
  padding-left: 30px;
  width: 250px;
}
#class-selector-container .header .search-container input:has(+ i),
#standby-list-container .header .search-container input:has(+ i) {
  padding-right: 30px;
}
#class-selector-container .calendar-container,
#standby-list-container .calendar-container {
  position: relative;
}
#class-selector-container .calendar-container .picker:before,
#standby-list-container .calendar-container .picker:before {
  content: "\f073";
  font-family: 'FontAwesome';
  left: 10px;
  position: absolute;
  bottom: 16px;
  color: #666;
  font-size: 1.1em;
}
#class-selector-container .calendar-container .picker--opened:before,
#standby-list-container .calendar-container .picker--opened:before {
  left: 150px;
}
#class-selector-container .calendar-container .picker--opened,
#standby-list-container .calendar-container .picker--opened,
#class-selector-container .calendar-container .picker--holder,
#standby-list-container .calendar-container .picker--holder {
  right: 0;
}
@media only screen and (max-width: 700px) {
  #standby-list-container .calendar-from .calendar-container .picker--opened:before {
    left: 10px;
  }
  #standby-list-container .calendar-from .calendar-container .picker--opened,
  #standby-list-container .calendar-from .calendar-container .picker--holder {
    right: auto;
    left: 0;
  }
}
#standby-list-container {
  padding: 0;
  z-index: initial;
}
#standby-list-container #page-title {
  font-size: 2.5em;
  margin: 20px 0px;
  text-align: left;
  font-weight: 500;
  color: #000;
  padding: 0px 2%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #standby-list-container #page-title {
    text-align: center;
  }
}
#standby-list-container #standby-list-content {
  padding: 0px 2% 1%;
}
#standby-list-container #standby-list-content .btn {
  border-radius: 6px;
}
#standby-list-container button,
#client-notes-listing button,
#client-alerts-listing button {
  border-radius: 6px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
#standby-list-container button:disabled,
#client-notes-listing button:disabled,
#client-alerts-listing button:disabled {
  opacity: 0.5;
}
#standby-list-container button.btn-secondary,
#client-notes-listing button.btn-secondary,
#client-alerts-listing button.btn-secondary {
  padding: 6px 12px;
  background-color: #fff;
  border-color: #5ee09d;
  text-shadow: none;
  color: #000;
  margin: 0px 5px;
}
#standby-list-container button.btn-secondary:hover,
#client-notes-listing button.btn-secondary:hover,
#client-alerts-listing button.btn-secondary:hover,
#standby-list-container button.btn-secondary:active,
#client-notes-listing button.btn-secondary:active,
#client-alerts-listing button.btn-secondary:active,
#standby-list-container button.btn-secondary:focus,
#client-notes-listing button.btn-secondary:focus,
#client-alerts-listing button.btn-secondary:focus {
  background-color: #c9f5de !important;
  border-color: #1fa05d;
}
#standby-list-container button.btn-default,
#client-notes-listing button.btn-default,
#client-alerts-listing button.btn-default {
  background-color: #ffffff;
}
#standby-list-container button.btn-default:hover,
#client-notes-listing button.btn-default:hover,
#client-alerts-listing button.btn-default:hover {
  background-color: #d5d5d5 !important;
  border-color: #959595;
}
#standby-list-container button.no-borders,
#client-notes-listing button.no-borders,
#client-alerts-listing button.no-borders {
  background-color: transparent !important;
  border-color: transparent !important;
  border: none;
  padding: 4px 8px;
  margin: 0px 5px;
}
#standby-list-container button.btn-danger,
#client-notes-listing button.btn-danger,
#client-alerts-listing button.btn-danger {
  color: #333;
}
#standby-list-container button.btn-danger:hover,
#client-notes-listing button.btn-danger:hover,
#client-alerts-listing button.btn-danger:hover {
  background-color: #ed3b3b !important;
  color: #fff !important;
  border-color: #ed3b3b !important;
}
#empty-billi-container {
  text-align: center;
}
#empty-billi-container p {
  font-size: 24px;
  line-height: 40px;
  color: #000;
}
#empty-billi-container .btn {
  font-size: 18px;
  padding: 8px 20px !important;
  min-width: 120px;
  border-radius: 5px;
}
#empty-billi-container .item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1024px) {
  #empty-billi-container .grey-billi {
    margin-bottom: 0px;
    margin-top: 60px;
  }
  #empty-billi-container p {
    font-size: 1.4em;
    line-height: 24px;
  }
  #empty-billi-container .extra-padding {
    padding: 20px 32px;
  }
}
.list-top-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.standby-listing {
  margin-top: 25px;
  font-size: 16px;
}
.standby-listing > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.standby-listing > li:not(.listing-header):hover {
  background-color: #f7f7f7;
}
.standby-listing > li.listing-header {
  border-bottom: 1px solid #000;
  color: #9B9B9B;
  font-size: 15px;
  font-weight: bold;
}
.standby-listing > li .list-col {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  max-width: 21%;
}
.standby-listing > li .list-col-slim {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 15%;
}
.standby-listing > li .basic-details {
  line-height: 1.8em;
}
.standby-listing > li .basic-details .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.standby-listing > li .basic-details .name label {
  cursor: pointer;
  display: inline;
}
.standby-listing > li .basic-details .name .fa:before {
  top: 1px;
}
.standby-listing > li .basic-details .phone,
.standby-listing > li .basic-details .email {
  font-weight: normal;
}
.standby-listing > li label {
  margin-bottom: 0px;
}
.standby-listing > li a {
  color: #333;
}
.standby-listing > li .when li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
.standby-listing > li .when li .icon {
  min-height: 20px;
  width: 20px;
  margin-right: 10px;
}
.standby-listing > li .when li label {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre;
  margin: 0;
}
.standby-listing > li .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 1024px) {
  .standby-listing > li .actions button {
    margin: 0px 3px;
  }
}
.big-clock-icon {
  background: url(/Content/images/Appointments/big-clock.svg) no-repeat center / contain;
}
.label-with-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.label-with-icon .icon {
  width: 25px;
  min-height: 25px;
  margin-right: 10px;
}
.standby-time-container,
standby-notes-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#edit-standby .client-details {
  width: 60vw;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#edit-standby .client-details .input-group-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0px;
}
#edit-standby .client-details .input-group-row label {
  width: 25%;
  min-width: 164px;
  font-size: 1.3em;
}
#edit-standby .client-details .input-group-row label .calendar-icon {
  min-height: 24px !important;
}
#edit-standby .client-details .input-group-row > div {
  min-width: 283px;
}
#edit-standby .client-details .input-group-row .weekdays-selector {
  width: auto;
}
#edit-standby .client-details .input-group-row .calendar-from-to {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 379px;
}
#edit-standby .client-details .input-group-row .calendar-from-to p {
  display: none;
}
#edit-standby .client-details .input-group-row .calendar-from-to .calendar-to {
  margin-right: 0px;
}
#edit-standby .client-details .input-group-row .calendar-from-to input[type='time'] {
  border: 2px solid silver;
  border-radius: 5px;
  color: #333;
  padding: 5px 4px;
  text-align: center;
  min-width: 160px;
}
#edit-standby .client-details .input-group-row .standby-notes-container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 379px;
}
#edit-standby .client-details .input-group-row .time-from-to {
  min-width: 340px;
}
#edit-standby .client-details .input-group-row .switchery {
  margin-right: 15px;
}
#edit-standby .client-details .input-group-row .needs-attention {
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
#edit-standby .client-details .input-group-row .standby-notes-icon {
  font-size: 23px;
}
@media only screen and (max-width: 768px) {
  #edit-standby .client-details .input-group-row {
    border-bottom: 1px solid #D5D5D5;
    padding-bottom: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    grid-gap: 5px;
    grid-template-areas: 'label label' 'details options';
  }
  #edit-standby .client-details .input-group-row .time-from-to,
  #edit-standby .client-details .input-group-row .calendar-from-to,
  #edit-standby .client-details .input-group-row > div {
    min-width: auto;
  }
  #edit-standby .client-details .input-group-row label {
    grid-area: label;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    min-width: auto;
    text-align: center;
    margin-bottom: 25px;
  }
  #edit-standby .client-details .input-group-row label > span:nth-child(2) {
    position: relative;
  }
  #edit-standby .client-details .input-group-row label > span:nth-child(2)::after {
    content: '';
    width: 50%;
    background: #999;
    height: 3px;
    position: absolute;
    bottom: -8px;
    left: 25%;
  }
  #edit-standby .client-details .input-group-row > div {
    grid-area: details;
  }
  #edit-standby .client-details .input-group-row .standby-notes-container {
    min-width: auto;
  }
  #edit-standby .client-details .input-group-row .calendar-from-to,
  #edit-standby .client-details .input-group-row .standby-time-container,
  #edit-standby .client-details .input-group-row .weekdays-selector,
  #edit-standby .client-details .input-group-row .standby-notes-container {
    grid-area: details / details / options / options;
  }
  #edit-standby .client-details .input-group-row .standby-time-container,
  #edit-standby .client-details .input-group-row .standby-notes-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #edit-standby .client-details .input-group-row .standby-time-container:has(> .time-from-to) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 20px;
  }
}
#edit-standby .item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#edit-standby .footer-row {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0px auto;
}
#edit-standby .footer-row button {
  min-width: 200px;
}
@media only screen and (max-width: 768px) {
  #edit-standby .footer-row button {
    min-width: 100px;
  }
}
#edit-standby .footer-row button .fa {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  #edit-standby .edit-standby-content {
    padding: 10px 2%;
  }
}
@media only screen and (max-width: 700px) {
  #edit-standby .edit-standby-content h2 {
    margin-top: 0px;
  }
  #edit-standby .edit-standby-content .extra-padding {
    padding: 10px 2%;
  }
}
#edit-standby .edit-standby-content .footer-row {
  width: 40vw;
}
@media only screen and (max-width: 1024px) {
  #edit-standby .client-details {
    width: auto;
    margin: 0;
  }
  #edit-standby .client-details .input-group-row label {
    font-size: 1.1em;
  }
  #edit-standby .extra-padding {
    padding: 10px 40px;
  }
  #edit-standby .edit-standby-content .footer-row {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  #edit-standby .extra-padding {
    padding: 10px 2%;
  }
  #edit-standby .search-input-container {
    width: 100%;
  }
  #edit-standby .content .services {
    height: calc(100vh - 230px);
  }
}
#change-service-modal .modal-content {
  width: 700px;
}
@media only screen and (max-width: 768px) {
  #change-service-modal .modal-content {
    width: auto;
  }
}
#change-service-modal .footer-row .btn {
  width: 100%;
  max-width: 200px !important;
  margin: 10px auto 10px !important;
}
@media only screen and (max-width: 768px) {
  #change-service-modal .footer-row .btn {
    width: auto;
  }
}
#change-service-modal .search-input-container .btn {
  width: auto !important;
}
#change-service-modal h3.title {
  text-align: center;
}
#change-service-modal .content .services {
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #cc-tertiary-menu .cc-tertiary-menu-item .label-round {
    top: 35px;
    right: 25px;
  }
  #cc-tertiary-menu .cc-tertiary-menu-item.book,
  #cc-tertiary-menu .cc-tertiary-menu-item.class {
    background-position: 33px center !important;
    padding-left: 90px;
  }
  #cc-tertiary-menu .cc-tertiary-menu-item.book > .menu-title,
  #cc-tertiary-menu .cc-tertiary-menu-item.class > .menu-title {
    padding-top: 5px;
    text-align: left;
  }
  .list-top-actions {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
  }
  .list-top-actions .btn {
    width: 95%;
  }
  .standby-listing {
    border-top: 1px solid #eee;
  }
  .standby-listing .listing-header {
    display: none;
  }
  .standby-listing > li {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-right: 110px;
  }
  .standby-listing > li .list-col,
  .standby-listing > li .list-col-slim {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    -ms-flex-negative: 2;
        flex-shrink: 2;
    max-width: initial;
    padding-bottom: 16px;
    padding-left: 10px;
  }
  .standby-listing > li .basic-details {
    padding: 0 0 16px 7px;
  }
  .standby-listing > li .basic-details .name {
    max-width: 200px;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .standby-listing > li .basic-details .name label {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-flex: 6;
        -ms-flex: 6;
            flex: 6;
  }
  .standby-listing > li .basic-details .name i {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .standby-listing > li .basic-details .name .fa:before {
    top: 3px;
  }
  .standby-listing > li .basic-details .phone,
  .standby-listing > li .basic-details .email {
    display: none;
  }
  .standby-listing > li .when li {
    font-size: 14px;
  }
  .standby-listing > li .when .time,
  .standby-listing > li .when .days {
    display: none;
  }
  .standby-listing > li .client-service {
    font-size: 14px;
    line-height: 26px;
  }
  .standby-listing > li .actions {
    position: absolute;
    right: 12px;
    top: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
  }
  .standby-listing > li .actions .phone,
  .standby-listing > li .actions .email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 20px;
  }
  .standby-listing > li .actions .phone .fa:before {
    left: 7px;
  }
  .standby-listing > li .actions .email .fa:before {
    left: 12px;
  }
  .standby-listing > li .actions .btn {
    grid-column: span 2;
  }
  #appointment-diary-footer-bar-for-add-edit-standby #cc-footer-actions {
    width: 100%;
  }
  #appointment-diary-footer-bar-for-add-edit-standby #cc-footer-actions .back,
  #appointment-diary-footer-bar-for-add-edit-standby #cc-footer-actions .forwards {
    padding: 0 17px;
    width: 50%;
  }
  #appointment-diary-footer-bar-for-add-edit-standby #cc-footer-actions .back .fa-spinner,
  #appointment-diary-footer-bar-for-add-edit-standby #cc-footer-actions .forwards .fa-spinner {
    font-size: 2em;
  }
}
.tutor-icon {
  background: url(/Content/images/Appointments/tutor.svg) no-repeat center;
}
.students-icon {
  background: url(/Content/images/Appointments/students.svg) no-repeat center;
}
.clock-icon {
  background: url(/Content/images/Appointments/time.svg) no-repeat center;
}
.clock-gray-icon {
  background: url(/Content/images/Appointments/time-gray-icon.svg) no-repeat center;
}
.day-icon {
  background: url(/Content/images/Appointments/day-icon.svg) no-repeat center;
}
.class-list-container {
  margin-bottom: 30px;
}
.classes-list {
  display: grid;
  grid-auto-rows: 1fr;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 20px 0px;
}
.classes-list .class-card {
  width: 100%;
  height: 100%;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  min-width: 31%;
}
.classes-list .class-card:hover {
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  scale: 1.05;
}
.classes-list .class-card.no-data {
  grid-column: span 3;
  padding: 20px;
}
.calendar-faded-icon {
  background: url(/Content/images/Appointments/calendar-faded.svg) no-repeat center;
  height: 18px;
}
.class-card {
  border: 2px solid #00A21A;
  border-radius: 10px;
  -webkit-animation: fade-up 0.5s;
          animation: fade-up 0.5s;
}
.class-card * {
  cursor: pointer;
}
.class-card .description {
  background: #00A21A1A;
  margin: 0;
  padding: 10px;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  border-bottom: 1px solid #E4E4E4;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre;
}
.class-card.no-bookings-available {
  border: 2px solid #FF0000;
}
.class-card.no-bookings-available .description {
  background: #FF00001A;
}
.class-card ul {
  margin: 0;
  padding: 12px 20px;
}
.class-card ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.class-card ul li .icon {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 10px;
  min-height: 20px;
}
.class-card ul li label {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre;
  margin: 0;
}
@media only screen and (max-width: 700px) {
  #class-selector-container .search-container {
    display: none;
  }
  #class-selector-container .calendar-container {
    width: 100%;
    margin-bottom: 14px;
  }
  #class-selector-container .calendar-container .picker__input {
    width: 100% !important;
    text-align: right;
    padding-right: 15px;
  }
  #class-selector-container .calendar-container .picker--opened::before {
    left: -27px;
  }
  .class-list-container {
    margin-bottom: 30px;
  }
  .classes-list {
    display: grid;
    grid-auto-rows: 1fr;
    grid-gap: 20px;
    grid-template-columns: 1fr;
    margin: 20px 0px;
  }
  .classes-list .class-card {
    min-width: 100%;
  }
  .classes-list .class-card ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .classes-list .class-card ul li {
    width: 50%;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    width: auto;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 8px 15px 8px 50px;
  }
}
#cc-footer-actions .footer-day-picker .date:hover {
  color: #fff;
  background-color: #707070;
}
#cc-footer-actions .footer-day-picker .date.selected:hover {
  color: #fff;
}
#cc-footer-actions .footer-day-picker .prev-week:hover {
  color: #fff;
  background-color: #707070;
}
#cc-footer-actions .footer-day-picker .next-week:hover {
  color: #fff;
  background-color: #707070;
}
#cc-footer-actions .footer-day-options .option:hover {
  color: #fff;
  background-color: #707070;
}
#cc-footer-actions .footer-day-options .calendar-button-container:hover {
  color: #fff;
  background-color: #707070;
}
#cc-footer-actions .footer-day-options .calendar-button-container .option {
  margin-right: 0;
}
#cc-footer-actions .footer-day-picker .date.selected:hover {
  color: #fff;
}
#cc-footer-actions .footer-day-picker .date.selected {
  color: #000 !important;
  background: #fff !important;
}
.swal-button-container .swal-button {
  min-width: 60px;
}
.multiple-classes-icon .label {
  display: none;
}
/*sana changes form font too small*/
.appointment-grid-row.fixed-height .appointment-grid-row-caption {
  font-weight: bold !important;
  font-size: 13px;
}
@media all and (min-width: 769px) {
  #appointment-diary-home .all-day-bookout .appointment-grid-booking-content {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    overflow: visible !important;
  }
}
@media all and (min-width: 769px) {
  #appointment-diary-home .hidden-column {
    display: none;
  }
}
#appointment-diary-home .appointment-grid-booking-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  left: 50%;
}
#appointment-diary-home .noshow .appointment-grid-booking-content {
  color: #fff;
}
#appointment-diary-home .appointment-grid-booking-minor-description {
  margin-top: 0px !important;
  width: 100%;
  width: 85px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
#appointment-diary-home .appointment-grid-booking-major-description {
  margin-top: 5px !important;
}
@media all and (max-width: 1100px) {
  #appointment-diary-home .appointment-grid-booking-major-description {
    margin-top: 3px !important;
  }
}
#appointment-book-team-member-note-editor .modal-header {
  min-height: 50px;
}
#appointment-book-team-member-delete-bookouts .team-member-header .divider-inner {
  margin: 5px 0 25px 0;
}
#appointment-book-team-member-delete-bookouts .main-content {
  text-align: center;
  color: #000;
}
#appointment-book-team-member-delete-bookouts .main-content .explanation {
  font-size: 18px;
  color: #000;
}
#appointment-book-team-member-delete-bookouts .main-content .start-end-dates-container {
  margin-top: 30px;
}
#appointment-book-team-member-delete-bookouts .main-content .start-end-dates-container .calendar-from-to {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
#appointment-book-team-member-delete-bookouts .main-content .start-end-dates-container .calendar-from-to p {
  text-align: left;
  font-size: 16px;
  margin-bottom: 5px;
}
#appointment-book-team-member-delete-bookouts .main-content .start-end-dates-container .calendar-from-to .calendar-to {
  margin-right: 0;
}
#appointment-book-team-member-delete-bookouts .footer-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
}
#appointment-book-team-member-delete-bookouts .footer-row button {
  width: 100% !important;
  max-width: 130px !important;
  margin: 0px 5px !important;
}
.appointment-grid-booking.small-height .appointment-grid-booking-minor-description {
  display: none;
}
.appointment-grid-booking.small-height .appointment-grid-booking-major-description {
  margin-top: 3px !important;
}
@media all and (max-width: 1500px) {
  .appointment-grid-booking.small-height {
    font-size: 12px;
  }
}
.appointment-grid-booking-context-menu .context-menu-item.resize-accept .fa-check {
  color: #008A00;
}
.appointment-grid-booking-context-menu .context-menu-item.resize-cancel .fa-times {
  color: #ff0000;
}
.appointment-grid-booking-context-menu.resize-context-menu {
  background-color: #fff;
  border: 5px solid #32323a;
  color: #000;
  padding: 10px 5px;
}
.appointment-grid-booking-context-menu.resize-context-menu .text a {
  color: #000 !important;
}
.appointment-grid-booking-context-menu.resize-context-menu .context-menu-item:hover {
  color: #fff !important;
}
.appointment-grid-column.standard.header .appointment-grid-column-caption {
  display: block;
}
.appointment-grid-column.standard.header .appointment-grid-column-caption .appointment-grid-column-avatar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.appointment-grid.condensed-x2 .appointment-grid-column.standard.header .appointment-grid-column-caption .appointment-grid-column-avatar-container,
.appointment-grid.condensed-x3 .appointment-grid-column.standard.header .appointment-grid-column-caption .appointment-grid-column-avatar-container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.appointment-grid.condensed-x2 .appointment-grid-column.standard.header .appointment-grid-column-caption .appointment-grid-column-avatar-container .user-name-in-header,
.appointment-grid.condensed-x3 .appointment-grid-column.standard.header .appointment-grid-column-caption .appointment-grid-column-avatar-container .user-name-in-header {
  word-wrap: break-word;
  white-space: pre;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.appointment-grid-column.standard.header .appointment-grid-column-note-content {
  max-width: 100%;
  position: absolute;
  text-align: center;
  /* margin: 0 auto; */
  left: 0;
  right: 0;
}
.appointment-grid-column.standard.header .avatar-tile {
  width: 24px !important;
  min-width: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.appointment-grid-column.standard.header .avatar-tile .avatar-tile-image {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.appointment-grid-column.standard.header .avatar-tile .avatar-tile-initials {
  width: 24px;
  height: 24px;
  font-size: 10px;
  line-height: 24px;
}
.appointment-grid-column.standard.header .avatar-tile .avatar-tile-name {
  display: none;
}
.appointment-grid-column.standard.header.all-day-bookout:not(.focussed) .appointment-grid-column-caption {
  display: block;
}
.appointment-grid-column.standard.header.all-day-bookout:not(.focussed) .appointment-grid-column-caption .appointment-grid-column-avatar-container {
  display: block;
  margin: 0;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  gap: 0px;
}
.appointment-grid-column.standard.header.all-day-bookout:not(.focussed) .avatar-tile,
.appointment-grid-column.standard.header.all-day-bookout:not(.focussed) .appointment-grid-column-note-content {
  display: none;
}
/*# sourceMappingURL=appointments-diary.css.map */
input,
input.select2-input,
select,
select.multi-line,
textarea,
input[type=password],
.input-password {
  width: unset;
}
.input-group {
  width: unset;
}
div.input-group,
p.input-group {
  width: 100%;
}
.input-group input.form-control,
input.form-control {
  background: unset;
  display: unset;
  float: none !important;
  margin: unset;
}
select {
  background: unset;
}
.title {
  border: unset;
  display: unset;
  width: unset;
}
p.title,
div.title,
h1.title,
h2.title,
h3.title,
h4.title,
h5.title,
h6.title {
  display: block;
}
span.title {
  display: inline;
}
div.salon-chooser-container div.title {
  display: inline-block;
}
.scrolldiv-off .row,
.scrolldiv-off-no-footer .row,
.scrolldiv-off .row-fluid,
.scrolldiv-off-no-footer .row-fluid {
  padding: unset;
}
.panel .well .input-group,
.panel-sm .well .input-group {
  float: none !important;
  display: block;
}
.btn-primary {
  display: unset;
}
a.btn-primary,
span.btn-primary,
button.btn-primary {
  display: inline;
}
div.btn-primary,
p.btn-primary {
  display: block;
}
#clients-mount-point {
  height: 100%;
  width: 100%;
}
.client-note-composer {
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: none;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
  margin: 0;
  padding: 0;
}
.client-note-composer .header,
.client-note-composer .footer {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.client-note-composer .body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.client-note-composer .body textarea {
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  resize: none;
}
.client-note-composer .header {
  margin: 0 0 15px 0;
}
.client-note-composer .header > .title {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 0 10px 0;
  text-transform: capitalize;
  text-align: center;
}
.client-note-composer .header > .hint {
  font-style: italic;
  text-align: center;
}
.client-note-composer .footer {
  margin: 15px 0 0 0;
  text-align: center;
}
.client-note-composer .footer button {
  margin: 0;
  min-width: 75px;
  width: 100%;
  max-width: 100px;
  margin: 0px auto 10px;
  border-radius: 5px;
  padding: 8px 10px;
  margin-right: 10px;
  margin-left: 10px;
}
.client-note-composer .footer button:not(:first-of-type) {
  margin-left: 10px;
}
#client-note-composer-modal .modal-body {
  height: 100%;
}
@media all and (max-width: 768px) {
  #many-sites {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0px !important;
    grid-gap: 15px;
  }
  #many-sites .site-salon-btn {
    margin: 0;
    width: 151px;
    -webkit-box-align: unset !important;
        -ms-flex-align: unset !important;
            align-items: unset !important;
    -webkit-box-flex: inherit !important;
        -ms-flex-positive: inherit !important;
            flex-grow: inherit !important;
    min-height: 150px;
    margin-bottom: 20px;
  }
  #many-sites .site-salon-btn .address,
  #many-sites .site-salon-btn .email,
  #many-sites .site-salon-btn .contact {
    display: none;
  }
  #many-sites .site-salon-btn .name {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  #many-sites .site-salon-btn .location-icon {
    font-size: 3em;
    margin-bottom: 10px;
  }
  #few-sites {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 20px !important;
    padding-right: 20px !important;
    grid-gap: 15px;
  }
  #few-sites .site-salon-btn {
    margin: 0;
    width: 151px;
    -webkit-box-align: unset !important;
        -ms-flex-align: unset !important;
            align-items: unset !important;
    -webkit-box-flex: inherit !important;
        -ms-flex-positive: inherit !important;
            flex-grow: inherit !important;
    min-height: 150px;
    margin-bottom: 20px;
  }
  #few-sites .site-salon-btn .address,
  #few-sites .site-salon-btn .email,
  #few-sites .site-salon-btn .contact {
    display: none;
  }
  #few-sites .site-salon-btn .name {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  #few-sites .site-salon-btn .location-icon {
    font-size: 3em;
    margin-bottom: 10px;
  }
}
/*# sourceMappingURL=clients-common.css.map */
#clients-mount-point {
  background-color: #fafafa;
  -webkit-box-shadow: inset 5px 10px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 5px 10px 10px 0 rgba(0, 0, 0, 0.25);
  height: 100%;
  overflow-y: auto;
}
#new-client-container {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  height: 100%;
  width: 100%;
}
#new-client {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #fff;
  border: 2px solid #a8a8a8;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 21px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 25px auto 0 auto;
  min-height: 50vh;
  min-width: 575px;
  padding: 10px;
  width: 33vw;
}
#new-client .progress-icon-standalone-animated {
  margin: 25px auto;
}
#new-client .new-client-step,
#new-client .loading,
#new-client .error,
#new-client .success {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: 350px;
  max-height: 350px;
  overflow-y: auto;
  padding: 0 10px;
}
#new-client .title,
#new-client .progress,
#new-client .footer {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#new-client p {
  text-align: center;
}
#new-client label {
  display: block;
  font-weight: normal;
}
#new-client input {
  background-color: #fff;
}
#new-client .form-control {
  font-size: 21px;
  height: 44px;
}
#new-client > .title {
  font-size: 1.4em;
  line-height: 1;
  padding: 0 0 5px 0;
  text-align: center;
}
#new-client > .progress-dots {
  text-align: center;
  padding: 5px 0 35px 0;
}
#new-client > .progress-dots .dot {
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  height: 10px;
  margin: 0 5px;
  width: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
html[data-module=pbm] #new-client > .progress-dots .dot.completed {
  background-color: #39c5f3;
}
html[data-module=admin] #new-client > .progress-dots .dot.completed {
  background-color: #cc6666;
}
html[data-module=setup] #new-client > .progress-dots .dot.completed {
  background-color: #7e919f;
}
html[data-module=marketing] #new-client > .progress-dots .dot.completed {
  background-color: #bb8BF4;
}
html[data-module=external] #new-client > .progress-dots .dot.completed {
  background-color: #2f7cb2;
}
html[data-module=reporting] #new-client > .progress-dots .dot.completed {
  background-color: #5ee09d;
}
html[data-module=appointments] #new-client > .progress-dots .dot.completed {
  background-color: #c5c5c5;
}
html[data-module=consultation-forms] #new-client > .progress-dots .dot.completed {
  background-color: #e570c1;
}
html[data-module=clients] #new-client > .progress-dots .dot.completed {
  background-color: #f56868;
}
html[data-module=till] #new-client > .progress-dots .dot.completed {
  background-color: #d3d92e;
}
html[data-module=stock-control] #new-client > .progress-dots .dot.completed {
  background-color: #4dffff;
}
html[data-module=pbm] #new-client > .progress-dots .dot.completed {
  border-color: #0a7da3;
}
html[data-module=admin] #new-client > .progress-dots .dot.completed {
  border-color: #862d2d;
}
html[data-module=setup] #new-client > .progress-dots .dot.completed {
  border-color: #43505a;
}
html[data-module=marketing] #new-client > .progress-dots .dot.completed {
  border-color: #7717e9;
}
html[data-module=external] #new-client > .progress-dots .dot.completed {
  border-color: #14364d;
}
html[data-module=reporting] #new-client > .progress-dots .dot.completed {
  border-color: #1fa05d;
}
html[data-module=appointments] #new-client > .progress-dots .dot.completed {
  border-color: #858585;
}
html[data-module=consultation-forms] #new-client > .progress-dots .dot.completed {
  border-color: #b52187;
}
html[data-module=clients] #new-client > .progress-dots .dot.completed {
  border-color: #d00e0e;
}
html[data-module=till] #new-client > .progress-dots .dot.completed {
  border-color: #6f7315;
}
html[data-module=stock-control] #new-client > .progress-dots .dot.completed {
  border-color: #00cccd;
}
#new-client > .progress-dots .dot.active {
  height: 15px;
  margin-top: 2.5px;
  width: 15px;
}
html[data-module=pbm] #new-client > .progress-dots .dot.active {
  background-color: #39c5f3;
}
html[data-module=admin] #new-client > .progress-dots .dot.active {
  background-color: #cc6666;
}
html[data-module=setup] #new-client > .progress-dots .dot.active {
  background-color: #7e919f;
}
html[data-module=marketing] #new-client > .progress-dots .dot.active {
  background-color: #bb8BF4;
}
html[data-module=external] #new-client > .progress-dots .dot.active {
  background-color: #2f7cb2;
}
html[data-module=reporting] #new-client > .progress-dots .dot.active {
  background-color: #5ee09d;
}
html[data-module=appointments] #new-client > .progress-dots .dot.active {
  background-color: #c5c5c5;
}
html[data-module=consultation-forms] #new-client > .progress-dots .dot.active {
  background-color: #e570c1;
}
html[data-module=clients] #new-client > .progress-dots .dot.active {
  background-color: #f56868;
}
html[data-module=till] #new-client > .progress-dots .dot.active {
  background-color: #d3d92e;
}
html[data-module=stock-control] #new-client > .progress-dots .dot.active {
  background-color: #4dffff;
}
html[data-module=pbm] #new-client > .progress-dots .dot.active {
  border-color: #0a7da3;
}
html[data-module=admin] #new-client > .progress-dots .dot.active {
  border-color: #862d2d;
}
html[data-module=setup] #new-client > .progress-dots .dot.active {
  border-color: #43505a;
}
html[data-module=marketing] #new-client > .progress-dots .dot.active {
  border-color: #7717e9;
}
html[data-module=external] #new-client > .progress-dots .dot.active {
  border-color: #14364d;
}
html[data-module=reporting] #new-client > .progress-dots .dot.active {
  border-color: #1fa05d;
}
html[data-module=appointments] #new-client > .progress-dots .dot.active {
  border-color: #858585;
}
html[data-module=consultation-forms] #new-client > .progress-dots .dot.active {
  border-color: #b52187;
}
html[data-module=clients] #new-client > .progress-dots .dot.active {
  border-color: #d00e0e;
}
html[data-module=till] #new-client > .progress-dots .dot.active {
  border-color: #6f7315;
}
html[data-module=stock-control] #new-client > .progress-dots .dot.active {
  border-color: #00cccd;
}
#new-client > .progress-dots .dot.pending {
  background-color: #fff;
  border-color: #aeaeae;
  -webkit-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
}
#new-client > .footer {
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 0 0 0;
}
#new-client > .footer .back,
#new-client > .footer .skip,
#new-client > .footer .next {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
#new-client > .footer .skip {
  text-align: center;
}
#new-client > .footer .next {
  text-align: right;
}
#new-client #choose-site-step .site-buttons {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#new-client #choose-site-step .site-buttons .site-button {
  background-color: #fff;
  cursor: pointer;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  line-height: 1.2;
  margin: 0 10px;
  padding: 20px;
  position: relative;
  text-align: center;
}
#new-client #choose-site-step .site-buttons .site-button:first-of-type {
  margin-left: 0;
}
#new-client #choose-site-step .site-buttons .site-button:last-of-type {
  margin-right: 0;
}
#new-client #choose-site-step .site-buttons .site-button.selected {
  border-style: solid;
  border-width: 2px;
}
html[data-module=pbm] #new-client #choose-site-step .site-buttons .site-button.selected {
  border-color: #39c5f3;
}
html[data-module=admin] #new-client #choose-site-step .site-buttons .site-button.selected {
  border-color: #cc6666;
}
html[data-module=setup] #new-client #choose-site-step .site-buttons .site-button.selected {
  border-color: #7e919f;
}
html[data-module=marketing] #new-client #choose-site-step .site-buttons .site-button.selected {
  border-color: #bb8BF4;
}
html[data-module=external] #new-client #choose-site-step .site-buttons .site-button.selected {
  border-color: #2f7cb2;
}
html[data-module=reporting] #new-client #choose-site-step .site-buttons .site-button.selected {
  border-color: #5ee09d;
}
html[data-module=appointments] #new-client #choose-site-step .site-buttons .site-button.selected {
  border-color: #c5c5c5;
}
html[data-module=consultation-forms] #new-client #choose-site-step .site-buttons .site-button.selected {
  border-color: #e570c1;
}
html[data-module=clients] #new-client #choose-site-step .site-buttons .site-button.selected {
  border-color: #f56868;
}
html[data-module=till] #new-client #choose-site-step .site-buttons .site-button.selected {
  border-color: #d3d92e;
}
html[data-module=stock-control] #new-client #choose-site-step .site-buttons .site-button.selected {
  border-color: #4dffff;
}
#new-client #choose-site-step .site-buttons .site-button.selected::after {
  bottom: 5px;
  content: "\f058";
  font-family: 'FontAwesome';
  font-size: 16px;
  position: absolute;
  right: 7px;
}
html[data-module=pbm] #new-client #choose-site-step .site-buttons .site-button.selected::after {
  color: #39c5f3;
}
html[data-module=admin] #new-client #choose-site-step .site-buttons .site-button.selected::after {
  color: #cc6666;
}
html[data-module=setup] #new-client #choose-site-step .site-buttons .site-button.selected::after {
  color: #7e919f;
}
html[data-module=marketing] #new-client #choose-site-step .site-buttons .site-button.selected::after {
  color: #bb8BF4;
}
html[data-module=external] #new-client #choose-site-step .site-buttons .site-button.selected::after {
  color: #2f7cb2;
}
html[data-module=reporting] #new-client #choose-site-step .site-buttons .site-button.selected::after {
  color: #5ee09d;
}
html[data-module=appointments] #new-client #choose-site-step .site-buttons .site-button.selected::after {
  color: #c5c5c5;
}
html[data-module=consultation-forms] #new-client #choose-site-step .site-buttons .site-button.selected::after {
  color: #e570c1;
}
html[data-module=clients] #new-client #choose-site-step .site-buttons .site-button.selected::after {
  color: #f56868;
}
html[data-module=till] #new-client #choose-site-step .site-buttons .site-button.selected::after {
  color: #d3d92e;
}
html[data-module=stock-control] #new-client #choose-site-step .site-buttons .site-button.selected::after {
  color: #4dffff;
}
#new-client #choose-site-step .site-buttons .site-button:not(.selected) {
  border: 2px dotted #aeaeae;
}
#new-client #identity-step #title {
  display: inline-block;
  max-width: 180px;
  width: 50%;
}
#new-client #identity-step #title + span {
  cursor: pointer;
  font-size: 12px;
  margin-left: 10px;
}
#new-client #identity-step #title + span strong {
  color: blue;
  text-decoration: underline;
}
#new-client #identity-step .gender-picker .gender-picker-female,
#new-client #identity-step .gender-picker .gender-picker-male,
#new-client #identity-step .gender-picker .gender-picker-both {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 125px;
}
#new-client #identity-step .gender-picker .gender-picker-male {
  margin-left: 10px;
  margin-right: 10px;
}
#new-client #identity-step .gender-picker .toggle-panel-container.active {
  border-style: solid;
  border-width: 2px;
}
html[data-module=pbm] #new-client #identity-step .gender-picker .toggle-panel-container.active {
  border-color: #39c5f3;
}
html[data-module=admin] #new-client #identity-step .gender-picker .toggle-panel-container.active {
  border-color: #cc6666;
}
html[data-module=setup] #new-client #identity-step .gender-picker .toggle-panel-container.active {
  border-color: #7e919f;
}
html[data-module=marketing] #new-client #identity-step .gender-picker .toggle-panel-container.active {
  border-color: #bb8BF4;
}
html[data-module=external] #new-client #identity-step .gender-picker .toggle-panel-container.active {
  border-color: #2f7cb2;
}
html[data-module=reporting] #new-client #identity-step .gender-picker .toggle-panel-container.active {
  border-color: #5ee09d;
}
html[data-module=appointments] #new-client #identity-step .gender-picker .toggle-panel-container.active {
  border-color: #c5c5c5;
}
html[data-module=consultation-forms] #new-client #identity-step .gender-picker .toggle-panel-container.active {
  border-color: #e570c1;
}
html[data-module=clients] #new-client #identity-step .gender-picker .toggle-panel-container.active {
  border-color: #f56868;
}
html[data-module=till] #new-client #identity-step .gender-picker .toggle-panel-container.active {
  border-color: #d3d92e;
}
html[data-module=stock-control] #new-client #identity-step .gender-picker .toggle-panel-container.active {
  border-color: #4dffff;
}
#new-client #identity-step .gender-picker .toggle-panel-container.inactive {
  border: 2px dotted #aeaeae;
}
#new-client #age-step .date-of-birth-controls {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#new-client #age-step .date-of-birth-controls > div {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 0 5px;
}
#new-client #age-step .date-of-birth-controls > div:first-of-type {
  padding-left: 0;
}
#new-client #age-step .date-of-birth-controls > div:last-of-type {
  padding-right: 0;
}
#new-client #age-step .date-of-birth-controls > div label {
  font-size: 14px;
  margin: 0;
}
#new-client #age-step .marketable-age-controls {
  text-align: center;
}
#new-client #age-step .marketable-age-controls p {
  margin: 25px 0;
}
#new-client #age-step .marketable-age-controls > div {
  background-color: #fff;
  cursor: pointer;
  display: inline-block;
  line-height: 1.2;
  margin: 0 5px;
  padding: 20px;
  position: relative;
  text-align: center;
  width: 180px;
}
#new-client #age-step .marketable-age-controls > div:first-of-type {
  margin-left: 0;
}
#new-client #age-step .marketable-age-controls > div:last-of-type {
  margin-right: 0;
}
#new-client #age-step .marketable-age-controls > div.selected {
  border-style: solid;
  border-width: 2px;
}
html[data-module=pbm] #new-client #age-step .marketable-age-controls > div.selected {
  border-color: #39c5f3;
}
html[data-module=admin] #new-client #age-step .marketable-age-controls > div.selected {
  border-color: #cc6666;
}
html[data-module=setup] #new-client #age-step .marketable-age-controls > div.selected {
  border-color: #7e919f;
}
html[data-module=marketing] #new-client #age-step .marketable-age-controls > div.selected {
  border-color: #bb8BF4;
}
html[data-module=external] #new-client #age-step .marketable-age-controls > div.selected {
  border-color: #2f7cb2;
}
html[data-module=reporting] #new-client #age-step .marketable-age-controls > div.selected {
  border-color: #5ee09d;
}
html[data-module=appointments] #new-client #age-step .marketable-age-controls > div.selected {
  border-color: #c5c5c5;
}
html[data-module=consultation-forms] #new-client #age-step .marketable-age-controls > div.selected {
  border-color: #e570c1;
}
html[data-module=clients] #new-client #age-step .marketable-age-controls > div.selected {
  border-color: #f56868;
}
html[data-module=till] #new-client #age-step .marketable-age-controls > div.selected {
  border-color: #d3d92e;
}
html[data-module=stock-control] #new-client #age-step .marketable-age-controls > div.selected {
  border-color: #4dffff;
}
#new-client #age-step .marketable-age-controls > div.selected::after {
  bottom: 5px;
  content: "\f058";
  font-family: 'FontAwesome';
  font-size: 16px;
  position: absolute;
  right: 7px;
}
html[data-module=pbm] #new-client #age-step .marketable-age-controls > div.selected::after {
  color: #39c5f3;
}
html[data-module=admin] #new-client #age-step .marketable-age-controls > div.selected::after {
  color: #cc6666;
}
html[data-module=setup] #new-client #age-step .marketable-age-controls > div.selected::after {
  color: #7e919f;
}
html[data-module=marketing] #new-client #age-step .marketable-age-controls > div.selected::after {
  color: #bb8BF4;
}
html[data-module=external] #new-client #age-step .marketable-age-controls > div.selected::after {
  color: #2f7cb2;
}
html[data-module=reporting] #new-client #age-step .marketable-age-controls > div.selected::after {
  color: #5ee09d;
}
html[data-module=appointments] #new-client #age-step .marketable-age-controls > div.selected::after {
  color: #c5c5c5;
}
html[data-module=consultation-forms] #new-client #age-step .marketable-age-controls > div.selected::after {
  color: #e570c1;
}
html[data-module=clients] #new-client #age-step .marketable-age-controls > div.selected::after {
  color: #f56868;
}
html[data-module=till] #new-client #age-step .marketable-age-controls > div.selected::after {
  color: #d3d92e;
}
html[data-module=stock-control] #new-client #age-step .marketable-age-controls > div.selected::after {
  color: #4dffff;
}
#new-client #age-step .marketable-age-controls > div:not(.selected) {
  border: 2px dotted #aeaeae;
}
#new-client #phone-number-step input#phone-number {
  margin-bottom: 50px;
  max-width: 250px;
}
#new-client #phone-number-step input#phone-number + span {
  cursor: pointer;
  font-size: 12px;
  margin-left: 10px;
}
#new-client #phone-number-step input#phone-number + span strong {
  color: blue;
  text-decoration: underline;
}
#new-client #phone-number-step #phone-number-type {
  display: inline-block;
  margin: 0 0 0 10px;
}
#new-client #phone-number-step .switchery {
  margin: 0 10px 10px 0;
}
#new-client #email-address-step input#email-address {
  margin-bottom: 50px;
}
#new-client #email-address-step .switchery {
  margin: 0 10px 10px 0;
}
#new-client #address-step input#postcode {
  max-width: 250px;
}
#new-client #address-step input#postcode + span {
  display: inline-block;
  font-size: 12px;
  margin: 0 0 0 10px;
}
#new-client #finalise-step select + p {
  margin-top: 25px;
}
#new-client #finalise-step .referral-summary {
  text-align: center;
}
#new-client #finalise-step .client-referral .search {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#new-client #finalise-step .client-referral .search input[type=text] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
#new-client #finalise-step .client-referral .search button {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 0 0 5px;
}
#new-client #finalise-step .client-referral .result-list {
  margin: 10px 0;
}
#new-client #finalise-step .client-referral .result-list .result-list-item {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #efefef;
  border: 1px solid #d5d5d5;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 10px 0;
  padding: 6px 23px 6px 6px;
  position: relative;
}
#new-client #finalise-step .client-referral .result-list .result-list-item:hover {
  border-color: #a2a2a2;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25);
}
#new-client #finalise-step .client-referral .result-list .result-list-item::after {
  content: "\f054";
  font-family: 'FontAwesome';
  font-size: 18px;
  position: absolute;
  right: 5px;
  top: 12px;
}
#new-client #finalise-step .client-referral .result-list .result-list-item .name {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  -ms-flex-negative: 3;
      flex-shrink: 3;
  font-size: 0.85em;
}
#new-client #finalise-step .client-referral .result-list .result-list-item .name i.fa {
  margin: 0 5px 0 0;
}
#new-client #finalise-step .client-referral .result-list .result-list-item .contact {
  color: #58585e;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -ms-flex-negative: 2;
      flex-shrink: 2;
  font-size: 0.6em;
  line-height: 1.2;
  text-align: right;
}
/* Mobile View Code */
@media only screen and (max-width: 768px) {
  #cc-tertiary-menu-toggle {
    display: none;
  }
  #clients-mount-point,
  #new-client {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #fff;
  }
  #new-client {
    margin-top: 20px;
    border: 0;
    min-width: initial;
    width: initial;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 18px;
  }
  #new-client .form-control {
    font-size: 18px;
  }
  #new-client #choose-site-step .site-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #new-client #choose-site-step .site-buttons .site-button {
    margin: 10px 0;
  }
  #new-client #identity-step .gender-picker {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #new-client #identity-step #title + span {
    margin: 10px 0px;
    display: block;
    font-size: 13px;
  }
  #new-client .new-client-step,
  #new-client .loading,
  #new-client .error,
  #new-client .success {
    max-height: initial;
  }
  #new-client #age-step .date-of-birth-controls {
    padding-top: 10px;
  }
  #new-client #age-step .marketable-age-controls p {
    margin: 30px 0px;
  }
  #new-client #age-step .marketable-age-controls > div {
    display: block;
    margin: 10px 0px;
    width: initial;
  }
  #new-client #age-step .marketable-age-controls > div br {
    display: inline;
    content: ' ';
    padding: 0 3px;
  }
  #new-client #phone-number-step #phone-number-type {
    margin: 0;
  }
  #new-client #phone-number-step .options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
  #new-client #phone-number-step p {
    margin: 30px 0px;
  }
  #new-client #phone-number-step input#phone-number {
    max-width: initial;
    margin-bottom: 10px;
  }
  #new-client #phone-number-step input#phone-number + span {
    margin: 10px 0px;
    font-size: 13px;
  }
  #new-client #email-address-step .options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
  #new-client #email-address-step p {
    margin: 30px 0;
  }
  #new-client #email-address-step input#email-address {
    margin-bottom: 10px;
  }
  #new-client #address-step input#postcode {
    max-width: initial;
  }
  #new-client #address-step input#postcode + span {
    margin: 10px 0;
    font-size: 13px;
  }
  #new-client #extra-booking-time-step #extra-booking-time + span {
    display: block;
    font-size: 13px;
    margin: 10px 0;
  }
  #new-client #finalise-step .referral-summary {
    margin: 20px 0;
  }
  #new-client #finalise-step .client-referral .search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 20px;
  }
  #new-client #finalise-step .client-referral .search button {
    margin: 0;
    padding: 10px;
  }
  #new-client #finalise-step .client-referral .no-results,
  #new-client #finalise-step .client-referral .search-invalid,
  #new-client #finalise-step .client-referral .result-list {
    margin: 20px 0;
  }
  #new-client #finalise-step .email {
    word-break: break-word;
  }
  #new-client .footer {
    position: fixed;
    padding: 14px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
  }
}
/*# sourceMappingURL=clients-new-client.css.map */
#vertical-split {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#few-sites {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: calc(66% - 30px);
      flex-basis: calc(66% - 30px);
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  margin: 0 10px 0 20px;
  padding-bottom: 100px;
}
@media all and (max-width: 1280px) {
  #few-sites {
    -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
  }
}
.location-icon {
  font-size: 6em;
  text-align: center;
  display: block;
  margin-bottom: 30px;
}
html[data-module=pbm] .location-icon {
  color: #39c5f3;
}
html[data-module=admin] .location-icon {
  color: #cc6666;
}
html[data-module=setup] .location-icon {
  color: #7e919f;
}
html[data-module=marketing] .location-icon {
  color: #bb8BF4;
}
html[data-module=external] .location-icon {
  color: #2f7cb2;
}
html[data-module=reporting] .location-icon {
  color: #5ee09d;
}
html[data-module=appointments] .location-icon {
  color: #c5c5c5;
}
html[data-module=consultation-forms] .location-icon {
  color: #e570c1;
}
html[data-module=clients] .location-icon {
  color: #f56868;
}
html[data-module=till] .location-icon {
  color: #d3d92e;
}
html[data-module=stock-control] .location-icon {
  color: #4dffff;
}
.site-button {
  display: block;
  margin: 0;
  padding: 20px;
  text-align: left;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
html[data-module=pbm] .site-button {
  border-color: #39c5f3;
}
html[data-module=admin] .site-button {
  border-color: #cc6666;
}
html[data-module=setup] .site-button {
  border-color: #7e919f;
}
html[data-module=marketing] .site-button {
  border-color: #bb8BF4;
}
html[data-module=external] .site-button {
  border-color: #2f7cb2;
}
html[data-module=reporting] .site-button {
  border-color: #5ee09d;
}
html[data-module=appointments] .site-button {
  border-color: #c5c5c5;
}
html[data-module=consultation-forms] .site-button {
  border-color: #e570c1;
}
html[data-module=clients] .site-button {
  border-color: #f56868;
}
html[data-module=till] .site-button {
  border-color: #d3d92e;
}
html[data-module=stock-control] .site-button {
  border-color: #4dffff;
}
html[data-module="appointments"] .site-button {
  border-left-color: #000;
  border-top-color: rgba(0, 0, 0, 0.1);
  border-top-style: solid;
  border-top-width: 1px;
}
.site-button:hover {
  transform: scale(1.02);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.05);
  transform: scale(1.08);
  border-left: 3px solid #7e7e7e !important;
  border-right: 3px solid #7e7e7e !important;
  border-bottom: 3px solid #7e7e7e !important;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  border-top: 10px solid #f56868 !important;
}
.site-button .name {
  color: #7e7e7e;
  display: block;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 30px;
  word-break: break-all;
  position: relative;
  text-align: center;
}
.site-button .name:after {
  content: "";
  position: absolute;
  border-top: 4px solid #f56868;
  left: 35%;
  bottom: 0;
  width: 30%;
  height: 0px;
  bottom: -12px;
}
.site-button .address {
  color: #B0AEAE;
  display: block;
  font-size: 1.2em;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 25px;
  position: relative;
  line-height: 20px;
}
.site-button .email {
  color: #B0AEAE;
  display: block;
  font-size: 1.2em;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 25px;
  position: relative;
  line-height: 20px;
  word-wrap: break-word;
}
.site-button .contact {
  color: #B0AEAE;
  display: block;
  font-size: 1.2em;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 25px;
  position: relative;
  line-height: 20px;
}
.site-button .address:after {
  content: "";
  position: absolute;
  border-top: 1px solid #E2E2E2;
  left: 17%;
  bottom: 0;
  width: 65%;
  height: 0px;
  bottom: 7px;
}
.site-button .email:after {
  content: "";
  position: absolute;
  border-top: 1px solid #E2E2E2;
  left: 17%;
  bottom: 0;
  width: 65%;
  height: 0px;
  bottom: 7px;
}
.site-button .contact:after {
  content: "";
  position: absolute;
  border-top: 1px solid #E2E2E2;
  left: 17%;
  bottom: 0;
  width: 65%;
  height: 0px;
  bottom: 7px;
}
@media all and (max-width: 990px) {
  .site-button .site-button {
    margin: auto;
    display: block;
    float: none;
    margin-bottom: 40px;
  }
}
.site-salon-btn {
  height: auto !important;
  display: inline-block;
  margin: 0 auto;
  margin-top: 4em;
  float: left;
  width: 310px;
  height: 180px;
  min-height: 460px;
  -webkit-box-flex: initial !important;
  -ms-flex-positive: initial !important;
  flex-grow: initial !important;
  -ms-flex-negative: initial !important;
  flex-shrink: initial !important;
  border-top-style: solid !important;
  border-top-width: 10px !important;
  -webkit-box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.15) !important;
  border: none;
  background: #fff;
}
html[data-module=pbm] .site-salon-btn {
  border-color: #39c5f3 !important;
}
html[data-module=admin] .site-salon-btn {
  border-color: #cc6666 !important;
}
html[data-module=setup] .site-salon-btn {
  border-color: #7e919f !important;
}
html[data-module=marketing] .site-salon-btn {
  border-color: #bb8BF4 !important;
}
html[data-module=external] .site-salon-btn {
  border-color: #2f7cb2 !important;
}
html[data-module=reporting] .site-salon-btn {
  border-color: #5ee09d !important;
}
html[data-module=appointments] .site-salon-btn {
  border-color: #c5c5c5 !important;
}
html[data-module=consultation-forms] .site-salon-btn {
  border-color: #e570c1 !important;
}
html[data-module=clients] .site-salon-btn {
  border-color: #f56868 !important;
}
html[data-module=till] .site-salon-btn {
  border-color: #d3d92e !important;
}
html[data-module=stock-control] .site-salon-btn {
  border-color: #4dffff !important;
}
.salon-sites {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  grid-gap: 20px;
}
@media all and (max-width: 1024px) {
  .salon-sites.compact-sites {
    padding: 0px !important;
  }
}
.salon-sites.compact-sites .site-salon-btn {
  width: 200px;
  height: 150px;
  min-height: 150px;
  margin: 1em;
}
@media all and (max-width: 1024px) {
  .salon-sites.compact-sites .site-salon-btn {
    margin: 10px;
    width: 190px;
  }
}
.salon-sites.compact-sites .location-icon {
  font-size: 3em;
  margin-bottom: 10px;
}
.salon-sites.compact-sites .name {
  font-size: 1em;
  line-height: 1.6em;
  margin: 0px;
  font-weight: normal;
  word-wrap: break-word;
  word-break: break-word;
}
.salon-sites.compact-sites .name:after {
  display: none;
}
@media all and (max-width: 990px) {
  .salon-sites .salon-sites {
    display: block !important;
  }
}
#few-sites .site-button {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
#many-sites {
  display: grid;
  grid-auto-rows: 1fr;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 20px 20px 40px 20px;
  padding-bottom: 100px;
}
#choose-site {
  border-bottom: 2px solid #efefef;
  -webkit-box-shadow: 0px 5px 15px -15px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 5px 15px -15px rgba(0, 0, 0, 0.25);
  font-size: 1.5em;
  margin: 20px;
  padding: 0 0 20px 0;
}
#site-selector-modal #page-title {
  font-size: 1.6em;
  margin: 15px;
  padding: 0;
  text-align: center;
  font-weight: 600;
  padding-top: 10px;
  color: #7e7e7e;
}
@media (max-width: 990) {
  #site-selector-modal #page-title #page-title {
    margin-bottom: 40px;
  }
}
#site-selector-modal #few-sites {
  margin-top: 24px;
}
#site-selector-modal #few-sites,
#site-selector-modal #many-sites {
  padding-bottom: 30px;
  margin-bottom: 0px;
}
#site-selector-modal .modal-dialog {
  width: 900px;
}
@media all and (max-width: 768px) {
  #site-selector-modal .modal-dialog {
    width: 600px;
    margin: 0px auto;
  }
}
#site-selector-modal .modal-content {
  background-color: white;
  width: 100%;
  height: auto !important;
}
#site-selector-modal .footer-row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 50px auto 30px !important;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
}
#site-selector-modal .footer-row .btn {
  width: 100%;
  max-width: 200px;
  margin: 0px auto 10px;
}
@media only screen and (max-width: 768px) {
  #site-selector-modal .footer-row {
    width: 100%;
  }
  #site-selector-modal .footer-row .btn {
    max-width: 150px;
  }
}
#site-selector-modal .close-modal {
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  color: black;
  padding: 5px 10px;
  border-radius: 5px;
}
#site-selector-modal .close-modal:hover {
  background-color: #ededed;
}
#site-selector-modal .btn {
  border-radius: 5px;
  padding: 8px 10px;
}
#site-selector-modal .btn-default {
  width: auto;
}
html[data-module=pbm] #site-selector-modal .btn-default {
  border-color: #39c5f3;
}
html[data-module=admin] #site-selector-modal .btn-default {
  border-color: #cc6666;
}
html[data-module=setup] #site-selector-modal .btn-default {
  border-color: #7e919f;
}
html[data-module=marketing] #site-selector-modal .btn-default {
  border-color: #bb8BF4;
}
html[data-module=external] #site-selector-modal .btn-default {
  border-color: #2f7cb2;
}
html[data-module=reporting] #site-selector-modal .btn-default {
  border-color: #5ee09d;
}
html[data-module=appointments] #site-selector-modal .btn-default {
  border-color: #c5c5c5;
}
html[data-module=consultation-forms] #site-selector-modal .btn-default {
  border-color: #e570c1;
}
html[data-module=clients] #site-selector-modal .btn-default {
  border-color: #f56868;
}
html[data-module=till] #site-selector-modal .btn-default {
  border-color: #d3d92e;
}
html[data-module=stock-control] #site-selector-modal .btn-default {
  border-color: #4dffff;
}
#site-selector-modal .btn-default:hover,
#site-selector-modal .selected,
#site-selector-modal .btn:active,
#site-selector-modal .btn:focus {
  background-color: #f56868;
}
html[data-module=pbm] #site-selector-modal .btn-default:hover,
html[data-module=pbm] #site-selector-modal .selected,
html[data-module=pbm] #site-selector-modal .btn:active,
html[data-module=pbm] #site-selector-modal .btn:focus {
  border-color: #39c5f3;
}
html[data-module=admin] #site-selector-modal .btn-default:hover,
html[data-module=admin] #site-selector-modal .selected,
html[data-module=admin] #site-selector-modal .btn:active,
html[data-module=admin] #site-selector-modal .btn:focus {
  border-color: #cc6666;
}
html[data-module=setup] #site-selector-modal .btn-default:hover,
html[data-module=setup] #site-selector-modal .selected,
html[data-module=setup] #site-selector-modal .btn:active,
html[data-module=setup] #site-selector-modal .btn:focus {
  border-color: #7e919f;
}
html[data-module=marketing] #site-selector-modal .btn-default:hover,
html[data-module=marketing] #site-selector-modal .selected,
html[data-module=marketing] #site-selector-modal .btn:active,
html[data-module=marketing] #site-selector-modal .btn:focus {
  border-color: #bb8BF4;
}
html[data-module=external] #site-selector-modal .btn-default:hover,
html[data-module=external] #site-selector-modal .selected,
html[data-module=external] #site-selector-modal .btn:active,
html[data-module=external] #site-selector-modal .btn:focus {
  border-color: #2f7cb2;
}
html[data-module=reporting] #site-selector-modal .btn-default:hover,
html[data-module=reporting] #site-selector-modal .selected,
html[data-module=reporting] #site-selector-modal .btn:active,
html[data-module=reporting] #site-selector-modal .btn:focus {
  border-color: #5ee09d;
}
html[data-module=appointments] #site-selector-modal .btn-default:hover,
html[data-module=appointments] #site-selector-modal .selected,
html[data-module=appointments] #site-selector-modal .btn:active,
html[data-module=appointments] #site-selector-modal .btn:focus {
  border-color: #c5c5c5;
}
html[data-module=consultation-forms] #site-selector-modal .btn-default:hover,
html[data-module=consultation-forms] #site-selector-modal .selected,
html[data-module=consultation-forms] #site-selector-modal .btn:active,
html[data-module=consultation-forms] #site-selector-modal .btn:focus {
  border-color: #e570c1;
}
html[data-module=clients] #site-selector-modal .btn-default:hover,
html[data-module=clients] #site-selector-modal .selected,
html[data-module=clients] #site-selector-modal .btn:active,
html[data-module=clients] #site-selector-modal .btn:focus {
  border-color: #f56868;
}
html[data-module=till] #site-selector-modal .btn-default:hover,
html[data-module=till] #site-selector-modal .selected,
html[data-module=till] #site-selector-modal .btn:active,
html[data-module=till] #site-selector-modal .btn:focus {
  border-color: #d3d92e;
}
html[data-module=stock-control] #site-selector-modal .btn-default:hover,
html[data-module=stock-control] #site-selector-modal .selected,
html[data-module=stock-control] #site-selector-modal .btn:active,
html[data-module=stock-control] #site-selector-modal .btn:focus {
  border-color: #4dffff;
}
.selected-site {
  position: relative;
}
.selected-site:after {
  content: "\f00c";
  font-family: 'FontAwesome';
  color: #41AD02;
  position: absolute;
  left: 12px;
  top: 10px;
}
.select-all-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0px 20px;
}
.standby-list-sms-help {
  margin-top: 30px;
}
#client-record-search {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #client-record-search {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#client-record-search .header {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-animation: fade-up 0.5s;
          animation: fade-up 0.5s;
}
@media only screen and (min-width: 769px) {
  #client-record-search .header {
    margin: 10px auto;
    width: 75vw;
    background: #f2f2f2;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0px 0px 15px 2px #0000000f;
            box-shadow: 0px 0px 15px 2px #0000000f;
  }
}
@media only screen and (min-width: 1280px) {
  #client-record-search .header {
    width: 70vw;
  }
}
#client-record-search .intro,
#client-record-search .search-results,
#client-record-search .loading,
#client-record-search .search-invalid {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  overflow-y: auto;
}
#client-record-search .btn {
  border-radius: 5px;
}
html[data-module=appointments] #client-record-search .btn {
  border: 2px solid #d5d5d5;
}
html[data-module=appointments] #client-record-search .btn-primary {
  background-color: #d5d5d5;
  color: #333;
}
html[data-module=appointments] #client-record-search .btn-primary:hover,
html[data-module=appointments] #client-record-search .btn-primary:focus {
  background-color: #e6e6e6 !important;
}
#client-record-search .header {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 14px;
}
#client-record-search .header .search {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
#client-record-search .header .search .search-description {
  margin-bottom: 5px;
}
#client-record-search .header .search .search-control {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid #c3d9ec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px;
  margin-right: 10px;
  position: relative;
  border-radius: 5px;
  background: #fff;
}
#client-record-search .header .search .search-control i.fa {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.2em;
  padding: 8px 5px 0 5px;
}
#client-record-search .header .search .search-control input {
  border: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 7px 5px;
}
#client-record-search .header .search .search-control button {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#client-record-search .header .search .search-control #interim,
#client-record-search .header .search .search-control #final {
  width: 60%;
  position: absolute;
  left: 36px;
  top: 12px;
  background: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
}
#client-record-search .header .search .search-control #final {
  display: none;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0px 0px 3px 0px rgba(173, 0, 0, 0.3);
            box-shadow: 0px 0px 3px 0px rgba(173, 0, 0, 0.3);
  }
  65% {
    -webkit-box-shadow: 0px 0px 3px 5px rgba(173, 0, 0, 0.3);
            box-shadow: 0px 0px 3px 5px rgba(173, 0, 0, 0.3);
  }
  90% {
    -webkit-box-shadow: 0px 0px 3px 5px rgba(173, 0, 0, 0);
            box-shadow: 0px 0px 3px 5px rgba(173, 0, 0, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0px 0px 3px 0px rgba(173, 0, 0, 0.3);
            box-shadow: 0px 0px 3px 0px rgba(173, 0, 0, 0.3);
  }
  65% {
    -webkit-box-shadow: 0px 0px 3px 5px rgba(173, 0, 0, 0.3);
            box-shadow: 0px 0px 3px 5px rgba(173, 0, 0, 0.3);
  }
  90% {
    -webkit-box-shadow: 0px 0px 3px 5px rgba(173, 0, 0, 0);
            box-shadow: 0px 0px 3px 5px rgba(173, 0, 0, 0);
  }
}
#client-record-search .header .search .search-control #microphone-btn {
  padding: 0px;
  text-align: center;
}
#client-record-search .header .search .search-control #microphone-btn.listening {
  background-color: #ff1515 !important;
  border-color: #f56868 !important;
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
#client-record-search .header .salon-selector {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 10px;
}
#client-record-search .header .add-new-client {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#client-record-search .header .add-new-client a {
  cursor: pointer;
  padding: 12px;
}
html[data-module=pbm] #client-record-search .header .add-new-client a {
  border-color: #39c5f3;
}
html[data-module=admin] #client-record-search .header .add-new-client a {
  border-color: #cc6666;
}
html[data-module=setup] #client-record-search .header .add-new-client a {
  border-color: #7e919f;
}
html[data-module=marketing] #client-record-search .header .add-new-client a {
  border-color: #bb8BF4;
}
html[data-module=external] #client-record-search .header .add-new-client a {
  border-color: #2f7cb2;
}
html[data-module=reporting] #client-record-search .header .add-new-client a {
  border-color: #5ee09d;
}
html[data-module=appointments] #client-record-search .header .add-new-client a {
  border-color: #c5c5c5;
}
html[data-module=consultation-forms] #client-record-search .header .add-new-client a {
  border-color: #e570c1;
}
html[data-module=clients] #client-record-search .header .add-new-client a {
  border-color: #f56868;
}
html[data-module=till] #client-record-search .header .add-new-client a {
  border-color: #d3d92e;
}
html[data-module=stock-control] #client-record-search .header .add-new-client a {
  border-color: #4dffff;
}
#client-record-search .header .add-new-client a i.fa {
  margin-right: 10px;
}
#interim,
#final {
  font-size: 24px;
  font-style: italic;
}
#choose-site-to-view {
  text-align: center;
}
#choose-site-to-view .description {
  font-size: 1.3em;
  margin: 10px auto 25px auto;
}
#choose-site-to-view .site-buttons {
  overflow-y: auto;
}
#choose-site-to-view .site-button {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.5em;
  padding: 25px 25px;
  text-decoration: none;
}
html[data-module=pbm] #choose-site-to-view .site-button {
  background-color: #39c5f3;
}
html[data-module=admin] #choose-site-to-view .site-button {
  background-color: #cc6666;
}
html[data-module=setup] #choose-site-to-view .site-button {
  background-color: #7e919f;
}
html[data-module=marketing] #choose-site-to-view .site-button {
  background-color: #bb8BF4;
}
html[data-module=external] #choose-site-to-view .site-button {
  background-color: #2f7cb2;
}
html[data-module=reporting] #choose-site-to-view .site-button {
  background-color: #5ee09d;
}
html[data-module=appointments] #choose-site-to-view .site-button {
  background-color: #c5c5c5;
}
html[data-module=consultation-forms] #choose-site-to-view .site-button {
  background-color: #e570c1;
}
html[data-module=clients] #choose-site-to-view .site-button {
  background-color: #f56868;
}
html[data-module=till] #choose-site-to-view .site-button {
  background-color: #d3d92e;
}
html[data-module=stock-control] #choose-site-to-view .site-button {
  background-color: #4dffff;
}
#choose-site-to-view .site-button:hover {
  text-decoration: none;
}
html[data-module=pbm] #choose-site-to-view .site-button:hover {
  background-color: #0a7da3;
}
html[data-module=admin] #choose-site-to-view .site-button:hover {
  background-color: #862d2d;
}
html[data-module=setup] #choose-site-to-view .site-button:hover {
  background-color: #43505a;
}
html[data-module=marketing] #choose-site-to-view .site-button:hover {
  background-color: #7717e9;
}
html[data-module=external] #choose-site-to-view .site-button:hover {
  background-color: #14364d;
}
html[data-module=reporting] #choose-site-to-view .site-button:hover {
  background-color: #1fa05d;
}
html[data-module=appointments] #choose-site-to-view .site-button:hover {
  background-color: #858585;
}
html[data-module=consultation-forms] #choose-site-to-view .site-button:hover {
  background-color: #b52187;
}
html[data-module=clients] #choose-site-to-view .site-button:hover {
  background-color: #d00e0e;
}
html[data-module=till] #choose-site-to-view .site-button:hover {
  background-color: #6f7315;
}
html[data-module=stock-control] #choose-site-to-view .site-button:hover {
  background-color: #00cccd;
}
#choose-site-to-view .site-button + .site-button {
  margin-top: 10px;
}
#client-record-search .intro,
#client-record-search .search-results {
  padding: 10px;
}
#client-record-search .loading,
#client-record-search .search-invalid {
  font-size: 1.35em;
  padding: 50px 10px 10px 10px;
  text-align: center;
}
#client-record-search .intro {
  padding-top: 50px;
  text-align: center;
}
#client-record-search .intro p {
  font-size: 24px;
  text-align: center;
  line-height: 50px;
}
#client-record-search .search-results .table-header,
#client-record-search .search-results .table-row {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#client-record-search .search-results .table-header {
  border-bottom: 1px solid #000;
  margin: 15px 0;
  padding-bottom: 3px;
  font-size: 16px;
  display: none;
}
#client-record-search .search-results .table-header .cell {
  font-weight: bold;
}
#client-record-search .search-results .table-header .cell.name {
  color: #32323a;
  font-weight: bold;
  position: relative;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#client-record-search .search-results .table-header .cell.name:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  background-image: url(/Content/images/person-icon.svg) !important;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 999;
}
#client-record-search .search-results .table-header .cell.email-address {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
#client-record-search .search-results .table-header .cell.email-address a:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0px;
  top: 1px;
  width: 20px;
  height: 20px;
  background-image: url(/Content/images/email-icon.svg) !important;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 999;
}
#client-record-search .search-results .table-header .cell.phone-number {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
#client-record-search .search-results .table-header .cell.phone-number:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 2px;
  width: 20px;
  height: 24px;
  background-image: url(/Content/images/phone.svg) !important;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 999;
}
#client-record-search .search-results .table-row {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  font-size: 16px;
}
#client-record-search .search-results .table-row .cell.name {
  color: #32323a;
  font-weight: bold;
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#client-record-search .search-results .table-row .cell.name:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0px;
  top: 11px;
  width: 20px;
  height: 20px;
  background-image: url(/Content/images/person-icon.svg) !important;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 999;
}
#client-record-search .search-results .table-row .cell.email-address {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
#client-record-search .search-results .table-row .cell.email-address a:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0px;
  top: 11px;
  width: 20px;
  height: 20px;
  background-image: url(/Content/images/email-icon.svg) !important;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 999;
}
#client-record-search .search-results .table-row .cell.phone-number {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
#client-record-search .search-results .table-row .cell.phone-number:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 12px;
  width: 20px;
  height: 24px;
  background-image: url(/Content/images/phone.svg) !important;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 999;
}
#client-record-search .search-results .cell {
  color: #9b9b9b;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  padding-left: 25px;
}
#client-record-search .search-results .cell.name {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  -ms-flex-negative: 3;
      flex-shrink: 3;
}
#client-record-search .search-results .cell.email-address {
  -webkit-box-flex: 4;
      -ms-flex-positive: 4;
          flex-grow: 4;
  -ms-flex-negative: 4;
      flex-shrink: 4;
}
#client-record-search .search-results .cell.name .site-name {
  color: #b4b4b4;
  font-style: italic;
  font-weight: normal;
  display: none;
}
#client-record-search .search-results .cell.phone-number {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -ms-flex-negative: 2;
      flex-shrink: 2;
}
#client-record-search .search-results .cell.postcode {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-width: 110px;
  display: none;
}
#client-record-search .search-results .cell.actions {
  -webkit-box-flex: 5;
      -ms-flex-positive: 5;
          flex-grow: 5;
  -ms-flex-negative: 5;
      flex-shrink: 5;
  padding-top: 3px;
  padding-bottom: 3px;
}
#client-record-search .search-results .cell.actions .btn {
  margin: 2px;
  color: #000;
  min-width: 100px;
  margin-right: 5px;
  padding-left: 30px;
  font-size: 16px;
}
@media all and (max-width: 1024px) {
  #client-record-search .search-results .cell.actions {
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
    -ms-flex-negative: 3;
        flex-shrink: 3;
  }
}
.swal-button-container .btn {
  border-radius: 5px;
  padding: 8px 10px;
}
.swal-button-container .btn-default {
  border-color: #d5d5d5;
  width: auto;
}
.swal-button-container .btn-default:focus {
  background-color: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.swal-button-container .btn-default:hover,
.swal-button-container .btn-default:active {
  background-color: #ededed !important;
  border-color: #d5d5d5;
}
.client-search-icon:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(/Content/images/appointments/client-search.svg) no-repeat center;
  top: -50px;
  left: 38px;
}
.add-new-bookout {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #appointment-diary-home #client-record-search .search-control input {
    width: 100%;
  }
}
@media only screen and (max-width: 1100px) {
  #client-record-search .dashboard-card .title {
    font-size: 1.2em;
  }
  #client-record-search .dashboard-card .export-client-btn {
    font-size: 1em;
  }
  #client-record-search .dashboard-card .export-client-btn .export-icon {
    width: 18px;
    height: 18px;
  }
  #client-record-search .dashboard-card .count {
    font-size: 1.5em;
  }
  #client-record-search .dashboard-card .dashboard-icon {
    width: 50px;
  }
  #clients-mount-point #client-record-search .search-results .table-row .cell.name,
  #clients-mount-point #client-record-search .search-results .table-row .cell.email-address {
    font-size: 14px;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    -ms-flex-negative: 2;
        flex-shrink: 2;
  }
  #clients-mount-point #client-record-search .search-results .table-row .cell.phone-number {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    -ms-flex-negative: 2;
        flex-shrink: 2;
  }
  #clients-mount-point #client-record-search .search-results .table-row .cell.actions {
    -webkit-box-flex: 5;
        -ms-flex-positive: 5;
            flex-grow: 5;
    -ms-flex-negative: 5;
        flex-shrink: 5;
  }
  #clients-mount-point #client-record-search .search-results .table-row .cell.actions .btn {
    font-size: 14px;
    min-width: 90px;
    margin-top: 5px;
  }
  #clients-mount-point #client-record-search .search-results .table-row .cell.actions .book-icon:before {
    top: 5px;
    left: 17px;
  }
  #clients-mount-point #client-record-search .search-results .table-row .cell.actions .view-icon:before {
    top: 8px;
    left: 18px;
  }
  #clients-mount-point #client-record-search .search-results .table-row .cell.actions .start-bill-icon:before {
    top: 7px;
    left: 11px;
  }
}
/* Mobile View Code */
@media only screen and (max-width: 768px) {
  #cc-tertiary-menu-toggle {
    display: none;
  }
  #client-record-search {
    margin-bottom: 60px;
  }
  #client-record-search .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  #client-record-search .header .search .search-description {
    margin: 10px 0px;
  }
  #client-record-search .header .search .search-control {
    margin: 0px 0px 15px 0px;
  }
  #client-record-search .header .search .search-control input {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  #client-record-search .header .search .search-control #microphone-btn {
    margin: 2px 0px !important;
    margin-right: 5px !important;
  }
  #client-record-search .header .add-new-client a {
    width: 100%;
  }
  #client-record-search .red-billi,
  #client-record-search .grey-billi {
    margin: 0px auto 30px;
    position: relative;
    left: 15px;
  }
  #client-record-search .intro p,
  #client-record-search .loading,
  #client-record-search .search-invalid,
  #client-record-search .search-results.empty {
    font-size: 1.2em;
    line-height: 1.5em;
  }
  #client-record-search .search-invalid {
    padding: 30px;
  }
  #client-record-search .search-results.empty {
    text-align: center;
    margin: 30px;
  }
  #client-record-search .loading {
    padding: 0;
  }
  #client-record-search .progress-icon-standalone-animated {
    margin: calc(30vh - 250px / 2) auto 0 auto;
  }
  #client-record-search .search-results {
    padding: 14px;
  }
  #client-record-search .search-results .table-header {
    display: none;
  }
  #client-record-search .search-results .table-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 0px;
    line-height: 1.5em;
    position: relative;
  }
  #client-record-search .search-results .table-row .cell {
    word-break: break-word;
  }
  #client-record-search .search-results .table-row .cell.name {
    font-size: 1.1em;
    word-wrap: break-word;
    max-width: 150px;
  }
  #client-record-search .search-results .table-row .cell.email-address {
    word-wrap: break-word;
    max-width: 67%;
  }
  #client-record-search .search-results .table-row .cell.actions .btn {
    margin: 10px 10px 7px 0px;
  }
  #client-record-search .search-results .table-row .site-name {
    display: none;
  }
  #client-record-search .search-results .table-row .cell.actions {
    position: absolute;
    right: -15px;
    top: 5px;
  }
  #client-record-search .search-results .table-row .cell.actions .btn {
    min-width: 50px !important;
    height: 40px;
  }
  #client-record-search .search-results .table-row .cell.actions .view-icon:before {
    left: 15px !important;
  }
  #client-record-search .modal-content {
    width: auto;
  }
  #choose-site-to-view .description,
  #choose-site-to-view .site-button {
    font-size: 1.1em;
  }
  #choose-site-to-view .description strong {
    font-size: 1.2em;
  }
  #choose-site-to-view .site-buttons {
    padding: 10px 0;
  }
  #choose-site-to-view .site-button:hover {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  #choose-site-to-view .site-button + .site-button {
    margin-top: 15px;
  }
  #client-record-search .header .add-new-client:has(> .add-new-bookout) a {
    width: 45%;
    text-align: center !important;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #client-record-search .header .add-new-client:has(> .add-new-bookout) .add-new-bookout {
    display: inline-block;
    border: 2px solid #d5d5d5;
    margin-left: 20px;
    float: right;
    text-align: center !important;
  }
  #few-sites {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
    grid-gap: 15px;
  }
  #few-sites .site-salon-btn {
    margin: 0;
    width: 151px;
    -webkit-box-align: unset !important;
        -ms-flex-align: unset !important;
            align-items: unset !important;
    -webkit-box-flex: inherit !important;
        -ms-flex-positive: inherit !important;
            flex-grow: inherit !important;
    min-height: 150px;
  }
  #few-sites .site-salon-btn .address,
  #few-sites .site-salon-btn .email,
  #few-sites .site-salon-btn .contact {
    display: none;
  }
  #few-sites .site-salon-btn .name {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  #few-sites .site-salon-btn .location-icon {
    font-size: 3em;
    margin-bottom: 10px;
  }
  #many-sites {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 !important;
    grid-gap: 15px;
  }
  #many-sites .site-salon-btn {
    margin: 0;
    width: 151px;
    -webkit-box-align: unset !important;
        -ms-flex-align: unset !important;
            align-items: unset !important;
    -webkit-box-flex: inherit !important;
        -ms-flex-positive: inherit !important;
            flex-grow: inherit !important;
    min-height: 150px;
    margin-bottom: 20px;
  }
  #many-sites .site-salon-btn .address,
  #many-sites .site-salon-btn .email,
  #many-sites .site-salon-btn .contact {
    display: none;
  }
  #many-sites .site-salon-btn .name {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  #many-sites .site-salon-btn .location-icon {
    font-size: 3em;
    margin-bottom: 10px;
  }
  #client-record-search .search-control input {
    width: 100%;
  }
  #client-record-search .search-control div {
    display: inline-block;
    text-align: right;
    vertical-align: middle;
  }
  #clients-mount-point #client-record-search .header .add-new-client {
    text-align: center;
  }
}
#client-record-search .header .search {
  width: 100%;
}
#client-record-search .search-control input {
  background: none;
}
#client-record-search .export-client-btn {
  padding: 8px 20px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
#client-record-search .export-client-btn .fa {
  margin-right: 10px;
  font-size: 16px;
}
#client-record-search .export-client-btn .export-icon,
#client-record-search .export-client-btn .pad-lock {
  margin-right: 10px;
  font-size: 16px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
}
#client-record-search .export-client-btn .export-icon {
  background: url(/Content/images/export_client.png) no-repeat center;
  background-size: contain;
  top: -1px;
}
#client-record-search .export-client-btn .pad-lock {
  background: url(/Content/images/Till/payment-icons/pad-lock.svg) no-repeat center;
  background-size: contain;
  top: -2px;
}
.all-clients-icon {
  background: url(/Content/images/Clients/clients.svg) no-repeat center;
}
.lost-clients-icon {
  background: url(/Content/images/Clients/lost-clients.svg) no-repeat center;
}
.birthday-icon {
  background: url(/Content/images/Clients/birthday.png) no-repeat center;
}
.clients-booked-today-icon {
  background: url(/Content/images/Clients/client-booked-today.png) no-repeat center;
}
.clients-need-skin-test-icon {
  background: url(/Content/images/Clients/client-need-skin-test.png) no-repeat center;
}
.clients-courses-icon {
  background: url(/Content/images/Clients/client-with-courses.svg) no-repeat center;
}
.dashboard-icon {
  width: 60px;
  height: 60px;
  background-size: contain;
  margin: 10px;
}
.dashboard-list-container {
  margin: 12px;
}
.dashboard-items-list {
  display: grid;
  grid-auto-rows: 1fr;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 10px 20px;
}
.dashboard-items-list .dashboard-card {
  -webkit-animation: fade-up 0.5s;
          animation: fade-up 0.5s;
  width: 100%;
  height: 100%;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  min-width: 31%;
  -webkit-box-shadow: 0px 0px 15px 2px #0000000f;
          box-shadow: 0px 0px 15px 2px #0000000f;
  overflow: hidden;
  position: relative;
  padding: 12px 12px 22px;
  /* disabled: may need when we add actions to the cards
        @media (hover: hover) {
            &:hover {
                box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
                scale: 1.05;
            }
        }*/
}
.dashboard-items-list .dashboard-card.clients::after {
  background-color: #F56868;
}
.dashboard-items-list .dashboard-card.birthday::after {
  background-color: #DD1C4B;
}
.dashboard-items-list .dashboard-card.lost-clients::after {
  background-color: #42A5F5;
}
.dashboard-items-list .dashboard-card.booked-today::after {
  background-color: #1D4659;
}
.dashboard-items-list .dashboard-card.courses::after {
  background-color: #D3D92E;
}
.dashboard-items-list .dashboard-card.skin-test::after {
  background-color: #3CC8B4;
}
.dashboard-items-list .dashboard-card::after {
  height: 12px;
  content: '';
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.dashboard-items-list .dashboard-card.no-data {
  grid-column: span 3;
  padding: 20px;
}
.dashboard-items-list .dashboard-card .dashboard-card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  grid-gap: 10px;
}
.dashboard-items-list .dashboard-card .dashboard-card-body .count {
  font-size: 2em;
  color: #000;
  font-weight: bold;
  -webkit-animation: fade-in 0.5s;
          animation: fade-in 0.5s;
}
.dashboard-items-list .dashboard-card .dashboard-card-body .loading {
  font-size: 1em !important;
  padding: 0px !important;
}
.dashboard-card {
  border: 1px solid #EDEBEB;
  border-radius: 10px;
  /* disabled: may need when we add actions to the cards
    * {
        cursor: pointer;
    }
    */
}
.dashboard-card .title {
  margin: 0;
  padding: 10px;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre;
}
@media only screen and (min-width: 1280px) {
  .dashboard-list-container {
    margin: 12px 30px;
  }
  .dashboard-items-list {
    grid-gap: 60px;
  }
}
/* Mobile View Code Dashboard */
@media only screen and (max-width: 700px) {
  #clients-mount-point #client-record-search .header .add-new-client a {
    width: 100%;
  }
  #client-record-search .dashboard-items-list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin: 10px 5px;
  }
  #client-record-search .dashboard-card {
    border-radius: 20px;
  }
  #client-record-search .dashboard-card .title {
    padding: 5px 0px;
    white-space: inherit;
    height: 50px;
  }
  #client-record-search .dashboard-card .dashboard-icon {
    width: 40px;
    height: 35px;
    margin: 5px;
  }
  #client-record-search .dashboard-card .more-details {
    display: none;
  }
}
.icon-base-css {
  content: '';
  position: absolute;
  width: 17px;
  height: 28px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.view-icon,
.book-icon,
.standby-icon,
.start-bill-icon {
  position: relative;
  border: 2px solid #f56868;
}
.view-icon:before {
  background-image: url(/Content/images/view.svg) !important;
  content: '';
  position: absolute;
  width: 17px;
  height: 28px;
  background-size: 100%;
  background-repeat: no-repeat;
  top: 10px;
  left: 22px;
}
.book-icon {
  border: 2px solid #c5c5c5;
}
.book-icon:before {
  background-image: url(/Content/images/appointments/calendar.svg) !important;
  content: '';
  position: absolute;
  width: 17px;
  height: 28px;
  background-size: 100%;
  background-repeat: no-repeat;
  top: 6px;
  left: 20px;
}
.start-bill-icon {
  border: 2px solid #d3d92e;
}
.start-bill-icon:before {
  background-image: url(/Content/images/bill.svg) !important;
  content: '';
  position: absolute;
  width: 17px;
  height: 28px;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 14px;
  top: 8px;
  left: 13px;
}
.standby-icon {
  padding-left: 38px !important;
}
.standby-icon:before {
  background-image: url(/Content/images/Appointments/standby.svg);
  content: '';
  position: absolute;
  width: 17px;
  height: 28px;
  background-size: 100%;
  background-repeat: no-repeat;
  top: 6px;
  left: 12px;
}
@media only screen and (max-width: 768px) {
  #client-record-search .search-results .btn {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
    width: 50px !important;
  }
  #client-record-search .search-results .btn span {
    display: none !important;
  }
  #client-record-search .search-results .table-row {
    padding-top: 10px;
  }
  #client-record-search .search-results .table-row .cell.name {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  #client-record-search .search-results .table-row .cell.name:before {
    top: 0px;
  }
  #client-record-search .search-results .table-row .cell.phone-number {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  #client-record-search .search-results .table-row .cell.phone-number:before {
    top: 0px;
  }
  #client-record-search .search-results .table-row .cell.email-address {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  #client-record-search .search-results .table-row .cell.email-address a:before {
    top: 2px;
  }
  #till-bill-mount-point #client-record-search .search-results .start-bill-icon {
    width: 80px !important;
    margin-right: 0 !important;
  }
  #till-bill-mount-point #client-record-search .search-results .cell.actions .view-icon:before {
    top: 10px !important;
    left: 15px !important;
  }
  #clients-mount-point #client-record-search .search-results .cell.actions .view-icon:before {
    top: 10px !important;
    left: 15px !important;
  }
  #clients-mount-point #client-record-search .search-results .cell.actions .start-bill-icon:before {
    top: 10px !important;
    left: 16px !important;
  }
  #clients-mount-point #client-record-search .search-results .cell.actions .book-icon:before {
    top: 8px !important;
    left: 15px !important;
  }
  #appointments-diary-mount-point #appointment-diary-home #client-record-search .search-results .btn:before {
    background-image: none !important;
  }
}
#client-record-search .search-results .cell {
  max-width: 375px;
  text-align: left;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  padding-right: 10px;
}
@media all and (max-width: 768px) {
  #client-record-search .search-results .cell {
    overflow: visible;
  }
}
@media only screen and (max-width: 768px) {
  #clients-mount-point #client-record-search .search-results .table-row .cell.actions {
    top: 1px;
  }
  #clients-mount-point #client-record-search .search-results .table-row .cell.actions a {
    display: inline-block;
  }
}
/*# sourceMappingURL=clients-search.css.map */
#client-record-summary {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: 1px solid #d5d5d5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#client-record-summary .basic-details,
#client-record-summary .notes-and-alerts,
#client-record-summary .deposit,
#client-record-summary .loyalty-points,
#client-record-summary .skin-test {
  border-right: 1px solid #d5d5d5;
  border-right: 2px solid #e8e8e8;
}
#client-record-summary .basic-details,
.standby-listing .basic-details {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  line-height: 20px;
  padding: 10px 10px 5px 10px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
#client-record-summary .basic-details .name,
.standby-listing .basic-details .name {
  font-size: 1em;
  font-weight: bold;
  cursor: pointer;
}
#client-record-summary .basic-details .phone a,
.standby-listing .basic-details .phone a,
#client-record-summary .basic-details .email a,
.standby-listing .basic-details .email a {
  color: #323232;
  font-size: 1em;
}
#client-record-summary .basic-details .email,
.standby-listing .basic-details .email {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#client-record-summary .basic-details .name i.fa,
.standby-listing .basic-details .name i.fa,
#client-record-summary .basic-details .phone i.fa,
.standby-listing .basic-details .phone i.fa,
#client-record-summary .basic-details .email i.fa,
.standby-listing .basic-details .email i.fa {
  color: #9b9b9b;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  width: 25px;
}
#client-record-summary .basic-details .edit,
.standby-listing .basic-details .edit {
  bottom: 5px;
  cursor: pointer;
  font-weight: bold;
  position: absolute;
  right: 7px;
  text-transform: uppercase;
}
#client-record-summary .basic-details .edit::before,
.standby-listing .basic-details .edit::before {
  content: "\f040";
  font-family: 'FontAwesome';
  margin: 0 5px 0 0;
}
#client-record-summary .basic-details .delete,
.standby-listing .basic-details .delete {
  top: 5px;
  cursor: pointer;
  font-weight: bold;
  position: absolute;
  right: 7px;
  text-transform: uppercase;
  color: red;
}
#client-record-summary .basic-details .delete::before,
.standby-listing .basic-details .delete::before {
  content: "\f1f8";
  font-family: 'FontAwesome';
  margin: 0 5px 0 0;
}
#client-record-summary .notes-and-alerts,
#client-record-summary .deposit,
#client-record-summary .gdpr,
#client-record-summary .loyalty-points,
#client-record-summary .skin-test {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 15px;
  padding: 7px 15px 5px 15px;
}
@media all and (max-width: 1024px) {
  #client-record-summary .notes-and-alerts,
  #client-record-summary .deposit,
  #client-record-summary .gdpr,
  #client-record-summary .loyalty-points,
  #client-record-summary .skin-test {
    padding: 7px 10px;
  }
}
#client-record-summary .notes-and-alerts .title,
#client-record-summary .deposit .title,
#client-record-summary .gdpr .title,
#client-record-summary .loyalty-points .title,
#client-record-summary .skin-test .title {
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
#client-record-summary .notes-and-alerts .content,
#client-record-summary .deposit .content,
#client-record-summary .gdpr .content,
#client-record-summary .loyalty-points .content,
#client-record-summary .skin-test .content {
  color: #9b9b9b;
  font-size: 0.8em;
  text-align: center;
}
#client-record-summary .notes-and-alerts i.fa,
#client-record-summary .deposit i.fa,
#client-record-summary .gdpr i.fa,
#client-record-summary .loyalty-points i.fa,
#client-record-summary .skin-test i.fa {
  display: block;
  font-size: 2em;
  text-align: center;
}
#client-record-summary .skin-test {
  padding: 7px 5px;
}
#client-record-summary .skin-test .multi-skin-tests {
  position: relative;
  padding-right: 16px;
}
#client-record-summary .skin-test .multi-skin-tests .fa {
  cursor: pointer;
}
#client-record-summary .skin-test .calendar-container {
  position: relative;
  max-height: 16px;
}
#client-record-summary .skin-test .date {
  padding: 0px 10px;
}
#client-record-summary .skin-test input[type="text"] {
  border: 0px;
  background: transparent;
  text-align: center;
  width: 105px !important;
  padding: 5px 4px;
  font-size: 1em;
  margin: 0;
  position: relative;
  z-index: 101;
  min-width: 105px !important;
  padding-top: 0px;
  color: #9b9b9b;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#client-record-summary .skin-test input[type="text"]:not(:disabled) {
  padding-right: 20px;
  width: 128px !important;
}
#client-record-summary .skin-test input[type="text"]:disabled ~ .picker {
  display: none;
}
#client-record-summary .skin-test i.fa-pencil {
  font-size: 1em;
  position: absolute;
  right: 5px;
  top: 2px;
  z-index: 100;
}
#client-record-summary .skin-test i.fa-pencil:hover {
  color: #000;
}
#client-record-summary .skin-test i.fa-check {
  color: #8bb272;
}
#client-record-summary .skin-test i.fa-check.some-valid {
  color: orange;
}
#client-record-summary .skin-test i.fa-times {
  color: red;
}
#client-record-summary .notes-and-alerts .notes,
#client-record-summary .notes-and-alerts .alerts {
  display: inline-block;
}
#client-record-summary .notes-and-alerts .notes {
  margin-right: 10px;
}
#client-record-summary .notes-and-alerts .notes i.fa {
  color: #9b9b9b;
}
#client-record-summary .notes-and-alerts .notes:not(.empty) i.fa {
  cursor: pointer;
  color: #00c7ff;
}
#client-record-summary .notes-and-alerts .alerts.empty i.fa {
  color: #9b9b9b;
}
#client-record-summary .notes-and-alerts .alerts:not(.empty) i.fa {
  color: #f29999;
  cursor: pointer;
}
#client-record-summary .deposit i.fa {
  color: #9b9b9b;
  cursor: pointer;
}
#client-record-summary .deposit i.fa.has-deposit {
  color: #5bbff6;
}
#client-record-summary .loyalty-points i.fa {
  color: #9b9b9b;
  cursor: pointer;
}
#client-record-summary .loyalty-points i.fa.has-points {
  color: #d2ae44;
}
#client-record-summary .gdpr .preference {
  display: inline-block;
}
#client-record-summary .gdpr .preference:not(:last-of-type) {
  margin-right: 10px;
}
#client-record-summary .gdpr i.fa-check {
  color: #8bb272;
}
#client-record-summary .gdpr i.fa-times {
  color: red;
}
.loyalty-points .content {
  text-align: center;
}
@media all and (max-width: 1024px) {
  #client-record-summary .basic-details .name,
  #client-record-summary .basic-details .email {
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media all and (max-width: 768px) {
  #client-record-summary {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border: 0 !important;
  }
  #client-record-summary .basic-details {
    border: 0 !important;
  }
  #client-record-summary .loyalty-points,
  #client-record-summary .notes-and-alerts,
  #client-record-summary .deposit,
  #client-record-summary .gdpr,
  #client-record-summary .skin-test {
    display: none;
  }
}
#client-record-summary .basic-details .name,
.standby-listing .basic-details .name,
#client-record-summary .actions .name,
.standby-listing .actions .name {
  position: relative;
}
#client-record-summary .basic-details .name .fa:before,
.standby-listing .basic-details .name .fa:before,
#client-record-summary .actions .name .fa:before,
.standby-listing .actions .name .fa:before {
  content: "" !important;
  position: absolute;
  top: -1px;
  left: 3px;
  width: 20px;
  height: 20px;
  background-image: url(/Content/images/person-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#client-record-summary .basic-details .phone,
.standby-listing .basic-details .phone,
#client-record-summary .actions .phone,
.standby-listing .actions .phone {
  position: relative;
}
#client-record-summary .basic-details .phone .fa:before,
.standby-listing .basic-details .phone .fa:before,
#client-record-summary .actions .phone .fa:before,
.standby-listing .actions .phone .fa:before {
  content: "" !important;
  position: absolute;
  top: 2px;
  left: 5px;
  width: 17px;
  height: 17px;
  background-image: url(/Content/images/phone-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#client-record-summary .basic-details .email,
.standby-listing .basic-details .email,
#client-record-summary .actions .email,
.standby-listing .actions .email {
  position: relative;
}
#client-record-summary .basic-details .email .fa:before,
.standby-listing .basic-details .email .fa:before,
#client-record-summary .actions .email .fa:before,
.standby-listing .actions .email .fa:before {
  content: "" !important;
  position: absolute;
  top: 3px;
  left: 6px;
  width: 17px;
  height: 17px;
  background-image: url(/Content/images/email-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#client-record-summary .notes-and-alerts .notes {
  height: 50px;
}
#client-record-summary .notes-and-alerts .notes .fa-address-card {
  margin-top: 0px;
}
#client-record-summary .notes-and-alerts .alerts {
  height: 50px;
}
#client-record-summary .notes-and-alerts .bell {
  display: block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  margin: 0px auto 0;
  color: red;
  -webkit-animation: ring 0.7s 0s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 0.7s 0s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 0.7s 0s ease-in-out infinite;
  -ms-transform-origin: 50% 4px;
  transform-origin: 50% 4px;
}
@keyframes ring {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  15% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  30% {
    -webkit-transform: rotate(-28deg);
            transform: rotate(-28deg);
  }
  45% {
    -webkit-transform: rotate(34deg);
            transform: rotate(34deg);
  }
  60% {
    -webkit-transform: rotate(-32deg);
            transform: rotate(-32deg);
  }
  75% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  90% {
    -webkit-transform: rotate(-28deg);
            transform: rotate(-28deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(0);
  }
  15% {
    -webkit-transform: rotate(30deg);
  }
  30% {
    -webkit-transform: rotate(-28deg);
  }
  45% {
    -webkit-transform: rotate(34deg);
  }
  60% {
    -webkit-transform: rotate(-32deg);
  }
  75% {
    -webkit-transform: rotate(30deg);
  }
  90% {
    -webkit-transform: rotate(-28deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  15% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  30% {
    -webkit-transform: rotate(-28deg);
            transform: rotate(-28deg);
  }
  45% {
    -webkit-transform: rotate(34deg);
            transform: rotate(34deg);
  }
  60% {
    -webkit-transform: rotate(-32deg);
            transform: rotate(-32deg);
  }
  75% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  90% {
    -webkit-transform: rotate(-28deg);
            transform: rotate(-28deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
/*# sourceMappingURL=clients-summary-record-card.css.map */
