/* html,
body {
  height: 100%;
} */
body {
  font-size: 16px; /* bootstrap's default is 14px; may need to increase it to 18px;*/
  line-height: 2;
}

.display-none {
  display: none;
}

.alert-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-success_msg {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.required {
  color: #f10703;
}

.order-tabs a,
.order-tabs a * {
  font-size: 14px;
}

.order-tabs .nav-link {
  padding: 0.5rem 1rem 0.75rem 1rem;
}

.order-tabs .nav-link:hover {
  border-color: transparent;
}

.order-tabs .nav-link.active:hover {
  border-color: #dee2e6 #dee2e6 #fff;
}

.order-membership-type {
  color: #fff;
  padding: 2px 5px 2px 5px;
  margin: 0 2px 0 2px;
  border-color: #000 #000 #000;
  background-color: rgb(100 99 103 / 30%);
  float: right;
  word-break:break-all
}

.order-membership-type-active {
  color: #000;
  padding: 0 5px 2px 5px;
  margin: 0 2px 0 2px;
  border-color: #000 #000 #000;
  background-color: rgba(57, 37, 233, 0.30);
  word-break:break-all
}

.order-membership-first-type-active {
  color: #000;
  padding: 0 5px 2px 5px;
  margin: 0 2px 0 2px;
  border-color: #000 #000 #000;
  background-color: rgba(37, 233, 57, 0.10);
  word-break:break-all
}

.order-membership-type:hover,
.order-membership-type-active:hover,
.order-membership-first-type-active:hover {
  color: #000;
  text-decoration: none;
}

.addMembershipButton {
  font-size: 0.8rem;
  cursor: pointer;
}

.addMembershipButton:hover {
  color: #0056b3;
 }

.tableMemberMembership {
  border-top: 1px solid #dee2e6;
  padding: 0.75rem;
  vertical-align: top;
}

.tableMemberMembership > tbody > tr:nth-of-type(2n + 1) > td,
.tableMemberMembership th,
.tableMemberMembership td {
  background-color: #ffff;
  border: none;
}

.tableMemberMembership > tbody > tr {
  padding: 0 0 0 15px;
}

.membership-display-cube {
  border: 1px solid #cac7c7;
  border-radius: 10px;
  padding: 0.5rem 1rem 0.5rem 1rem;
  width: 21rem;
  height: 17rem;
  text-align: center;
  text-align: -webkit-center;
}

.membership-display-cube.membershipActive {
  border: 1px solid #0609e6;
  background-color: rgba(57, 37, 233, 0.10);
}

.membership-display-cube.membershipFirstActive {
  border: 1px solid #06e609;
  background-color: rgba(37, 233, 57, 0.10);
}

.membershipShowedOrders {
  cursor: pointer;
  color: #cac7c7;
  font-size: 12px;
}

.membershipShowOrders {
  cursor: pointer;
  color: #0609e6;
  font-size: 12px;
}

.circle-plus {
  height:6em;
  width:6em;
  font-size:1em /*Will change icon size*/
}
.circle-plus .circle {
  position: relative;
  width: 4.5em;
  height: 4.5em;
  border-radius: 100%;
  border: solid .8em #0609e6;
  background-color: #0609e6;
}
.circle-plus .circle .horizontal {
  position: absolute;
  background-color: #fff;
  width: 2.4em;
  height: .7em;
  top: 1.3em;
  left: 0.35em;
}
.circle-plus .circle .vertical {
  position: absolute;
  background-color: #fff;
  width: .7em;
  height: 2.4em;
  top: 0.4em;
  left: 1.3em;
}

.parentSpace {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0px;
  font-size: 11px;
  font-weight: bold;
}

.alignleft {
	float: left;
  grid-column: 1;
  text-align: left;
  padding: 0px;
  margin: 0px;
}
.alignright {
  grid-column: 2;
  text-align: right;
  padding: 0px;
  margin: 0px;
}

.aligncenter {
  text-align: center;
}

.membershipCancel {
  font-size: 12px;
  color: crimson;
  cursor: pointer;
}

.membershipChange,
.membershipCredit,
.membershipRestart {
  font-size: 12px;
  color: rgb(40, 20, 220);
  cursor: pointer;
}

.membershipFirstChange,
.membershipFirstCredit,
.membershipFirstRestart {
  font-size: 12px;
  color: rgb(20, 220, 40);
  cursor: pointer;
}

.orderInactive {
  display: none !important;
}

.gutter-x > * {
  margin-left: 5px;
  margin-right: 5px;
}

.gutter-x > *:first-child {
  margin-left: 0px;
}

.gutter-x > *:last-child {
  margin-right: 0px;
}

.gutter-y > * {
  margin-top: 15px;
  margin-bottom: 15px;
}

.gutter-y > *:first-child {
  margin-top: 0px;
}

.gutter-y > *:last-child {
  margin-bottom: 0px;
}
.show-note {
  border: none;
  cursor: pointer;
  color: #007BFF
}

.show-note:hover {
  color: #1061B8;
  text-decoration: underline;
}

.sticky-top {
  position: sticky;
  top: 4rem;
  z-index: 100;
}

.tableOne {
  margin: auto;
}

.table thead th {
  border-bottom: none;
  padding-bottom: 5px;
}

.tableOne th {
  text-align: left;
  border-top: none;
  font-size: 12px;
  padding-top: 5px;
}

.tableOne td {
  text-align: left;
  border-top: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 12px;
}

#dataTableSort.tableOne td {
  display: table-cell;
}

