﻿/* Copyright 2020-2024 Epic Systems Corporation */
/* #region HPR menu styles */
body .pretext.mobile {
  display: none;
}
body .pretext.steps {
  margin-bottom: 1rem;
}
body #ChangeShortcutsContainer {
  min-height: 52vh;
  z-index: 1;
}
body #ChangeShortcutsContainer .menu-searchlist {
  height: 100%;
  max-height: 42vh;
}
body #ChangeShortcutsContainer .toggleIcon {
  background: url("../images/down_chevron.png") no-repeat scroll center transparent;
  background-size: 12px;
  min-width: 12px;
  min-height: 12px;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 8px;
}
body #ChangeShortcutsContainer .menu-container {
  position: relative;
  border-radius: 5px;
  margin-top: 0;
  top: 6px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  left: 0;
  transform: none;
  width: 100%;
  z-index: 3005;
}
body #ChangeShortcutsContainer .menu-container .submenu:last-child {
  padding-bottom: 0;
}
body #ChangeShortcutsContainer .menu-headertop {
  display: none;
}
body #ChangeShortcutsContainer .menu-closebutton {
  display: none;
}
body #ChangeShortcutsContainer .menu-responsiveclosebutton {
  display: none;
}
body #ChangeShortcutsContainer #selected-shortcuts {
  margin-top: 1rem;
}
body #ChangeShortcutsContainer .menu-mainmenulist, body #ChangeShortcutsContainer .menusearch.mainmenulist {
  max-height: 55vh;
}
body #ChangeShortcutsContainer .shortcutImage {
  display: none;
}
body #ChangeShortcutsContainer .shortcut.menu-rootopen, body #ChangeShortcutsContainer :not(.mobile):not([aria-disabled=true]).shortcut:hover {
  background-color: #bfe1ff;
  border: 2px solid #246fb5;
}
body #ChangeShortcutsContainer .isShortcut .shortcutImage {
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 4px;
  flex: 0 0 1.5rem;
  fill: #43a559;
}
body #ChangeShortcutsContainer .menuitem-content {
  cursor: pointer;
}
body #ChangeShortcutsContainer .content-loaded {
  display: flex;
  align-items: center;
}
body #ChangeShortcutsContainer .shortcut .shortcut-content {
  text-align: left;
  display: flex;
  align-items: center;
  width: calc(100% - 18px);
  position: relative;
  left: -8px;
}
body #ChangeShortcutsContainer .shortcut .shortcut-content .menuitem-label {
  width: calc(100% - 2rem - 16px);
}
body #ChangeShortcutsContainer .shortcut-wrapper {
  position: relative;
  width: 100%;
  left: 0px;
}
body #ChangeShortcutsContainer .shortcut[aria-disabled=true] {
  background-color: #dbdbdb;
  border: 2px solid #dbdbdb;
}
body #ChangeShortcutsContainer .shortcut[aria-disabled=true] .menuitem-icon {
  background-color: #dbdbdb;
}
body #ChangeShortcutsContainer .shortcut {
  width: 100%;
  padding: 7px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  z-index: 3003;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
body #ChangeShortcutsContainer .shortcut.menu-rootopen .toggleIcon {
  transition: ease;
  transition-duration: 0.5s;
  transform: rotate(180deg);
}
body #ChangeShortcutsContainer .shortcut .toggleIcon {
  transition: ease;
  transition-duration: 0.2s;
}
body #ChangeShortcutsContainer .shortcut .menuitem-icon {
  vertical-align: middle;
  height: 2rem;
  min-height: 2rem;
  width: 2rem;
  min-width: 2rem;
  margin: 0.2rem;
}
body #ChangeShortcutsContainer .shortcut .menuitem-label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
@media only screen and (min-width: 769px) {
  html:not(.mobile) body #ChangeShortcutsContainer .menu-mainmenulist, html:not(.mobile) body #ChangeShortcutsContainer .menusearch-mainmenulist {
    max-height: 42vh;
  }
  html:not(.mobile) body #ChangeShortcutsContainer .menu-container {
    left: 0;
  }
  html:not(.mobile) body #ChangeShortcutsContainer .shortcut-wrapper {
    left: auto;
    position: absolute;
    width: 25rem;
    max-width: calc(100% - 2.5rem);
  }
  html:not(.mobile) body #ChangeShortcutsContainer #Shortcut3Wrapper,
  html:not(.mobile) body #ChangeShortcutsContainer #Shortcut6Wrapper {
    right: 0px;
    margin-right: 1.25rem;
  }
}

[id^=Shortcut][id$=-shield] {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/*#region save*/
#save_message {
  width: auto;
}
#save_message img {
  vertical-align: bottom;
}

@media only screen and (max-width: 768px) {
  #save_message {
    text-align: center;
  }
}
.button.continuelater {
  display: none;
}

/*#endregion*/
/*#region Mobile All Sizes*/
.mobile input {
  padding-left: 2rem;
  padding-right: 2rem;
}

html.mobile {
  background: #edf3f9;
}

.mobile body #main {
  background: #edf3f9;
}
.mobile body #main .pretext {
  padding-left: 6px;
  padding-right: 6px;
}
.mobile body #main .pretext {
  display: none;
  margin-bottom: 0.5rem;
}
.mobile body #main .pretext.mobile {
  display: block;
}
.mobile body #main .pretext.mobile:not(.steps) {
  padding-top: 12px;
}
