
@font-face {
  font-family: 'Aileron-Bold';
  src: url('https://cdn.apps.sonichealthcare.com/assets/fonts/aileron/aileron-bold-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdn.apps.sonichealthcare.com/assets/fonts/aileron/aileron-bold-webfont.woff') format('woff'), url('https://cdn.apps.sonichealthcare.com/assets/fonts/aileron/aileron-bold-webfont.ttf') format('truetype'), url('https://cdn.apps.sonichealthcare.com/assets/fonts/aileron/aileron-bold-webfont.svg#aileron-bold-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Aileron-SemiBold';
  src: url('https://cdn.apps.sonichealthcare.com/assets/fonts/aileron/aileron_semibold.eot?#iefix') format('embedded-opentype'), url('https://cdn.apps.sonichealthcare.com/assets/fonts/aileron/aileron_semibold.woff') format('woff'), url('https://cdn.apps.sonichealthcare.com/assets/fonts/aileron/aileron_semibold.ttf') format('truetype'), url('https://cdn.apps.sonichealthcare.com/assets/fonts/aileron/aileron_semibold.svg#Aileron-SemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Aileron-Regular';
  src: url('https://cdn.apps.sonichealthcare.com/assets/fonts/aileron/aileron-regular-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdn.apps.sonichealthcare.com/assets/fonts/aileron/aileron-regular-webfont.woff') format('woff'), url('https://cdn.apps.sonichealthcare.com/assets/fonts/aileron/aileron-regular-webfont.ttf') format('truetype'), url('https://cdn.apps.sonichealthcare.com/assets/fonts/aileron/aileron-regular-webfont.svg#Aileron-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Aileron-Light';
  src: url('https://cdn.apps.sonichealthcare.com/assets/fonts/aileron/aileron-light-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdn.apps.sonichealthcare.com/assets/fonts/aileron/aileron-light-webfont.woff') format('woff'), url('https://cdn.apps.sonichealthcare.com/assets/fonts/aileron/aileron-light-webfont.ttf') format('truetype'), url('https://cdn.apps.sonichealthcare.com/assets/fonts/aileron/aileron-light-webfont.svg#Aileron-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Stone Informal ITC W04 Medium";
  src: url("https://cdn.apps.sonichealthcare.com/assets/fonts/stone-informal/df1b904e-e437-471b-9fdb-2a1f782917d1.eot?#iefix");
  src: url("https://cdn.apps.sonichealthcare.com/assets/fonts/stone-informal/1461731/df1b904e-e437-471b-9fdb-2a1f782917d1.eot?#iefix") format("eot"), url("https://cdn.apps.sonichealthcare.com/assets/fonts/stone-informal/da166f83-bbb7-4c18-8e29-adcca4b290e1.woff2") format("woff2"), url("https://cdn.apps.sonichealthcare.com/assets/fonts/stone-informal/86f57b6d-1a59-4e65-9de9-da273fd9732e.woff") format("woff"), url("https://cdn.apps.sonichealthcare.com/assets/fonts/stone-informal/60b63ad9-2f08-4084-8b01-ffe2ab20ee17.ttf") format("truetype");
}


html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  margin-top: 8px;
}


body {
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #e5e9f2;
  box-shadow: 3px 3px 5px 3px #bababa;
  font-family: Aileron-Regular, sans-serif;
}

.background {
  position: absolute;
  top: 8px;
  width: 100%;
  max-width: 375px;
}

.header {
  width: 100%;
  height: 56px;
  box-shadow: 0 1px 1px 0 #001F411A;
}
h1, h2, h3 {
  font-family: Aileron-Regular, sans-serif;
  color: #11316E;
}
h1 {
  font-weight: 800;
  font-size: 36px;
}
h2 {
  font-weight: 700;
  font-size: 24px;
}
h3 {
  font-weight: 700;
  font-size: 18px;
}
.body-content {
  padding: 0 16px 0 16px;
  max-width: 375px;
}
label{
  width: 346px;
}

span.required
{
  color: red;
  vertical-align: super;
  font-weight: bold;
}

.form-demographic
{
}

.form-demographic .error {
  min-height: 21px;
}

footer {
  color: #ffffff;
  background-color: #292929;
}
footer a {
  text-decoration: none;
  font-size: 14px;
  color: #FFFFFF;
}
footer .footer-top {
  padding: 16px;
}
footer .footer-bottom {
  height: 31px;
  font-size: 12px;
  color: #A8A9AD;
  background-color: black;
}

#UploadForm .form-group, #passwordPromptForm .form-group {
  display: grid;
}

#UploadForm .form-group label, #passwordPromptForm .form-group label {
  justify-self: flex-start;
  padding-bottom: 8px;
  font-size: 16px;
}

.confirmation-success {
  background-color: #F1F7EA;
  height: 58px;
  padding: 16px;
}

.confirmation-details {
  border: 1px solid #D8DCE9;
  padding: 16px;
}

.confirmation-details-field {
  font-weight: 600;
}

#RasterizedImages.show
{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#imageIds:invalid {
  border: 1px solid red;
}
#imageIds:valid {
  border: 1px solid green;
}

#imageIdsLabel:valid {
  display: none;
}


.btn-primary {
  background-color: #11316E; 
}

.btn {
  --bs-btn-line-height: 31px;
}

#files .alert {
  --bs-alert-padding-x: 0.75em;
  --bs-alert-padding-y: 0.75em;
  --bs-alert-margin-bottom: 0;
}

#files .alert-dismissible .btn-close {
  padding: 0.75rem 0.75rem
}

output .alert svg
{
  width: 16px;
  height: 16px;
}
#files .alert .accordion {
  --bs-accordion-bg: #d3d3d4;
}

#files .alert .btn {
  --bs-btn-padding-x: 0;
  --bs-btn-padding-y: 0;
  --bs-btn-line-height: 44px;
  --bs-btn-border-width: 0;
  --bs-btn-font-size: 16px;
  --bs-link-color: #292929;
  --bs-btn-focus-shadow-rgb: #ffffff;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(0,0,0,0);
}

#files .alert .btn-link {
  --bs-link-color: #292929;
  --bs-btn-hover-color: #292929;
  --bs-btn-active-color: #292929;
  text-decoration: none;
}

#files .alert .btn-close, #ConfirmRequestFormImage .alert .btn-close {
  height: inherit;
  --bs-btn-font-size: 12px;
}

#files .collapse, #files .collapsing, #ConfirmRequestFormImage .collapse, #ConfirmRequestFormImage .collapsing {
  width: 210px;
}
#files .btn-group .btn:first-child, #ConfirmRequestFormImage .btn-group .btn:first-child {
  width: 300px;
  text-overflow: ellipsis;
  text-wrap: nowrap;
  overflow: hidden;
}
#UploadForm small {
  color: #73757B;
}

#UploadForm .error .alert {
  font-size: 0.8em;
}

#UploadForm .error .alert.alert-danger {
  --bs-alert-bg: inherit;
  --bs-alert-border-color: inherit;
  --bs-alert-color: #EE0700;
}

#ConfirmRequestFormImage .error .alert {
  font-size: 0.8em;
}

#ConfirmRequestFormImage .error .alert.alert-danger {
  --bs-alert-bg: inherit;
  --bs-alert-border-color: inherit;
  --bs-alert-color: #EE0700;
}

.bi {
  fill: currentColor;
}

.truncate {
  width: 300px;
  text-overflow: ellipsis;
  text-wrap: nowrap;
  overflow: hidden;
}

input.form-control {
  line-height: 31px;
  font-size: 16px;
}