.tableOne td * {
  font-size: 12px;
}

.table-filters thead {
  background-color: #fff;
}

.table-filter-row {
  border: 1px solid #cac7c7;
  border-radius: 5px;
  background-color: #f2f2f2 !important;
}

.table-filter-row td {
  justify-content: center;
}

.tableTwo {
  margin: auto;
}

.tableTwo th {
  text-align: left;
  padding-top: 5px;
}

.tableTwo td {
  text-align: left;
}

.tableTwo thead.no-border th {
  border-top: 0px;
}

.link {
  color: #007bff;
  cursor: pointer;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1200;
}

.wrapper {
  align-items: stretch;
  display: flex;
  height: 100%;
  width: 100%;
}

.photo {
  max-width: 30vw;
  max-height: 400px;
  width: auto;
  height: auto;
}

textarea.full {
  width: 100%;
  height: 200px;
}

#content {
  width: 100%;
}

#ContentElement {
  padding: 5px 10px;
}

.modal-open #header {
  z-index: 10;
}

#header {
  align-items: center;
  background-color: #c0c0c0;
  display: flex;
  flex-grow: 1;
  flex-flow: row nowrap;
  justify-content: flex-start;
  padding: 0.75rem 1.5rem;
  position: sticky;
  top: 0;
  z-index: 1071;
}

#header .brand {
  flex-grow: 0;
  line-height: inherit;
  padding-bottom: 0.3125rem;
  margin: 0 1em;
  white-space: nowrap;
}

#header .search-bar.form-control {
  width: 200% !important;
  max-width: 400px;
  flex: 0 0 auto;
}

.search-wrapper #search-icon {
  left: 12.5rem;
  width: 2.75rem;
  padding: 0.5rem;
  height: auto;
  cursor: pointer;
}

body.mobile-view .search-wrapper #search-icon {
  display: none;
}

#header .user-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
}

/*  Hide the mobile label by default */
.pageBtnMobile {
  display: none;
}

/* If the <body> has the .mobile-view class, swap them */
body.mobile-view .pageBtnDesktop {
  display: none;
}
body.mobile-view .pageBtnMobile {
  display: inline;
}

#sidebarCollapse {
  font-size: 24px;
}

#mainBlock.max-w-toggle {
  max-width: 100%;
  flex: 0 0 100%;
}

#mainBlock {
  max-width: 83%;
  /* flex: 0 0 83%; */
}

