@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --gz-notch-height: 0px;
  --gz-primary-hue-1: #CFD8DC;
  --gz-primary-hue-3: #B0BEC5;
  --gz-light-gray: #E0E0E0;
  --gz-accent-alternate: #DCE775;
  --gz-free-slot-color: #607D8B; /*add in controller to primary colors*/
  --gz-free-slot-background: #CFD8DC;
  /*add in controller to primary-hue-1 colors*/
  --gz-color-constant-1: #cfd8dc;
  /*add in controller to primary-hue-1 colors*/
  --gz-primary: #607D8B;
  --gz-primary-temp: #607D8B;
  --gz-accent: #E91E63;
  --gz-accent-lighten-15percent: #f06493;
  /*add in controller to accent colors*/
  --gz-font-family: Roboto, "Helvetica Neue", sans-serif;
  --gz-text-color-heading: #fff;
  --gz-dark-white: #EEEEEE;
  /*add in controller to text-color-heading colors*/
  --gz-less-dark: #666;
  /*add in controller to text-color-heading colors*/
  --gz-color-constant-2: #666;
  /*add in controller to text-color-heading colors*/
}

body,
html {
  -webkit-touch-callout: inherit;
  font-family: var(--gz-font-family);
}

a,
a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
  color: #333;
}

a.decor,
a.decor:visited {
  color: #2196f3;
}

a.decor:hover,
a.decor:active,
a.decor:focus {
  color: var(--gz-accent);
}

button:focus,
a:focus,
input:focus,
span:focus,
i:focus,
button:focus {
  outline: 0;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clear {
  clear: both;
}

.heading-padding {
  padding: 20px;
  color: var(--gz-text-color-heading);
}

.icon-size {
  font-size: 20px;
}

.summary-padding {
  padding-top: 10px;
}

.heading-title {
  font-weight: 700;
}

.location-pin-style {
  height: 14px;
  padding-top: 1px;
  fill: var(--gz-text-color-heading);
}

.times-padding {
  padding-left: 10px;
}

.text-contrast {
  color: #eee;
}

.grey {
  color: #bdbdbd;
}

.imgthumb {
  width: 80px;
  margin: 10px;
}

.imgthumb-tiny {
  width: 64px;
  margin: 5px;
}

.block {
  display: block;
}

.tiny {
  font-size: 13px;
  display: block;
  color: var(--gz-accent);
  text-align: center;
}

.fonttiny {
  font-size: 13px;
}

.footer {
  min-height: 150px;
  background: var(--gz-primary-hue-1);
  color: var(--gz-accent);
}

.banner {
  min-height: 200px;
}

.navbtn {
  text-transform: capitalize;
  font-size: 16px;
  padding: 10px 10px 10px;
}

.navbtn:first-child {
  padding-left: 10px;
}

a.navbtn {
  color: var(--gz-primary-hue-1);
}

.footer a.navbtn {
  color: #37474F;
}

.fixscrollff {
  min-height: 1px;
}

.policyrequired {
  font-size: 18px;
  line-height: 1.4em;
}

.embedbg,
.spinnerbg {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #333;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 2;
}

.spinnerbg {
  z-index: 5;
  background: #fff;
}

.embed {
  position: fixed;
  width: 100%;
  max-width: 800px;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
}

.desktop .embed,
.wideformat .embed {
  max-width: 1900px;
}

.embedstatic {
  position: static;
}

.closeallbtn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 4;
  padding: 6px;
}

.btntinymini {
  min-width: 40px;
}

.btntiny {
  min-width: 60px;
}

.iconbtn {
  padding: 4px 6px;
}

.iconbtn.bordered {
  border: 1px solid #666;
  border-radius: 25px;
  background: var(--gz-color-constant-1);
  color: #666;
}

.iconbtn.bordered.radius-sm {
  border-radius: 6px;
}

.apptfooter .btntiny {
  margin: 4px;
}

.maincontentbody {
  overflow: hidden;
  overflow-y: auto;
}

.calendarholder.maincontentbody {
  overflow: auto;
}

