﻿/* Copyright 2021-2024 Epic Systems Corporation */
.myc_loadingSpinner {
  background: linear-gradient(90deg, #f8f8f8, #dbdbdb, #f8f8f8, #dbdbdb);
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
  width: 100%;
  height: 100%;
  min-width: 22rem;
  min-height: 10rem;
  position: relative;
}

@keyframes gradient {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.myc_error {
  background-color: #f8f8f8;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 3rem;
}

.myc_hidden {
  display: none;
}

.myc_osSimpleWidget .myc_slotsContainer h5.myc_dayHeader {
  font-size: 1.1rem;
  margin: 0;
  padding: 0;
}
.myc_osSimpleWidget .myc_slotsContainer .myc_slotGroup {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.myc_osSimpleWidget .myc_slotsContainer .myc_slotGroup + h5.myc_dayHeader {
  margin-top: 0.3rem;
}
.myc_osSimpleWidget .myc_slotsContainer .myc_slotGroup a.myc_slot.myc_button, .myc_osSimpleWidget .myc_slotsContainer .myc_slotGroup button.myc_slot.myc_button {
  background-color: #246fb5;
  color: #ffffff;
}
@media print {
  .myc_osSimpleWidget .myc_slotsContainer .myc_slotGroup a.myc_slot.myc_button, .myc_osSimpleWidget .myc_slotsContainer .myc_slotGroup button.myc_slot.myc_button {
    border: 1px solid #767676;
    padding-top: calc(0.375rem - 1px);
    padding-bottom: calc(0.375rem - 1px);
  }
  .mobile .myc_osSimpleWidget .myc_slotsContainer .myc_slotGroup a.myc_slot.myc_button, .mobile .myc_osSimpleWidget .myc_slotsContainer .myc_slotGroup button.myc_slot.myc_button {
    padding-top: calc(0.75rem - 1px);
    padding-bottom: calc(0.75rem - 1px);
  }
}
.darkmode .myc_osSimpleWidget .myc_slotsContainer .myc_slotGroup a.myc_slot.myc_button, .darkmode .myc_osSimpleWidget .myc_slotsContainer .myc_slotGroup button.myc_slot.myc_button {
  border: 2px solid;
  border-color: #92b7da;
  color: white;
  background-color: #0b2136;
}

.myc_osSimpleWidget .myc_slotsContainer .myc_slotGroup a.myc_slot.myc_button:hover, .myc_osSimpleWidget .myc_slotsContainer .myc_slotGroup a.myc_slot.myc_button:active, .myc_osSimpleWidget .myc_slotsContainer .myc_slotGroup button.myc_slot.myc_button:hover, .myc_osSimpleWidget .myc_slotsContainer .myc_slotGroup button.myc_slot.myc_button:active {
  background-color: #1f5e9a;
}
.darkmode .myc_osSimpleWidget .myc_slotsContainer .myc_slotGroup a.myc_slot.myc_button:hover, .darkmode .myc_osSimpleWidget .myc_slotsContainer .myc_slotGroup a.myc_slot.myc_button:active, .darkmode .myc_osSimpleWidget .myc_slotsContainer .myc_slotGroup button.myc_slot.myc_button:hover, .darkmode .myc_osSimpleWidget .myc_slotsContainer .myc_slotGroup button.myc_slot.myc_button:active {
  background-color: #1c578d;
  border-color: transparent;
}

.tvmode .myc_osSimpleWidget .myc_slotsContainer .myc_slotGroup a.myc_slot.myc_button:hover, .tvmode .myc_osSimpleWidget .myc_slotsContainer .myc_slotGroup a.myc_slot.myc_button:active, .tvmode .myc_osSimpleWidget .myc_slotsContainer .myc_slotGroup a.myc_slot.myc_button:focus, .tvmode .myc_osSimpleWidget .myc_slotsContainer .myc_slotGroup button.myc_slot.myc_button:hover, .tvmode .myc_osSimpleWidget .myc_slotsContainer .myc_slotGroup button.myc_slot.myc_button:active, .tvmode .myc_osSimpleWidget .myc_slotsContainer .myc_slotGroup button.myc_slot.myc_button:focus {
  background-color: #1f5e9a;
}
.tvmode.darkmode .myc_osSimpleWidget .myc_slotsContainer .myc_slotGroup a.myc_slot.myc_button:hover, .tvmode.darkmode .myc_osSimpleWidget .myc_slotsContainer .myc_slotGroup a.myc_slot.myc_button:active, .tvmode.darkmode .myc_osSimpleWidget .myc_slotsContainer .myc_slotGroup a.myc_slot.myc_button:focus, .tvmode.darkmode .myc_osSimpleWidget .myc_slotsContainer .myc_slotGroup button.myc_slot.myc_button:hover, .tvmode.darkmode .myc_osSimpleWidget .myc_slotsContainer .myc_slotGroup button.myc_slot.myc_button:active, .tvmode.darkmode .myc_osSimpleWidget .myc_slotsContainer .myc_slotGroup button.myc_slot.myc_button:focus {
  background-color: #1c578d;
  border-color: transparent;
}

.myc_osSimpleWidget .myc_slotsContainer .myc_slotGroup a.myc_slot.myc_button.myc_timeSlot, .myc_osSimpleWidget .myc_slotsContainer .myc_slotGroup button.myc_slot.myc_button.myc_timeSlot {
  width: 27%;
  min-width: 5.5rem;
  max-width: 8rem;
  margin-right: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .myc_osSimpleWidget .myc_slotsContainer .myc_slotGroup a.myc_slot.myc_button.myc_timeSlot, .myc_osSimpleWidget .myc_slotsContainer .myc_slotGroup button.myc_slot.myc_button.myc_timeSlot {
    font-size: 0.9rem;
  }
}
.myc_osSimpleWidget .myc_slotsContainer .myc_slotGroup a.myc_slot.myc_button.myc_moreOptions, .myc_osSimpleWidget .myc_slotsContainer .myc_slotGroup button.myc_slot.myc_button.myc_moreOptions {
  width: 2rem;
  padding: 0 0.6rem;
}
.myc_osSimpleWidget .myc_button {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  fill: currentColor;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  margin: 0.5rem 0;
  padding: 0.375rem 0.75rem;
  position: relative;
  text-align: center;
  user-select: none;
  white-space: normal;
  overflow-wrap: break-word;
  text-decoration: none;
  border: 1px solid currentColor;
  min-height: 2rem;
  box-sizing: border-box;
}
.myc_osSimpleWidget .myc_button:focus, .myc_osSimpleWidget .myc_button:hover {
  text-decoration: none;
}
.myc_osSimpleWidget .myc_button[disabled][class][class], .myc_osSimpleWidget .myc_button[aria-disabled=true][class][class], .myc_osSimpleWidget .myc_button.disabled[class][class] {
  cursor: default;
}
.myc_osSimpleWidget .myc_button[disabled][class][class], .myc_osSimpleWidget .myc_button[disabled][class][class]:focus, .myc_osSimpleWidget .myc_button[disabled][class][class]:hover, .myc_osSimpleWidget .myc_button[disabled][class][class]:active, .myc_osSimpleWidget .myc_button[aria-disabled=true][class][class], .myc_osSimpleWidget .myc_button[aria-disabled=true][class][class]:focus, .myc_osSimpleWidget .myc_button[aria-disabled=true][class][class]:hover, .myc_osSimpleWidget .myc_button[aria-disabled=true][class][class]:active, .myc_osSimpleWidget .myc_button.disabled[class][class], .myc_osSimpleWidget .myc_button.disabled[class][class]:focus, .myc_osSimpleWidget .myc_button.disabled[class][class]:hover, .myc_osSimpleWidget .myc_button.disabled[class][class]:active {
  background-color: #dbdbdb;
  border: none;
  box-shadow: none;
  color: #565656;
  text-decoration: none;
  transform: none;
}
.darkmode .myc_osSimpleWidget .myc_button[disabled][class][class], .darkmode .myc_osSimpleWidget .myc_button[disabled][class][class]:focus, .darkmode .myc_osSimpleWidget .myc_button[disabled][class][class]:hover, .darkmode .myc_osSimpleWidget .myc_button[disabled][class][class]:active, .darkmode .myc_osSimpleWidget .myc_button[aria-disabled=true][class][class], .darkmode .myc_osSimpleWidget .myc_button[aria-disabled=true][class][class]:focus, .darkmode .myc_osSimpleWidget .myc_button[aria-disabled=true][class][class]:hover, .darkmode .myc_osSimpleWidget .myc_button[aria-disabled=true][class][class]:active, .darkmode .myc_osSimpleWidget .myc_button.disabled[class][class], .darkmode .myc_osSimpleWidget .myc_button.disabled[class][class]:focus, .darkmode .myc_osSimpleWidget .myc_button.disabled[class][class]:hover, .darkmode .myc_osSimpleWidget .myc_button.disabled[class][class]:active {
  background-color: rgba(255, 255, 255, 0.2);/* #FFFFFFFF */;
  color: rgba(255, 255, 255, 0.6);/* #FFFFFFFF */;
}

.tvmode:not(.hideFocus) .myc_osSimpleWidget .myc_button[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) .myc_osSimpleWidget .myc_button[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) .myc_osSimpleWidget .myc_button.disabled[class][class][class]:focus {
  outline: #ffffff solid 4px;
  transform: scale(1.05);
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) .myc_osSimpleWidget .myc_button[disabled][class][class][class]:focus, .tvmode:not(.hideFocus) .myc_osSimpleWidget .myc_button[aria-disabled=true][class][class][class]:focus, .tvmode:not(.hideFocus) .myc_osSimpleWidget .myc_button.disabled[class][class][class]:focus {
    outline: #ffffff solid 3px;
  }
}

.myc_osSimpleWidget .myc_button:active:hover {
  outline: 0;
}
.mobile .myc_osSimpleWidget .myc_button[class] {
  -webkit-appearance: none;
  line-height: normal;
  padding: 0.75rem;
  vertical-align: top;
  word-wrap: break-word;
}
.mobile:not([data-ua=nonmobile]) .myc_osSimpleWidget .myc_button[class] {
  outline: 0;
}
.mobile:not([data-ua=nonmobile]) .myc_osSimpleWidget .myc_button[class]:focus {
  outline: 0;
}
.tvmode .myc_osSimpleWidget .myc_button[class] {
  font-size: 1.1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.tvmode:not(.hideFocus) .myc_osSimpleWidget .myc_button[class]:focus {
  outline: #246fb5 solid 4px;
  transform: scale(1.05);
  outline-color: #363636;
}
@media (max-width: 970px) {
  .tvmode:not(.hideFocus) .myc_osSimpleWidget .myc_button[class]:focus {
    outline: #246fb5 solid 3px;
  }
}
.tvmode.darkmode:not(.hideFocus) .myc_osSimpleWidget .myc_button[class]:focus {
  outline-color: #ffffff;
}

@media (min--moz-device-pixel-ratio: 0) {
  .myc_osSimpleWidget .myc_button::-moz-focus-inner {
    border: none;
  }
  .myc_osSimpleWidget .myc_button:focus {
    outline: 1px dotted black;
    outline-offset: 3px;
  }
}
.myc_osSimpleWidget a.myc_link, .myc_osSimpleWidget button.myc_link {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: #246fb5;
  box-shadow: none;
  border: none;
  font-size: 1rem;
}
.myc_osSimpleWidget a.myc_link:hover, .myc_osSimpleWidget button.myc_link:hover {
  text-decoration: underline;
}
.tvmode .myc_osSimpleWidget a.myc_link:hover, .tvmode .myc_osSimpleWidget a.myc_link:focus, .tvmode .myc_osSimpleWidget button.myc_link:hover, .tvmode .myc_osSimpleWidget button.myc_link:focus {
  text-decoration: underline;
}

.myc_osSimpleWidget a.myc_link:active, .myc_osSimpleWidget button.myc_link:active {
  box-shadow: inset 0 0 0 2px currentColor;
  transform: none;
  background-color: rgba(36, 111, 181, 0.1);
}
.darkmode .myc_osSimpleWidget a.myc_link, .darkmode .myc_osSimpleWidget button.myc_link {
  color: #92b7da;
  background-color: rgba(0, 0, 0, 0.3);/* #FF000000 */;
}

.myc_osSimpleWidget .myc_noData {
  text-align: center;
  padding: 1rem;
  margin: 0;
}

.myc_noData {
  background-color: #f8f8f8;
}

.myc_button {
  background-color: #ffffff;
  color: #246fb5;
  border: 1px solid currentColor;
  padding-top: calc(0.375rem - 1px);
  padding-bottom: calc(0.375rem - 1px);
}
.mobile .myc_button {
  padding-top: calc(0.75rem - 1px);
  padding-bottom: calc(0.75rem - 1px);
}
.myc_button:active {
  border-color: transparent;
  box-shadow: inset 0 0 0 2px currentColor;
  transform: none;
}
.darkmode .myc_button {
  border-color: #92b7da;
  color: #92b7da;
  background-color: rgba(0, 0, 0, 0.3);/* #FF000000 */;
}

.myc_button:hover, .myc_button:active {
  background-color: #e9f1f8;
  color: #1f5e9a;
}
.darkmode .myc_button:hover, .darkmode .myc_button:active {
  background-color: #0b2136;
  color: #92b7da;
  border-color: transparent;
}

.tvmode .myc_button:hover, .tvmode .myc_button:active, .tvmode .myc_button:focus {
  background-color: #e9f1f8;
  color: #1f5e9a;
}
.tvmode.darkmode .myc_button:hover, .tvmode.darkmode .myc_button:active, .tvmode.darkmode .myc_button:focus {
  background-color: #0b2136;
  color: #92b7da;
  border-color: transparent;
}
