.helpbtn {
  position: absolute;
  z-index: 15;
  background-size: contain;
  width: 20px;
  height: 20px;
  right: 17px;
  top: 15px;
}
.help-screen {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: flex-end;
}
.help-panel {
  display: flex;
  flex-direction: column;
  height: calc(100% - 53px);
  width: 95%;
}
.help-panel.txtwrapper {
  margin: unset;
  margin-bottom: 8px;
}
.help-panel.txtwrapper .txtcontent {
  height: 100%;
  margin-top: -54px;
}
.help-panel .txtframe {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: calc(100% - 13px);
  top: -17px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.53);
}
.help-panel .txtframe .txtframe-container {
  height: 100%;
  position: relative;
  background-color: #88674b;
}
.help-panel .txtframe .txtframe-container.bkgimage {
  background-size: 97% 97%;
  background-position: center;
}
.help-panel .txtframe .txtframe-container .txtframe-border-corners {
  position: absolute;
  background-repeat: no-repeat;
  width: 13px;
  height: 26px;
  z-index: 1;
}
.help-panel .txtframe .txtframe-container .txtframe-border-corners.top-left {
  top: 0;
  left: 0;
  background-image: url("../ui/images/copyframe_top_left.png");
}
.help-panel .txtframe .txtframe-container .txtframe-border-corners.top-right {
  top: 0;
  right: 0;
  background-image: url("../ui/images/copyframe_top_right.png");
}
.help-panel .txtframe .txtframe-container .txtframe-border-corners.bottom-left {
  bottom: 0;
  left: 0;
  background-image: url("../ui/images/copyframe_bottom_left.png");
}
.help-panel .txtframe .txtframe-container .txtframe-border-corners.bottom-right {
  bottom: 0;
  right: 0;
  background-image: url("../ui/images/copyframe_bottom_right.png");
}
.help-panel .txtframe .txtframe-container .txtframe-border-top {
  position: absolute;
  top: 0;
  width: 100%;
  background-image: url("../ui/images/copyframe_top.png");
  background-repeat: repeat-x;
  height: 7px;
}
.help-panel .txtframe .txtframe-container .txtframe-border-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-image: url("../ui/images/copyframe_bottom.png");
  background-repeat: repeat-x;
  height: 7px;
}
.help-panel .txtframe .txtframe-container .txtframe-border-right {
  position: absolute;
  right: 0;
  height: 100%;
  background-image: url("../ui/images/copyframe_right.png");
  background-repeat: repeat-y;
  width: 13px;
}
.help-panel .txtframe .txtframe-container .txtframe-border-left {
  position: absolute;
  left: 0;
  height: 100%;
  background-image: url("../ui/images/copyframe_left.png");
  background-repeat: repeat-y;
  width: 13px;
}
.help-panel .appversion {
  font-size: 12px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 19px;
  width: 50%;
}
.help-panel .page-copy-container {
  height: calc(100% - 50px);
  position: relative;
}
.help-panel .page-copy {
  margin-top: 14px;
  height: calc(100% - 34px);
  overflow-y: scroll;
  padding: 0 15px;
  scrollbar-color: #d4bba4 #88674b;
}
.help-panel .page-copy .section-space {
  padding: 10px;
}
.help-panel .page-copy .section-main-title {
  text-transform: uppercase;
  font-size: 5vw;
  font-weight: bold;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 8px;
  border-bottom: solid 1px #cfaa7e;
}
.help-panel .page-copy .section-title {
  font-weight: bold;
  text-align: left;
  padding: 8px 0;
  margin-bottom: 8px;
  border-bottom: solid 1px #cfaa7e;
}
.help-panel .page-copy .section {
  text-align: left;
  text-align: justify;
}
.help-panel .page-copy .section .blur {
  filter: blur(5px);
}
.help-panel .page-copy .section .link {
  display: flex;
  align-items: flex-start;
}
.help-panel .page-copy .section .link img {
  width: 60px;
}
.help-panel .page-copy .section .link p {
  margin-top: 7px;
  margin-left: 5px;
  margin-right: 10px;
}
.help-panel .page-copy .section .link .helpnavicons {
  width: 40px;
  padding: 10px;
}
.help-panel .page-copy .section .link.sub {
  font-size: 12px;
  padding-left: 25px;
}
.help-panel .page-copy .section .link.sub img {
  width: 45px;
}
.close-helppanel {
  position: absolute;
  bottom: 9px;
  z-index: 12;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6%;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 9px;
  background-image: url("../navigation/images/nav_btn_bkg.png");
  filter: drop-shadow(0 5px 0.3rem black);
}
.help-nav {
  display: flex;
  justify-content: space-between;
  margin-top: -18px;
}
.help-nav .logout-helppanel {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6%;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 2.5%;
  padding-left: 4%;
  background-image: url(../navigation/images/nav_btn_bkg.png);
  filter: drop-shadow(0 3px 0.2rem black);
}
.help-nav .refresh-helppanel {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6%;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 2.5%;
  background-image: url(../navigation/images/nav_btn_bkg.png);
  filter: drop-shadow(0 3px 0.2rem black);
}