#sidebar {
  background-color: #f2f2f2;
  max-height: calc(100vh - 100px);
  max-width: 250px;
  position: sticky;
  top: 4rem;
  z-index: 1000;
  display: flex;
  flex-direction: column;
}

#sidebar.active {
  display: none;
}

#sidebar a {
  border-radius: 0.25rem;
  color: #595959;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.65rem 0.75rem;
  border-bottom: 1px solid #c5bfbf;
  border-radius: 0px;
  white-space: nowrap;
  transition: all 0.25s ease;
  margin-left: 0;
}

#sidebar a .collapse-caret {
  margin-left: 8px;
}

#sidebar a:hover {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

#sidebar #medApprovals {
  padding-inline-start: 25px;
  list-style: none;
}

.symptomTableWrapper {
  width: 100%;
  margin: 0;
}

th.stickyHeader {
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: white;
}

tbody > tr > th.stickyHeader {
  padding: 12px;
}

tbody > tr:nth-of-type(2n + 1) > th.stickyHeader {
  background-color: #f2f2f2;
}

tbody > tr:nth-of-type(2n + 1) > td {
  background-color: #f2f2f2;
}

.table-normal > tbody > tr:nth-of-type(2n + 1) > th.stickyHeader {
  background-color: #fff;
}

.specialHeader > td {
  background-color: #f2f2f2 !important;
}

.table-normal > tbody > tr:nth-of-type(2n + 1) > td {
  background-color: #fff;
}

.table-normal > tbody > tr > td {
  background-color: #fff;
  border-top: 1px solid #f2f2f2;
}

.table-patientList > tbody > tr:nth-of-type(2n + 1) > th.stickyHeader {
  background-color: #fff;
  font-size: 13px;
}

.specialHeader > td {
  padding: 13px;
  background-color: #f2f2f2 !important;
  font-size: 13px;
}

.table-patientList > tbody > tr:nth-of-type(2n + 1) > td {
  background-color: #fff;
}

.table-patientList > tbody > tr > td {
  background-color: #fff;
  padding: 13px;
  font-size: 13px;
}

.stickyHeader.grey-bg {
  background-color: #f2f2f2;
}

.col-7rem {
  width: 7rem;
}

.font12px {
  font-size: 12px;
  line-height: 1.6;
}

#table-chrt3 #table-ed-continuous{
  border-collapse: separate;
  border-spacing: 0;
}

#table-chrt3 > tbody > tr > td,
#table-chrt3 > thead > tr > th,
#table-ed-continuous > tbody > tr > td,
#table-ed-continuous > thead > tr > th  {
  padding: 0 5px 0 5px;
  min-width: 130px;
  max-width: 130px;
}

#table-chrt3 > tbody > tr > td,
#table-ed-continuous > tbody > tr > td
{
  font-size: 12px;
  background-color: white;
  border: 1px solid grey;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.75;
}

#table-chrt3 > tbody > tr > td.chrt3Name,
#table-chrt3 > thead > tr > th,
#table-ed-continuous > tbody > tr > td.edContName,
#table-ed-continuous > thead > tr > th {
  font-size: 14px;
  font-weight: bold;
}
#table-chrt3 > tbody > tr > td.chrt3Name,
#table-ed-continuous > tbody > tr > td.edContName
{
  font-size: 14px;
  min-width: 225px;
  position: sticky;
  left: 0;
}

td.chrt3Comment {
  border: 1px solid grey;
  width: 100%;
  background-color: white !important;
  padding: 0 5px 0 5px;
}

@media (max-width: 1024px) {
  #sidebar {
    display: none;
  }
  #sidebar.active {
    display: block;
    position: fixed;
  }
  #mainBlock {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

#trackingCodes, #comLinkDescription {
  background: white;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  box-shadow: 8px 8px #505050;
  display: none;
  padding: 15px;
  position: absolute;
  text-align: center;
  z-index: 2;
  max-width: 500px;
  text-wrap: wrap;
  word-break: break-word;
}

#footer {
  padding-left: 10px;
}

