﻿/* Copyright 2019-2020 Epic Systems Corporation */
.roundedPatientPhoto {
  background: no-repeat scroll center center/cover;
  border-radius: 100%;
  border-style: solid;
  border-width: 2px;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  height: 2.4rem;
  width: 2.4rem;
  line-height: 2.4rem;
  font-size: 1.7rem;
}
.roundedPatientPhoto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.roundedPatientPhoto.noBorder {
  border-width: 0px;
}

.largePhoto .roundedPatientPhoto {
  height: 5rem;
  width: 5rem;
  line-height: 5rem;
  font-size: 3rem;
}
