﻿/* Copyright 2018-2023 Epic Systems Corporation */
.ptEduTitleLabel {
  margin: 2px 5px 3px 0px;
  padding: 2px 10px 2px 28px;
  width: auto;
  display: inline-block;
  background-image: url("../images/education_small.png");
  background-size: 24px 24px;
  background-repeat: no-repeat;
}

.ptEduTopic,
.ptEduPoint {
  width: auto;
  padding: 10px;
}

.ptEduHandout {
  width: auto;
  padding: 5px 0px 5px 20px;
}

.ptEduTopicHeader {
  font-size: 1.5em;
}

.ptEduPointHeader {
  font-size: 1.17em;
}

[class*=messagebackground] {
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 5px;
  width: auto;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.6);
}

.messagebackgrounduser {
  margin-left: 25%;
}

.messagebackgroundprovider {
  margin-right: 25%;
}

.messagebody {
  width: auto;
  word-wrap: break-word;
}

.messagesentby {
  width: auto;
  margin-top: 4px;
  text-align: right;
  font-size: 0.8em;
}

#patnotestoself {
  z-index: 0;
}

.patientnote {
  position: relative;
  display: inline-block;
  padding: 10px;
  margin: 0 5px 10px;
  width: 160px;
  height: 160px;
  vertical-align: top;
  text-decoration: none;
  color: #363636;
  background-image: linear-gradient(45deg, #ffffc3 0%, #fde34e 100%);
  transition: height ease-out 0.1s, margin ease-out 0.1s;
}
.patientnote.audio {
  background-image: url("../images/patientnote-audio.png"), linear-gradient(45deg, #c0e8f5 0%, #39b6e5 100%);
  background-position: center center;
  background-repeat: no-repeat;
}
.patientnote.video {
  background-image: url("../images/patientnote-video.png"), linear-gradient(45deg, #f9a7a7 0%, #ff4c4c 100%);
  background-position: center center;
  background-repeat: no-repeat;
}
.patientnote:last-child {
  width: 0;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.patientnote:hover, .patientnote:focus {
  height: 150px;
  box-shadow: inset 0 -10px 20px -3px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  text-decoration: none;
  color: #363636;
}
.patientnote:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  width: 95%;
  top: 5px;
  background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 6px 3px rgba(0, 0, 0, 0.4);
  transform: skew(-2deg, 0deg);
  transition: bottom ease-out 0.1s, background ease-out 0.1s;
}
.patientnote:after:hover, .patientnote:after:focus {
  bottom: -12px;
  background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 8px 3px rgba(0, 0, 0, 0.2);
}

.patientnotedetailbody {
  margin-bottom: 20px;
}

.patientnoteTitle {
  word-wrap: break-word;
}

.patientnoteDateTime {
  width: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 6px;
  opacity: 0.5;
  font-size: 0.7em;
}

.lb_content .jp-audio,
.lb_content .jp-jplayer,
.lb_content .jp-video-360p {
  margin: 0 auto;
}

.tbContainer.nextstep input:checked + label.togglebutton[for],
.tbContainer.nextstep input.buttoncheck:checked + label.buttoncheck {
  background-color: #246fb5;
  color: #ffffff;
}

.tbContainer.continuelater input:checked + label.togglebutton[for],
.tbContainer.continuelater input.buttoncheck:checked + label.buttoncheck {
  background-color: #a67cde;
  color: #ffffff;
}

.tbContainer .clearradio {
  width: 98%;
  height: 96%;
}

.openNotesIP.section .report .rpt tr {
  border-top: solid 0.1rem;
  border-color: #cccccc;
}
.openNotesIP.section .report .rpt tr:first-child {
  border-top: none;
}
.openNotesIP.section .report .rpt td {
  vertical-align: middle;
  padding: 0.8rem 0 0.8rem 0;
}

.section.pastVisitDetails {
  margin-bottom: 1rem;
}