#inactivity {
  display: none;
}

#inactivity div.body {
  border: 1px solid black;
  border-radius: 10px;
  box-shadow: 8px 8px #505050;
  margin: 100px auto;
  overflow: hidden;
  width: 560px;
}

#inactivity div.head {
  background: #ff8787;
  color: white;
  font-weight: bold;
  overflow: hidden;
  padding: 30px;
  text-align: center;
}

#inactivity div.foot {
  background: #cecece;
  overflow: hidden;
  padding: 10px;
  text-align: right;
}

.hrt-tracking-nav {
  gap: 10px;
}

.hrt-tracking-nav li {
  border: 1px solid #cecece;
  border-radius: 0.25rem;
}

.hrt-tracking-nav li .nav-link {
  border-radius: 0px;
  font-size: 14px;
}

.hrt-tracking-nav li .nav-link span {
  font-size: 14px;
  line-height: 1.2;
  padding-bottom: 5px;
}

a.button {
  background-color: #007bff;
  border-radius: 0.25rem;
  color: #ffffff;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 15px 0;
  padding: 0.375rem 0.75rem;
  text-align: center;
  white-space: nowrap;
}

a.button:hover {
  background-color: #0056b3;
  text-decoration: none;
}

.loaderBody {
  align-items: center;
  justify-content: center;
  background: #ffffff5d;
  z-index: -100;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(8px);
  position: fixed;
  opacity: 0;
  transition: opacity 0.2s;
}

.loaderBody.loading {
  opacity: 1;
  z-index: 2060;
}

.lds-default {
  display: inline-block;
  position: fixed;
  left: calc(50vw - 40px);
  top: calc(50vh - 40px);
  width: 80px;
  height: 80px;
}
.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: black;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}
.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}
.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}
.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}
.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}
.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}
.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}
.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}
.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}
.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}
.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}
.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}
@keyframes lds-default {
  0%,
  20%,
  80%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}

#match-search {
  height: 1px;
  float: left;
}

#match-search-header {
  height: 1px;
  float: left;
}

.dropdown-menu.search-key-menu {
  transform: translate3d(0px, 10px, 0px) !important;
  top: -5px !important;
}

.dropdown-menu.search-key-menu-header {
  font-size: 0.75rem !important;
  transform: translate3d(-444px, 30px, 0px) !important;
  top: -5px !important;
}

body.mobile-view .dropdown-menu.search-key-menu-header {
  font-size: 0.75rem !important;
  /* for aligning the dropdown with search input */
  transform: translate3d(-228px, 30px, 0px) !important;
}

#messageContainer {
  display: flex;
  flex-direction: column;
  padding: 15px;
}

#messageContainer .chat-message-container {
  margin-top: 10px;
  margin-bottom: 10px;
}

#messageContainer .chat-message-container.align-right {
  justify-content: flex-end;
}

#messageContainer .chat-message-container .message-wrapper {
  align-items: flex-start;
}

#messageContainer .chat-message-container.align-right .message-wrapper {
  align-items: flex-end;
}

#agentMessageContainer {
  margin-bottom: 15px;
}

.chat-message-container {
  margin-bottom: 16px;
}

.chat-message-container .label {
  font-size: 14px;
  color: #818080;
}

.chat-message-container .label .message-channel img {
  width: 20px;
  height: 20px;
  margin-bottom: 3px;
  filter: invert(50%) sepia(0%) saturate(492%) hue-rotate(265deg) brightness(101%) contrast(84%);
}

.chat-message-container .label.mobile-view {
  font-size: 24px;
  color: #818080;
}

.chat-message-container.align-right .label {
  text-align: end;
}

.chat-message {
  border-radius: 10px;
  padding: 15px;
  max-width: 50vw;
  width: fit-content;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
}

.chat-message.mobile-view {
  max-width: 80vw;
  font-size: 32px;
}

.chat-message.incoming {
  background: #c0c0c0;
}

.chat-message.outgoing {
  background: #007bff;
  color: #fff;
  align-self: end;
}