.servicemenuholder {
  overflow: hidden;
  overflow-x: auto;
}

.servicemenuholder .menutab-grey.md-menu button.menutrigger {
  border: none;
  background: none;
}

.facheckbox {
  font-size: 24px;
  margin-right: 10px;
}

.nopadbottom {
  padding-bottom: 0;
}

.bg-primary {
  background: var(--gz-primary);
}

.bg-primary-hue-3 {
  background: var(--gz-primary-hue-3);
}

.color-primary {
  color: var(--gz-primary);
}

.color-primary-hue-3 {
  color: var(--gz-primary-hue-3);
}

.color-success {
  color: #8BC34A !important;
}

.color-danger {
  color: #F44336 !important;
}

.bg-danger {
  background: #F44336 !important;
}

.bg-primary-hue-2 {
  background: #37474F;
  color: var(--gz-light-gray) !important;
}

.color-primary-hue-2 {
  color: #37474F;
}

.bg-primary-hue-1 {
  background: var(--gz-primary-hue-1);
}

.color-primary-hue-1 {
  color: var(--gz-primary-hue-1);
}

.color-warn {
  color: #FF9800;
}

.bg-warn {
  background: #FF9800;
  color: var(--gz-light-gray);
}

.bg-accent {
  background: var(--gz-accent) !important;
  color: var(--gz-light-gray);
}

.bg-success {
  background: #8BC34A !important;
  color: #000;
}

.bg-accent-alternate {
  background: var(--gz-accent-alternate) !important;
  color: var(--gz-color-constant-2);
}

.bg-accent-alt-hue-1 {
  background: #F0F4C3;
}

.color-accent {
  color: var(--gz-accent);
}

.color-dark {
  color: #000;
}

.color-less-dark {
  color: var(--gz-less-dark);
}

.bg-less-dark {
  background: #666 !important;
}

.color-accent-alternate {
  color: var(--gz-accent-alternate);
}

.color-accent-alt-hue-2 {
  color: #ACB745;
}

.bg-light-grey {
  background: var(--gz-light-gray) !important;
  color: #000;
}

.color-light-grey {
  color: var(--gz-light-gray);
}

.bg-dark-grey {
  background: #BDBDBD !important;
  color: #000;
}

.nomargin {
  margin: 0;
}

.marginv {
  margin: 8px 0;
}

.nopad {
  padding: 0;
}

.padtop10 {
  padding-top: 10px;
}

.pad5 {
  padding: 5px;
}

.padtop5 {
  padding-top: 5px;
}

.marginbottom3 {
  margin-bottom: 3px;
}

.minheight60 {
  min-height: 60px;
}

.padh {
  padding: 0 8px;
}

.padv {
  padding: 8px 0;
}

.padvh {
  padding: 8px;
}

.roundtab, .menutab, .menutab-accent, .menutab-white, .menutab-grey {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: 2px 2px 0 2px;
  padding: 5px 5px 0 5px;
  background: var(--gz-primary-hue-3);
}

.menutab, .menutab-accent, .menutab-white, .menutab-grey {
  padding: 8px;
  border: 1px solid var(--gz-primary-hue-1);
  background: #37474F;
  border-bottom: 0;
  color: #eee;
}

.menutab-white, .menutab-grey {
  background: #fff;
  color: #000;
}

.menutab-accent {
  background: var(--gz-accent);
  color: #eee;
}

.menutab-grey {
  background: var(--gz-light-gray);
}

.servicemenuholder .menutab-white, .servicemenuholder .menutab-grey {
  white-space: nowrap;
}

.menuselect {
  margin: 0;
}

.menuselect .md-select-value {
  border: 0;
}

.menuselect .md-select-value.md-select-placeholder {
  color: #000 !important;
}

md-select.menuselect:not([disabled]):focus .md-select-value {
  border: 0;
  color: #000;
}

.badge, .badge-big, .badge-small {
  padding: 2px;
  margin: 2px;
  border-radius: 5px;
  font-size: 12px;
}

.badge-small {
  font-size: 10px;
}

