@import url("shared/fonts.css");
@import url("shared/variables.css");
@import url("shared/pills.css");
@import url("shared/buttons.css");
@import url("shared/forms.css");
@import url("shared/user.css");
@import url("shared/tables.css");
@import url("shared/tooltip.css");
@import url("shared/popover.css");
@import url("templates/dialog.css");
@import url("shared/education_popout.css");

/* General Styles */
body {
  font-family: MuseoSans;
  background: var(--gray15);
  margin: 0;
}

#tidio-chat {
  display: none!important;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.btn.link.hoverable {
  color: var(--gray2);
  font: 400 15px WorkSans;
  text-decoration: none;
}
a.btn.link.hoverable:hover {
  cursor: pointer;
  color: var(--fuchsia2);
  font-weight: 600;
  text-decoration-line: underline;
}

.hidden {
  display: none;
}

/* Breadcrumbs */
.breadcrumbs {
  /* turning these off until we have a real strategy but I don't want to undo anything 
  that will be useful later */
  /* display: inline-block; */
  display: none;
  margin-top: 10px;
}
.breadcrumbs.icon::before {
  position: relative;
  top: 4px;
  margin-right: 7px;
}

.breadcrumbs.qc::before {
  content: url("../assets/icons/breadcrumb_qc.svg");
}

.breadcrumbs a {
  font-size: 12px;
  font-weight: 400;
  color: var(--gray3);
}

.breadcrumbs a::after {
  content: url("../assets/icons/keyboard_arrow_right.svg");
  margin-left: 10px;
  margin-right: 10px;
}

.breadcrumbs a:last-child,
.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs a.no-link {
  text-decoration: none;
}

.breadcrumbs a:last-child::after {
  content: none;
}

/* Page Identifier - Temp in place of Breadcrumbs */
.page-identifier {
  display: inline-block;
  padding: 25px 0 23px 22px;
  background: transparent center left / 16px auto no-repeat;
}
.page-identifier::after {
  color: var(--black2);
  font: 500 14px Poppins;
}
.page-identifier.dashboard {
  background-image: url("/assets/icons/dark_blue_dashboard.svg");
}
.page-identifier.dashboard::after {
  content: 'Dashboard';
}
.page-identifier.operatory_history {
  background-image: url("/assets/icons/dark_blue_operatory_history.svg");
}
.page-identifier.operatory_history::after {
  content: 'Operatory History';
}
.page-identifier.practice_users,
.page-identifier.third_party_users,
.page-identifier.my_profile {
  background-image: url("/assets/icons/dark_blue_user.svg");
}
.page-identifier.practice_users::after {
  content: 'Practice Users';
}
.page-identifier.third_party_users::after {
  content: 'Third Party Users';
}
.page-identifier.my_profile::after {
  content: 'My Profile';
}
.page-identifier.autoship,
.page-identifier.wl_autoship,
.page-identifier.sm_autoship {
  background-image: url("/assets/icons/dark_blue_autoship.svg");
}
.page-identifier.autoship::after,
.page-identifier.wl_autoship::after,
.page-identifier.sm_autoship::after {
  content: 'Auto-ship';
}

/* Headers */
h1 {
  font: 600 28px Poppins;
  color: var(--black2);
  margin: 24px 0 0;
}
h2 {
  font: 500 20px Poppins;
  color: var(--black2);
  margin: 0;
}
h3 {
  font: 400 16px Poppins;
  color: var(--black2);
  margin: 0;
}
/* Subheader/detail below h1 on pages */
p.subheader {
  font: 400 16px Poppins;
  color: var(--black2);
  line-height: 22px;
}

/* main content box */
main .content {
  position: relative;
  margin-top: 32px;
  padding: 24px 24px 70px;
  background: var(--white);
  border-radius: 15px;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}
main .content.tight {
  padding: 24px;
}
/* main content box with the light blue top border */
.hasBorder {
  border-top: 16px solid var(--blue2);
}
main .content.hasBorder {
  margin-bottom: 32px;
}

/** Removing the "x" that shows up in input fields = search in Chrome/Edge **/
/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear,
input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.error-msg {
  color: var(--input-error);
  font: 400 14px WorkSans;
  line-height: 16px;
}

div[slot="empty"].empty_table {
  border-radius: 15px;
  background: var(--white);
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  width: 50%;
  max-width: 560px;
  margin: 35px auto;
  padding: 48px 85px 32px 85px;
  text-align: center;
}
div[slot="empty"].empty_table span.icon {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
  background: var(--gray9) url('/assets/icons/gray_no_search_results.svg') center center / 48px auto no-repeat;
  border-radius: 50%;
}
div[slot="empty"].empty_table p {
  color: var(--gray2);
  font: 400 16px Poppins;
  line-height: 22px;
  margin-top: 8px;
}
div.loading {
  background: transparent url('/assets/icons/proedge_loading.gif') center center no-repeat;
  width: 100%;
  height: 100%;
}

/* rounded box with icon to left or top (for mobile) and message */
.message_with_icon {
  margin: 40px 0 0;
  padding: 8px 24px 8px 35px;
  border-radius: 10px;
  background-color: var(--tinted-dark-blue);
  color: var(--white);
  font: 400 14px Poppins;
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 18px);
  left: 18px;
}
.message_with_icon > img {
  position: absolute;
  left: -23px;
  top: 5px;
  width: 40px;
  height: 40px;
  border: 4px solid var(--dark-blue);
  border-radius: 50%;
}
@media screen and (max-width: 600px) {
  .message_with_icon {
    text-align: center;
    margin: 17px 24px 0;
    padding: 30px 18px 21px;
    width: auto;
    left: auto;
  }
  .message_with_icon > img {
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
  }
}