.chat-media-file {
  max-width: 300px;
  object-fit: contain;
}

#sendCustomerCommunicationContainer {
  padding: 15px;
  position: sticky;
  bottom: 0;
  background-color: #f7f7f7;
  border: 1px solid #c5c4c4;
  border-radius: 5px;
}
#form-group-patient-messaging.mobile-view,
#form-group-patient-messaging.mobile-view button,
#form-group-patient-messaging.mobile-view textarea,
#form-group-patient-messaging.mobile-view input,
#form-group-patient-messaging.mobile-view h5 {
  font-size: 32px;
}

#form-group-login.mobile-view,
#form-group-login.mobile-view input {
  font-size: 32px;
}

#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 5px; /* Rounded borders */
  padding: 12px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 2080; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
}

#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation:
    fadein 0.5s,
    fadeout 0.5s 2.5s;
  animation:
    fadein 0.5s,
    fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

.menuSelected {
  font-weight: 600 !important;
  text-decoration: none !important;
  color: #000 !important;
}

.tableHead {
  border-bottom: 2px solid #000;
}

.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > .bouncer {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.8s infinite ease-in-out both;
  animation: sk-bouncedelay 1.8s infinite ease-in-out both;
}

.spinner .bounce-1 {
  -webkit-animation-delay: -0.38s;
  animation-delay: -0.38s;
}

.spinner .bounce-2 {
  -webkit-animation-delay: -0.19s;
  animation-delay: -0.19s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

#dialerWrapper {
  margin-top: 20px;
  background-color: #17a2b8;
  border-radius: 5px;
  border: 1px solid #c5bfbf;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 14px 0px;
}

#dialerWrapper .dialerHeader {
  font-size: 18px;
  animation: black-to-white 3s linear infinite alternate;
}

@keyframes black-to-white {
  0% {
    color: #000;
  }
  50% {
    color: #9d9d9d;
  }
  100% {
    color: #fff;
  }
}

#dialerWrapper .phoneNumber {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c5bfbf;
  font-size: 20px;
}

#dialerWrapper .dialerButtons {
  display: flex;
  justify-content: center;
  padding: 8px 0px;
  gap: 15px;
}

#dialerWrapper .dialerButtons #hangUp {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-circle {
  width: 35px;
  height: 35px;
  padding: 0px 7px;
  border-radius: 70px;
  text-align: center;
}

.table-striped > tbody > tr:nth-child(odd).over-due > td,
.table-striped > tbody > tr:nth-child(odd).over-due > th {
  background-color: rgb(213 65 63 / 75%);
}

.table-striped > tbody > tr:nth-child(even).over-due > td,
.table-striped > tbody > tr:nth-child(even).over-due > th {
  background-color: rgb(201 67 67 / 56%);
}

.table-striped > tbody > tr:nth-child(odd).oncycle-after-pending > td,
.table-striped > tbody > tr:nth-child(odd).oncycle-after-pending > th {
  background-color: rgba(201, 192, 67, 0.75);
}

.table-striped > tbody > tr:nth-child(even).oncycle-after-pending > td,
.table-striped > tbody > tr:nth-child(even).oncycle-after-pending > th {
  background-color: rgba(201, 192, 67, 0.56);
}

.searchResultsProcessStatus {
  background-color: #fff;
  margin-bottom: 20px;
}

#dataTableSort_length {
  position: sticky;
  z-index: 1;
  background-color: #fff;
  display: flex;
  width: 50%;
  padding-top: 10px;
  align-items: center;
  min-height: 55px;
}

#dataTableSort_length label {
  font-size: 14px;
}

#dataTableSort_filter {
  position: sticky;
  background-color: #fff;
  z-index: 1;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: end;
  min-height: 55px;
}

#dataTableSort_filter label {
  font-size: 14px;
}

#dataTableSort_filter input {
  padding: 0px;
  margin-left: 5px;
}

.dataTableSort_header {
  position: sticky;
  background-color: #fff;
  z-index: 1;
}