.badge-big {
  padding: 5px;
  font-size: 16px;
}

.badge-rounded {
  border-radius: 20px;
}

.softround {
  border-radius: 10px;
}

.softerround {
  border-radius: 6px;
}

.apptcount {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 20px;
}

.toggleartist .apptcount {
  font-size: 16px;
}

.iconfontmd {
  font-size: 20px;
}

.dotborderedlink, .altform md-input-container {
  border: 1px dotted var(--gz-accent-alternate);
  border-radius: 2px;
  background: #EEEEEE;
}

.bg-accent-alternate-hue-1 {
  background: #F0F4C3 !important;
}

.itemwithbg {
  background: var(--gz-primary-hue-1);
  border: 1px solid var(--gz-primary-hue-3);
  border-radius: 5px;
  margin-bottom: 5px;
  min-height: 68px;
}

.itemwithbg a {
  user-select: text;
}

.itemwithbg.tasklabel {
  background: none;
  border: none;
  color: var(--gz-primary-hue-1);
  cursor: default;
}

.itemwithbg.tasklabel a,
.itemwithbg.itemwithbg.tasklabel a:hover {
  cursor: default;
}

.cartrow {
  min-height: 38px;
  background: var(--gz-primary-hue-3);
  padding-top: 4px;
}

.cartrow:last-child {
  padding-bottom: 4px;
}

.breadcrumb {
  padding: 2px;
  margin: 2px;
}

.handcursor {
  cursor: pointer;
}

.free-slot,
.free-slot:hover,
.free-slot:active,
.free-slot:focus,
.free-slot:visited {
  background: var(--gz-free-slot-background);
  border: 1px solid #94a8b1;
  color: var(--gz-primary-temp);
}

.selected-slot,
.selected-slot:hover,
.selected-slot:active,
.selected-slot:focus,
.selected-slot:visited {
  background: var(--gz-primary-temp);
  color: var(--gz-free-slot-background);
}

.free-slot-legend {
  color: var(--gz-free-slot-color);
}

.occupied-slot,
.occupied-slot:hover,
.occupied-slot:focus,
.occupied-slot:visited,
.occupied-slot:active {
  background: #BDBDBD;
  border: 1px solid #8a8a8a;
  color: #666;
}

#desktopbanner {
  border-bottom: 2px solid #fd7400;
  background: #0d0900;
  max-height: 60px;
  overflow: hidden;
}

#desktopbanner span.md-title {
  padding: 12px;
  color: #eee;
}

