﻿/* Copyright 2018-2024 Epic Systems Corporation */
#ld-workflow .header {
  padding: 0.75rem 0 0.5rem;
  line-height: 1.25rem;
}
#ld-workflow .flatradiogrouper .flatradio.container:not(:last-child):after {
  right: 0;
  width: 100%;
}
#ld-workflow .datepickercontainer {
  margin: 0.5rem 0 0 0;
}
#ld-workflow .ld_selection {
  margin: 0.5rem 0 0.2rem 0;
}
#ld-workflow .ld_selection div.flatradio.container {
  padding-right: 1rem;
}
#ld-workflow .ld_selection div.flatradio.container:not(.selected) input.flatradio:checked + label,
#ld-workflow .ld_selection div.flatradio.container:not(.selected) input.flatradio:checked + label .subtle {
  color: #0091ea;
}
#ld-workflow .ld_selection div.flatradio.container.selected {
  background-color: #cce9fb;
  border-radius: 4px;
}
#ld-workflow .ld_selection div.flatradio.container.selected.disabled {
  background-color: #f2f2f2;
}
#ld-workflow .ld_selection .prettylabel {
  width: calc(100% - 1.5rem);
  margin: 0 0 0 0;
}
#ld-workflow .ld_selection .ld_picture {
  height: 5.5rem;
  width: 5.5rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #ld-workflow .ld_selection .ld_picture {
    display: none;
  }
}
#ld-workflow .locationinfo {
  flex: 1 1 auto;
  margin-right: 0.75rem;
  display: block;
}
#ld-workflow .locationinfo > * {
  display: block;
}
#ld-workflow .locationinfo .location_name {
  font-size: 1.1rem;
  line-height: 1.1rem;
  margin-bottom: 0.5rem;
}
#ld-workflow .details .header {
  font-size: 1.8em;
  font-weight: bold;
}
#ld-workflow .details .subheader, #ld-workflow .confirmation {
  font-size: 1.4em;
}
#ld-workflow .section .content.LDConfirmation {
  border: 1px solid #565656;
  padding: 30px;
  box-sizing: border-box;
  background-color: #ffffff;
}
#ld-workflow .section .content .instructions > div:first-child {
  border-top: 1px solid #565656;
  display: inline-block;
  padding-top: 20px;
}
#ld-workflow .section .content .instructions > div {
  margin-top: 20px;
}
#ld-workflow .qnr-main-container {
  min-height: 0;
  margin-bottom: 0;
}