.processStatus {
  flex-direction: column;
  background-color: #fff;
  z-index: 2;
  position: sticky;
  top: 4.2rem;
}

.pendingReview {
  flex-direction: column;
  background-color: #fff;
  z-index: 3;
  top: 4.2rem;
}

.datepicker-btn {
  background: white;
  border-width: 1px 1px 1px 0px;
  border-style: solid;
  border-color: #ced4da;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.datepicker-nav {
  color: #007bff;
  font-size: 14px;
  text-decoration: none;
}

.datepicker-nav:hover {
  text-decoration: none;
  color: #525252;
}

.datepicker-day,
.datepicker-day:hover {
  color: #000;
  text-decoration: none;
  font-weight: 700;
}

.datepicker-item {
  color: #000;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ced4da;
  text-decoration: none;
}

.datepicker-item.not-current {
  color: #c6c6c6;
  border: 1px solid transparent;
}

.datepicker-item.active {
  background-color: #007bff;
  color: #fff;
}

.datepicker-item:hover {
  color: #000;
  text-decoration: none;
  background: #ced4da;
}

.pagination a {
  margin: 0px 10px;
  border: 1px solid #c6c6c6;
  border-radius: 5px;
  min-width: 35px;
  padding: 0px 5px;
  text-align: center;
  text-decoration: none;
}

.pagination a.currentPage {
  color: #000;
  background-color: #c6c6c6;
}