.titlebar {
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.textshadowdark {
  color: #000;
  text-shadow: 0 0 5px #fff;
}

.posrel {
  position: relative;
}

.posabs {
  position: absolute;
}

.servicemenuitem {
  position: absolute;
  top: 0;
  right: 2px;
}

.daypicker {
  top: 0;
  left: 0;
  min-height: 60px;
}

.daypicker .md-title,
.daypicker .md-subhead {
  padding-left: 10px;
}

.daypickertext {
  z-index: 4;
  width: 100%;
}

.dayholder md-item a.datetimeslot {
  width: calc(100% - 5px);
}

.dayholder md-item.oddcol a.datetimeslot {
  margin-left: 5px;
}

.borderedbox {
  border: 1px solid #37474F;
  border-radius: 5px;
}

.slot:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.slot:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.time-ticker {
  position: relative;
}

.time-ticker-label {
  position: absolute;
  font-size: 10px;
  color: #333;
  padding: 1px;
  border-left: 1px solid #333;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.altform md-input-container {
  margin-bottom: 5px;
  padding-bottom: 2px;
}

.overlaydark {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 6px;
  background: none;
}

.maincontentbody.integrationmode {
  font-size: 24px;
}

.maincontentbody.integrationmode h2 {
  margin: 10px 0;
}

.dialogcontent {
  width: 400px;
  height: 400px;
  text-align: center;
}

.vertical-container {
  height: 300px;
  width: 180px;
  border: 1px solid #ccc;
  background: linear-gradient(rgb(76, 76, 76) 0%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 60%, rgb(76, 76, 76) 100%);
}

.repeated-item {
  min-height: 50px;
  margin: 2px;
  border: 1px solid #888;
  font-size: 20px;
}

.repeated-item.hasborder {
  border: 1px solid #333;
  border-radius: 6px;
  color: #EEEEEE;
  background: #666;
}

.dateslider,
.staffslider {
  overflow: hidden;
  width: 100%;
  min-height: 0;
  min-width: 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  position: relative;
  background: #36474f;
}

.staffsliderrow,
.datesliderrow {
  text-align: center;
  height: 55px;
  width: 100%;
  min-width: 320px;
}

.datesliderrow .repeated-item,
.staffsliderrow .repeated-item {
  min-width: 70px;
  border-radius: 4px;
  background: #EEEEEE;
  color: #000;
}

.datesliderrow .repeated-item.disabled {
  background: #666;
}

.slidemarker {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 1px;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 1px;
}

.staffsliderow .repeated-item:focus,
.staffsliderow .repeated-item:active {
  outline: 0;
}

.datesliderrow .repeated-item.slick-current,
.staffsliderrow .repeated-item.slick-current {
  border-color: #EEEEEE;
  background: #8BC34A;
}

.datesliderrow .repeated-item.disabled.slick-current {
  background: #000;
  color: var(--gz-primary-hue-3);
}

.vertical-appt-container {
  min-height: 680px;
  overflow-y: auto;
}

.vertical-appt-container-search {
  min-height: 800px;
  overflow-y: auto;
}

.repeated-apptlist {
  min-height: 100px;
}

#prevartist,
#prevday,
#nextartist,
#nextday {
  position: absolute;
}

#prevartist,
#prevday {
  left: 0;
  top: 50%;
  margin-top: -18px;
}

#nextartist,
#nextday {
  right: 0;
  top: 50%;
  margin-top: -18px;
}

#prevartist button > i,
#nextartist button > i,
#nextday button:not(:disabled) > i,
#prevday button:not(:disabled) > i {
  background: #eee;
  border-radius: 50%;
  height: 0.8em;
  width: 0.8em;
  line-height: 0.9em;
}

.apptsearchform {
  margin: 10px 0 20px 0;
}

.apptsearchform > md-input-container {
  margin-top: 0 !important;
  padding-bottom: 0;
}

.apptsearchform > md-input-container > input {
  padding: 5px;
  padding-top: 15px;
  margin: 5px;
  font-size: 25px;
  line-height: 25px;
  border: 1px dotted var(--gz-primary) !important;
}

.confirmationoverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 12;
}

.gztoast {
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  background: transparent;
  box-shadow: none;
  height: auto;
  font-size: 18px;
}

.gztoast.md-bottom {
  top: 20px;
  bottom: auto;
}

.gztoast .md-toast-content {
  padding: 5px;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  height: auto;
}

.gztoast.toast-info .md-toast-content {
  background: rgba(33, 33, 33, 0.6);
}

.gztoast.toast-error .md-toast-content {
  background: #c33;
}

.dateheader {
  font-size: 24px;
  padding: 0 10px;
  text-transform: uppercase;
  color: #fff;
}

a.timecost {
  padding: 5px;
  border: 1px solid #acb6bb;
  border-radius: 6px;
  text-align: center;
  background: #eee;
}

.repeatrow .badge-big {
  padding: 5px;
}

.repeatrow .badge-big md-select {
  margin: 2px;
  min-width: 120px;
}

.repeatrow .badge-big md-select.selectsmall {
  min-width: 80px;
}

#calendarappointmentoverlay {
  position: absolute;
  width: 100%;
  background: rgba(30, 30, 30, 0.6);
  z-index: 100;
  margin: auto;
  top: 0;
  bottom: 0;
  overflow-y: auto;
}

.fc table {
  font-size: 18px;
}

td.fc-more-cell div {
  text-align: center;
  padding-top: 15px;
}

