﻿@charset "UTF-8";
.dashboard-detail {
  font-size: 0.8rem;
}

.z-index-1040 {
  z-index: 1040 !important;
}

.z-index-app-details {
  z-index: 10 !important;
}

.pace .pace-progress {
  background: #841d9d !important;
}

.btn-event {
  background: repeating-linear-gradient(135deg, #fff, #fff 10px, #eee 10px, #eee 20px) !important;
}

.btn-event:hover {
  background: repeating-linear-gradient(135deg, #ffe, #ffe 10px, #eee 10px, #eee 20px) !important;
}

.btn-yellow {
  border-color: #f8d24d !important;
  background-color: #f8d24d !important;
  color: #080808 !important;
}

.btn-yellow:hover {
  border-color: #f8d24d !important;
  background-color: #fee17a !important;
  color: #080808 !important;
}

.slider-frame {
  height: calc(var(--vh, 1vh) * 100 - 6.5rem);
  width: 100vw;
  border-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #FFFFFF;
  position: fixed;
  -webkit-transform: translateX(130%);
  -ms-transform: translateX(130%);
  transform: translateX(130%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 8;
  right: 2px;
}

@media (min-width: 770px) {
  .slider-frame {
    width: calc(100vw - 100px);
  }
}
.command-bar {
  text-align: right;
  border-bottom: 1px solid #f6f6f6;
  padding: 0.5rem;
  background-color: white;
}

@media (min-width: 990px) {
  .slider-frame {
    width: calc(100vw - 300px);
  }
}
.slider-frame.show {
  -webkit-transform: translateX(0px) translateY(1px);
  -ms-transform: translateX(0px) translateY(1px);
  transform: translateX(0px) translateY(1px);
}

.slider-frame > .iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

.content .slider-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 7;
}

.content .slider-overlay.show {
  visibility: visible;
  /*-webkit-transition: all 0.3s ease;*/
  /*transition: all 0.3s ease;*/
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.2);
}

.list-item-small {
  color: #98A4B8;
  font-size: 0.86rem;
}

.form .form-section {
  color: #98A4B8;
  line-height: 3rem;
  margin-bottom: 20px;
  border-bottom: 1px solid #98A4B8;
}

.btn-light:hover {
  color: #2A2E30;
  background-color: #f5f7fa;
  border-color: #bec2ca;
}

.btn-light {
  color: #2A2E30;
  background-color: #f5f7fa;
  border-color: #bec2ca;
}

.invalid-feedback {
  display: inline !important;
}

.main-menu.menu-dark .navigation > li ul .active > a {
  color: white;
  border: none;
  font-weight: 500;
}

.grow {
  transition: all 0.1s ease-in-out;
}

.grow:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 0 10px 0 rgba(58, 70, 93, 0.25);
  cursor: pointer;
}

.resource-name {
  font-weight: normal;
  padding: 3px;
}

.my-1px {
  margin-top: 1px;
  margin-bottom: 1px;
}

.ap-deleted {
  background: repeating-linear-gradient(-45deg, #f7d1d1, #f7d1d1 5px, #ffffff 5px, #eaeaea 10px);
}

.colour-picker option {
  margin: 40px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.colour-picker option[value="1"] {
  background-color: rgb(152, 36, 36);
  color: rgb(152, 36, 36);
  height: 1.5rem;
}

.loading-overlay {
  position: absolute;
  z-index: 2;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(250, 226, 255, 0.37);
  left: 0px;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: auto !important;
}

.bg-lightest {
  background-color: #ececec;
}

.card-body.isRefund {
  border-left: 4px solid red;
}

.money {
  min-width: 75px;
  text-align: right;
  display: inline-block;
}

.screen-lock {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: white;
  z-index: 2000;
}

.ob-loading {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.4588235294);
  z-index: 2000;
  justify-content: center !important;
  flex-direction: column;
  display: flex !important;
}

.ob-time {
  text-align: center;
  /* font-family: monospace; */
  font-size: 1.7rem;
}

.ob-time small {
  font-size: 0.8rem;
}

.ob-day {
  width: 90px;
  text-align: center;
  border: 1px solid #E6E6E6 !important;
}

.ob-day-name {
  color: #3c3c3c;
  padding: 3px;
}

.ob-Do {
  font-size: 1.75rem;
}

.ob-month {
  font-weight: bold;
  padding: 2px;
}

.ob-price {
  font-size: 1rem;
  padding-left: 0.5rem;
  text-align: right;
}

.ob-appointments {
  font-size: 0.8rem;
}

@media (min-width: 768px) {
  .ob-appointments {
    font-size: 1rem;
  }
  .ob-price {
    font-size: 1.2rem;
  }
}
﻿.rescheduler {
  display: none;
}
﻿.rescheduler.show {
  background: #67167a;
  color: white;
  display: block;
}

.btn-white {
  background-color: white;
}

.btn-white:hover {
  background-color: #eee !important;
  color: #2A2E30 !important;
}

.cm-template-field {
  color: #0021ff;
  background: white;
  border: 1px solid #0000f3;
  border-radius: 5px;
  padding: 0 2px;
}

/*.service-group {
    width: 20px;
    background: transparent;
    height: 20px;
    border-radius: 50%;
    margin: .2rem;
}*/
.service-group {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 20px;
  opacity: 0.4;
  top: 0;
}

.vue-swatches__swatch {
  margin-bottom: 11px;
}

.p-dot25 {
  padding: 0.25rem;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Users/robert.field/Documents/GitHub/present/present-products/salonpartner-cloud/SalonPartner.Web/_scss/salonpartner-custom.scss%22,%22file:///C:/Users/robert.field/Documents/GitHub/present/present-products/salonpartner-cloud/SalonPartner.Web/_scss/salonpartner-screen-lock.scss%22,%22file:///C:/Users/robert.field/Documents/GitHub/present/present-products/salonpartner-cloud/SalonPartner.Web/_scss/online-booking.scss%22,%22file:///C:/Users/robert.field/Documents/GitHub/present/present-products/salonpartner-cloud/SalonPartner.Web/_scss/rescheduler.scss%22,%22file:///C:/Users/robert.field/Documents/GitHub/present/present-products/salonpartner-cloud/SalonPartner.Web/_scss/salonpartner.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22;AAGA;EACI;;;AAMJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;IACI;;;AAIR;EACI;EACA;EACA;EACA;;;AAGJ;EACI;IACI;;;AAKJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;AACA;AACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAIJ;EACI;EACA;EACA;EACA;;;AAIJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGA;EACI;EACA;EACA;EACA;EACA;;;AAIR;EACI;EACA;;;AAIJ;EACI;EACA;;;AAKJ;EACI;;;AAIJ;EACI;EACA;EACA;EACA;;;AAGA;EACI;EACA;EACA;;;AAGR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAIJ;EACI;EACA;EACA;;;ACxNH;EACG;EACA;EACA;EACA;EACA;EACA;EACA;;;ACNJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;AACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAEJ;EACI;IACI;;EAEJ;IACI;;;AC3DP;EACG;;AAEA;EACI;EACA;EACA;;;ACFR;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAEJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAQA;EACK;EACD;EACA;EACA;EACA;EACA;;;AAEJ;EACI;;;AAGJ;EACI%22%7D */