.labTable {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.labTable th,
.labTable td {
  text-align: center;
}

.smallLabTable {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.smallLabTable tr:nth-of-type(2n + 1) > td {
  background-color: #dfdfdf;
}
.smallLabTable td {
  display: flex;
  justify-content: center;
}

.batchListTable th,
.batchListTable td {
  text-align: center;
}

.labTopBar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  top: 5rem;
  position: sticky;
}

.micro-green {
  color: green;
}

.micro-yellow {
  color: #b8b83b;
}

.micro-red {
  color: red;
}

.micro-div {
  flex-direction: column;
}

.micro-span {
  justify-content: left;
  font-weight: 500;
  font-size: 14px;
}

.overRideOrder {
  color: black;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.blueCircledPlus:before {
  content: '+';
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #007bff;
  font-size: 14px;
  color: white;
}

.font-weight-semibold {
  font-weight: 600;
}

.on_cycle {
  background-color: #d4edda;
  border: 1px solid #6b6b5d;
  border-radius: 5px;
  margin: 10px;
  padding: 2px 5px;
  font-weight: 500;
  color: #666666;
}

.off_cycle {
  background-color: #fff3cd;
  border: 1px solid #856404;
  border-radius: 5px;
  margin: 10px;
  padding: 2px 5px;
  font-weight: 500;
  color: #666666;
}
[type='search'] {
  outline-offset: 2px;
}

header a.btn,
header a.nav-link {
  font-size: 14px;
  margin: 8px 8px 5px 0;
}

/* mobile sizing using body.mobile-view */
body.mobile-view #form-group-patient-messaging *,
body.mobile-view #form-group-login * {
  font-size: 32px;
}

body.mobile-view header *,
body.mobile-view footer *,
body.mobile-view .chat-message-container .label,
body.mobile-view .alert {
  font-size: 24px;
}

body.mobile-view .chat-message {
  max-width: 80vw;
  font-size: 32px;
}

.hrt-tracking-container,
.hide-show-buckets-div {
  display: block;
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}


.hide-login {
  display: none;
}

.switch {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 34px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #CCCCCC;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

input:checked+.slider {
  background-color: #0069D9;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(36px);
}

.slider:after {
  content: 'NO';
  color: black;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 65%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider:after {
  content: 'YES';
  color: white;
  left: 35%;
  -webkit-transition: .4s;
  transition: .4s;

}

.box {
  float:left;
  height: 10px;
  width: 10px;
  border: 1px solid black;
  clear: both;
  margin-top: 12px;
  margin-right: 3px;
}

.lightyellow {
  background-color: yellow;
}

.lightblue {
  background-color: lightblue;
}

.box {
  float:left;
  height: 10px;
  width: 10px;
  border: 1px solid black;
  clear: both;
  margin-top: 12px;
  margin-right: 3px;
}

.lightyellow {
  background-color: yellow;
}

.lightblue {
  background-color: lightblue;
}

.unapprovedState {
  color: crimson;
  border: 1px solid crimson;
  background-color: rgba(211, 99, 108, 0.596);
  font-weight: bolder;
  padding: 10px;
  display: none;
}

.unapprovedStateSelect {
  border-color: crimson;
}

.newBundlePatientInfoInputDiv {
  border: 1px solid gray;
  display: inline;
  padding: 5px;
  margin: 5px;
}

.newBundlePatientInfoInputDiv > .newBundlePatientInfoHeightInput {
  width: 50px;
  max-width: 72px;
  max-height: 30px;
  outline: 0;
  border: 0;
}

.newBundlePatientInfoInputDiv > .newBundlePatientInfoInput {
  width: 50px;
  max-width: 72px;
  max-height: 30px;
  outline: 0;
  border: 0;
}

.asyncListRequestStatusNew {
  color: #000;
  background-color: #0dfc11 !important;
  border: 1px solid #000;
}

.asyncListRequestStatusContinuous {
  color: #000;
  background-color: #0d89fc !important;
  border: 1px solid #000;
}

.asyncListRequestStatusRenew {
  color: #000;
  background-color: #fcf40d !important;
  border: 1px solid #000;
}

.sticky-note-dropdown .dropdown-toggle::after {
  display: none!important;
}

.sticky-note-wrapper {
  min-width: 450px;
  padding: 16px;
  background: #FAFCAC;
  word-break: break-word;
}

.sticky-note-actions button {
  background: #FAFCAC;
}

.has-sticky-note {
  background: #FAFCAC;
  filter: invert(10%) sepia(75%) saturate(630%) hue-rotate(5deg) brightness(105%) contrast(100%);
}

.identityClass {
  padding: 2px 10px 0px 15px;
  margin: 0 2px 0 2px;
}

.newSubscriptionIntakeForm label {
  display: inline;
}

th.sorting {
  line-height: 1.2
}

th.sorting::after {
  margin-left: 1px;
  bottom: 12px !important;
  top: inherit !important;
}

th.sorting::before {
  margin-left: 5px;
  margin-bottom: 2px;
  top: calc(100% - 30px) !important;
}

table.dataTable.fixedHeader-floating {
     display: none !important; /* Hide the fixedHeader since we dont need it*/
}

.dataTables_scrollHeadInner{
    margin-left: 0px;
    /* width: 100% !important; */
    position: fixed;
    display: block;
    overflow: hidden;
    margin-right: 30px;
    margin-top: -12px;
    background: white;
    z-index: 30;
}

.soap-note-inputs {
  margin-top: 5px;
}

#tableLengthFilter {
  padding-bottom: 8px;
}

.pseudo-link {
  cursor: pointer;
  color: rgb(40, 20, 220);
}
.pseudo-link:hover {
  text-decoration: underline;
}

.med-qa-div-main {
  border: 1px solid black;
  border-radius: 5px;
  box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 1px 3px 0px rgba(0,0,0,0.12);
  flex-direction: column;
  margin: 5px;
}

.med-qa-color-title {
  background: #A0DCF9;
  border-radius: 5px 5px 0 0;
  padding: 5px;
}

.med-qa-flex-padding {
  display: flex;
  padding: 5px;
}

.med-qa-flex-margin-top {
  display: flex;
  margin-top: 5px;
}

.med-qa-flex-justify {
  display: flex;
  justify-content:space-between;
}

@media (max-width: 610px) {
  .med-qa-flex-justify {
    display: flex;
    justify-content:space-between;
    flex-direction: column;
  }
  .med-qa-flex-padding {
    display: flex;
    padding: 5px;
    flex-direction: column;
  }
}

.med-qa-save-button {
  appearance: none;
  background-color: #4CAF50;
  border: none;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
}

.med-qa-label-input {
  margin-left: 5px;
}

.lead-copy-text {
  color: #0066cc;
  cursor: pointer;
  text-decoration: underline;
}

@keyframes flash {
  0%, 100% { background-color: transparent; }
  50% { background-color: #ffff99; }
}
.flash-highlight {
  animation: flash 1s ease-out 3;
}

.toggle-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
  cursor: pointer;
}

.toggle-text.expanded {
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  max-width: none;
}

input[type="checkbox"][disabled]:checked {
  filter: invert(100%) brightness(5) contrast(300%);
  outline: 1px solid white;
}

input[type="radio"][disabled]:checked {
  filter: brightness(5) contrast(0%);
}

/* Summary Cards */

.summary-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.card {
  flex: 1 1 30%;
  background-color: #f9f9f9;
  border-radius: 6px;
  padding: 1rem;
  font-size: 0.875rem;
}

.card-label {
  font-weight: 600;
  display: block;
  margin-bottom: 0.25rem;
}

.summary-table {
  width: 100%;
  font-size: 0.875rem;
  border-collapse: collapse;
}

.summary-table thead {
  background-color: #f1f1f1;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}

.summary-table th,
.summary-table td {
  padding: 0.75rem 0.5rem;
  text-align: right;
}

.summary-table td:first-child,
.summary-table th:first-child {
  text-align: left;
}

.line-item-row {
  border-bottom: 1px solid #ddd;
}

.line-item-row:hover {
  background-color: #f7f7f7;
}

.item-name {
  font-weight: 500;
  line-height: 1.3;
}

.item-sig {
  font-size: 0.75rem;
  color: #666;
  margin-top: 0.25rem;
}

.grand-total {
  text-align: right;
  padding: 1rem 1rem 0 0;
  font-size: 1rem;
  font-weight: 600;
}
#exclamBtn {
  background-color: #f57c2b;
  color: #0f3e5a;
  font-weight: bold;
  border: none;
  width: 20px;
  height: 20px;
  border-radius: 30%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 1rem;
}
/* Transmission Errors Modal Styles */
.transmission-summary {
  background: #fdd995;
  padding: 10px 20px;
  font-size: 1.2em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: inherit;
  border-radius: 2px 2px 0 0;
}
.transmission-summary .count {
  font-weight: bold;
  font-style: italic;
  color: #2d6a8e;
  margin-right: 5px;
}
.transmission-summary .title {
  color: #e86c2c;
  font-weight: bold;
  font-style: italic;
}
.expand-btn, .close-btn {
  background: none;
  border: none;
  color: #e86c2c;
  font-size: 1.5em;
  cursor: pointer;
  outline: none;
  margin-left: 10px;
}
.transmission-table-container {
  background: #fdd995;
  padding: 0 0 10px 0;
  border-radius: 0 0 2px 2px;
}
.table-responsive {
  overflow-x: auto;
  max-width: 100%;
}
.transmission-table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  margin-top: 10px;
  background: #fff;
}
.transmission-table th, .transmission-table td {
  border: 1px solid #d3d3d3;
  padding: 8px 10px;
  text-align: left;
  font-size: 1em;
}
.transmission-table th {
  background: #f5f5f5;
  font-weight: bold;
}
.view-btn, .ignore-btn {
  color: #e86c2c;
  background: #fff;
  border: 1px solid #2d6a8e;
  border-radius: 3px;
  padding: 2px 12px;
  cursor: pointer;
  font-size: 1em;
  margin-right: 5px;
}
.ignore-btn {
  border-color: #e86c2c;
}
@media (max-width: 1000px) {
  #transmissionErrorsModal .modal-dialog {
    min-width: 100vw !important;
    max-width: 100vw !important;
    margin: 0;
  }
  .transmission-table {
    min-width: 600px;
  }
}