td.fc-more-cell div a.fc-more {
  font-size: 20px;
  color: var(--gz-primary);
  margin: auto;
  text-align: center;
  border-radius: 25px;
  width: 40px;
  background: var(--gz-light-gray);
  padding: 1px 10px;
}

td.fc-more-cell div a.fc-more:active,
td.fc-more-cell div a.fc-more:hover {
  text-decoration: none;
}

.appttimeoff {
  background: repeating-linear-gradient(60deg, #ddd 2px, #cf9da2 8px);
  color: #000;
}

.apptcancelled {
  background: #F44336;
  color: #000;
}

.apptcancelled.apptnoshow {
  border-bottom: 6px solid #ba160a;
}

.apptconfirmed {
  background: #8BC34A;
  color: #000;
}

.apptpending {
  background: #FF9800;
  color: #000;
}

.apptnopreference {
  background: #FFEB3B;
  color: #000;
}

.apptMoving {
  border-left: 2px solid red ;
}

.alerticons:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  font-size: 14px;
  z-index: 100;
  width: 15px;
  height: 15px;
  text-align: center;
}

.alerticons.textalertstatus:after {
  background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ff6600' d='M 11.52 8.32 V 3.2 a 1.28 1.28 90 0 0 -1.28 -1.28 H 3.8336 l 7.3088 7.3088 A 1.28 1.28 90 0 0 11.52 8.32 m -1.2864 1.28 H 10.24 L 2.5728 1.92 A 1.28 1.28 90 0 0 1.28 3.2 v 3.84 C 1.28 12.16 1.28 12.16 2.56 10.88 l 1.28 -1.28 h 5.1264 z'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
}

.alerticons.textpayalert:after {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%22800px%22%20height%3D%22800px%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M3.92969%2015.8792L15.8797%203.9292%22%20stroke%3D%22%23292D32%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M11.1013%2018.2791L12.3013%2017.0791%22%20stroke%3D%22%23292D32%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M13.793%2015.5887L16.183%2013.1987%22%20stroke%3D%22%23292D32%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M3.60127%2010.239L10.2413%203.599C12.3613%201.479%2013.4213%201.469%2015.5213%203.569L20.4313%208.479C22.5313%2010.579%2022.5213%2011.639%2020.4013%2013.759L13.7613%2020.399C11.6413%2022.519%2010.5813%2022.529%208.48127%2020.429L3.57127%2015.519C1.47127%2013.419%201.47127%2012.369%203.60127%2010.239Z%22%20stroke%3D%22%23292D32%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M2%2021.9985H22%22%20stroke%3D%22%23292D32%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: contain;
}

.fasvg.fa-plus {
  width: 20px;
  display: inline-block;
}

.fasvg.fasvg-textpayalert.fa-plus {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%22800px%22%20height%3D%22800px%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M3.92969%2015.8792L15.8797%203.9292%22%20stroke%3D%22%23292D32%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M11.1013%2018.2791L12.3013%2017.0791%22%20stroke%3D%22%23292D32%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M13.793%2015.5887L16.183%2013.1987%22%20stroke%3D%22%23292D32%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M3.60127%2010.239L10.2413%203.599C12.3613%201.479%2013.4213%201.469%2015.5213%203.569L20.4313%208.479C22.5313%2010.579%2022.5213%2011.639%2020.4013%2013.759L13.7613%2020.399C11.6413%2022.519%2010.5813%2022.529%208.48127%2020.429L3.57127%2015.519C1.47127%2013.419%201.47127%2012.369%203.60127%2010.239Z%22%20stroke%3D%22%23292D32%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M2%2021.9985H22%22%20stroke%3D%22%23292D32%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: contain;
}

.darktooltip {
  background: #333;
}

.apptcheckedin .fc-content,
.apptconfirmed .fc-content,
.apptnopreference .fc-content,
.apptpending .fc-content,
.apptcancelled .fc-content,
.appttimeoff .fc-content {
  background: none;
}

.apptcheckedin,
.apptcheckedin.apptnopreference {
  background: #3a87ad;
  color: #fff;
}

.fc-list-item.apptconfirmed {
  background: rgba(139, 195, 74, 0.75);
}

.fc-list-item.apptnopreference {
  background: rgba(255, 235, 59, 0.75);
}

.fc-list-item.apptpending {
  background: rgba(255, 152, 0, 0.75);
}

.fc-event.apptcomplete,
.apptcheckedin.apptnopreference.apptcomplete {
  background: rgba(55, 22, 80, 0.75);
}

.fc-event.gzapptevent.apptgap {
  background: rgba(250, 253, 218, 0.65);
  color: var(--gz-free-slot-color);
  border: none;
  left: 25% !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 75%;
}

.fc-event .fc-content {
  padding: 4px;
}

.apptconfirmed.endtimediff,
.apptpending.endtimediff,
.apptnopreference.endtimediff {
  border-bottom: 5px solid #333;
}

.bizhours {
  background: var(--gz-free-slot-background);
  color: var(--gz-free-slot-color);
}

.bizheading {
  padding-top: var(--gz-notch-height);
}

.bizheading a,
.bizheading a:hover,
.bizheading a:active,
.bizheading a:visited {
  color: var(--gz-dark-white);
}

.fc-bgevent.waittimes {
  background: #f52106;
  color: #000;
}

.slick-track {
  flex: 1 100%;
  display: flex;
}

.fc-unthemed td.fc-today {
  background: #fff;
}

.fc-unthemed tr.pasttimegrid td.fc-widget-content {
  background: url("../img/bgtilesdark.png") center center;
}

.fc-time-grid .fc-slats td {
  height: 2em;
}

.minwidth80 {
  min-width: 80px;
  display: block;
}

.minwidth150 {
  min-width: 150px;
  display: block;
}

span.artistnameinlist {
  float: right;
  padding: 10px 0;
}

md-input-container.custominputcontainer {
  font-size: 30px;
  border-radius: 6px;
  border: 1px solid #666;
}

md-input-container.custominputcontainer input,
md-input-container.custominputcontainer input:focus,
md-input-container.custominputcontainer:focus {
  padding: 8px;
}

md-input-container.custominputcontainer:not(:first-child) {
  margin-top: 10px;
}

.apptnotearea {
  font-size: 24px;
  max-height: 200px;
}

.publicnotesholder {
  max-height: 100px;
  overflow-y: auto;
}

.publicnotes {
  font-family: Lato, monospace, "Arial Narrow";
  font-style: oblique;
}

.aday {
  height: 20%;
  width: 14.2857142857%;
  border: 1px solid #ddd;
  background: #fff;
}

.aday.inactive,
.aday.past {
  background: url("../img/bgtilesdark.png") center center;
}

.aday.currentday {
  background: #F0F4C3;
}

.daydata a {
  color: #0e90d2;
  font-size: 40px;
}

.hiddenitem {
  /*display:none;*/
  opacity: 0;
}

.visibleitem {
  opacity: 1;
}

.fc-view-container {
  height: 100%;
}

.maxwidth600 {
  max-width: 600px !important;
}

md-menu-item .md-button {
  font-size: 24px;
}

.logheader {
  padding: 8px 5px;
  background: var(--gz-primary-hue-3);
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  width: 100%;
  color: #37474F;
}

.minheight250 {
  min-height: 250px;
}

.minheight150 {
  min-height: 150px;
}

.maxheight600 {
  max-height: 400px;
  overflow-y: auto;
}

.maxheight400 {
  max-height: 400px;
  overflow-y: auto;
}

.apptservicetimestaff {
  margin: 2px;
  border: 1px solid #ddd;
  border-color: #77909b;
  background: #b2c0c6;
  border-radius: 4px;
  padding: 5px;
}

.seqhighlight {
  border-color: #495b63;
  background: #859ca6;
}

.span-i-holder {
  min-width: 24px;
  text-align: left;
}

.viewcal {
  min-height: 0;
}

.apptfooter md-menu.md-menu {
  margin: unset;
}

.customersearchholder md-list {
  max-height: 100%;
  height: 1px;
}

.updownbutton .md-button {
  margin: 0;
}

/*** Theme overrides ***/
.themeoverride .md-button.md-primary,
.themeoverride md-toolbar {
  background: var(--gz-primary);
}

.themeoverride .md-button.md-accent {
  background: var(--gz-accent);
}

.md-button.md-accent.md-raised:not([disabled]):hover,
.md-button.md-accent.md-raised:not([disabled]):active,
.md-button.md-accent.md-raised:not([disabled]):focus {
  background: var(--gz-accent-lighten-15percent);
}

.themeoverride .md-button:disabled {
  background: var(--gz-light-gray);
}

.md-select-menu-container md-select-menu.md-overflow {
  max-height: none;
}

.md-select-menu-container md-select-menu.md-overflow md-content {
  max-height: 600px; /*auto*/
  overflow: auto;
}

.searchresultlistitem md-item-content.childlistitem {
  margin-left: 20px;
  background: #ecf0f2;
}

.searchresultlistitem md-item-content.childlistitem .md-caption {
  color: #4d4d4d;
}

.searchresultlistitem .ischilduser {
  padding-left: 10px;
}

.searchresultlistitem .childlistitem.isaddnew,
.searchresultlistitem .isaddnew {
  border-style: dashed;
  background: #f2f6cc;
}

.strikeout {
  text-decoration: line-through;
}

.prewrap {
  white-space: pre-wrap;
}

.fc-slats table tbody tr {
  height: 50px;
}

md-menu-content.useractionmenu {
  max-height: 360px;
}

.apptpopup {
  padding-top: calc(40px + var(--gz-notch-height));
  padding-bottom: 20px;
}

.button-scroll-container {
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.button-scroll-container::-webkit-scrollbar {
  display: none;
}

.button-scroll-container .md-button.btntiny span {
  font-size: 18px;
  column-gap: 5px;
  row-gap: 5px;
}

.button-scroll-container .md-button.btntiny span i.fa {
  font-size: 24px !important;
}

.paybtngroup {
  display: inline-flex;
  gap: 8px;
}

.paybtngroup .btntiny {
  min-width: 125px;
  line-height: 45px;
  width: auto;
}

.policydialogcontent {
  font-size: 20px;
  padding: 10px;
  margin-top: 20px;
  border: 0.5px solid #ccc;
  background: var(--gz-light-gray);
}

@media (min-width: 599px) {
  .apptfooter {
    overflow-x: auto;
  }
  .apptfooter button.md-button {
    font-size: 24px;
    padding: 8px 10px;
  }
  .dateslider {
    height: 84px;
  }
  .datesliderrow .repeated-item,
  .staffsliderrow .repeated-item {
    font-size: 24px;
    padding: 8px 10px;
  }
  .datesliderrow {
    height: 80px;
  }
  .dialogmessage {
    font-size: 24px;
    padding: 25px 15px;
  }
  .dialogheader h2 {
    font-size: 28px;
  }
  .badge-big {
    font-size: 24px;
  }
  td.fc-more-cell div a.fc-more {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .dateheader {
    font-size: 18px;
  }
  .btntiny,
  .btntinymini {
    margin: 5px;
  }
  .fc-row.fc-widget-header .fc-day-header span {
    font-size: 18px;
  }
  .hide-xs {
    display: none;
  }
  .dayholder md-item.flex-xs-100 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .dayholder md-item.flex-xs-100 a.datetimeslot {
    width: 100%;
  }
  .dayholder md-item.oddcol.flex-xs-100 a.datetimeslot {
    margin-left: 0;
  }
  .badge, .badge-small, .badge-big {
    white-space: nowrap;
  }
  .overflow-xs-row {
    overflow-x: auto;
    flex-flow: row;
  }
}
@media (max-width: 420px) {
  .btntiny,
  .btntinymini {
    margin: 3px;
    min-width: 40px;
  }
}
/* Theme specific overrides go here */
.bizhours {
  background: #DCF306;
  color: var(--gz-free-slot-color);
}/*# sourceMappingURL=style.css.map */
