@charset "utf-8";

body {
  background-color: #eee;
  font-family: 'Roboto Condensed', sans-serif !important;
}

#video_wrapper {
  max-width: 76%;
  min-width: 300px;
  padding: 20px;
  margin: 0 auto !important;
}

#playerBody {
  overflow: auto;
}

      .playerBody #viewer.scrolled {
          top: 70px;
          width: calc(100% - 116px);
          height: calc(100% - 70px);
          position: sticky;
      }


.kWidgetIframeContainer {
  margin: 0 auto;
}

.logo_wrapper {
  padding-bottom: 20px;
  width: 8%;
  min-width: 50px;
  float: left;
  display: inline-block;
}

.title_wrapper {
  margin-left: 10px;
  float: left;
  display: inline-block;
}

.site_title {
  font-weight: bold;
  font-size: 1.4em;
  color: #2b3e42;
  padding: 3px 0;
}

.site_subtitle {
  color: #999;
  font-size: 1em;
  padding: 0px 3px;
}

#player {
  clear: both;
}

#epubReader {
  display: none;
}

.item_title {
  font-weight: bold;
  font-size: 0.7em;
  color: #2b3e42;
  padding: 0.5em 0.1em;
}

.external_link {
  float: right;
  font-size: 11px;
  padding: 7px 0;
  width: 33%;
  border-radius: 3px;
  border: #ccc 1px solid;
  display: block;
  margin: 10px 0;
  padding: 5px;
  text-align: justify;
}

.external_link_icon {
  margin-right: 10px;
}

.generic_wrapper {
  width: 100%;
  background-color: #ffffff;
  text-align: left;
  min-width: 300px;
}

.generic_banner {
  position: fixed;
  height: 70px;
  width: 100%;
  background: rgb(255, 255, 255);
  z-index: 10;
}

.generic_banner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}

.generic_logo_wrapper {
  width: 20%;
}

.playerTitle {
  width: 60%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 21px;
  line-height: 22px;
  text-align: justify;
}

.titleName {
  font-weight: 500;
}

.playerUtils {
  width: 18%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  gap:24px;
}

.site-logo-public {
  max-width: 222px;
  filter: drop-shadow(0px 0px 1px #000);
}

.generic_logo {
  /* max-width: 117px; */
  max-height: 180px;
}

.generic_title_wrapper {
  float: left;
  display: inline-block;
  padding: 15px 0 0 20px;
  text-align: left;
}

.generic_site_title {
  font-weight: bold;
  font-size: 1.2em;
  color: #2b3e42;
}

.generic_site_subtitle {
  color: #999;
  font-size: 0.9em;
}

.generic_info {
  height: 30px;
  background-color: #2b3e42;
  clear: both;
  position: fixed;
  z-index: 200;
  width: 100%;
  text-align: left;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 2px 0 0 10px;
}

#generic_nopreview,
#notexists {
  padding: 30px 0px;
  color: #443e3e !important;
  font-weight: bold;
  width: 100%;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  background-color: #fff;
}

.inner_generic_nopreview {
  padding: 70px 60px;
  width: 985px;
  margin: 0 auto;
  box-shadow: 3px 5px 12px 2px #818181cf;
  -webkit-box-shadow: 3px 5px 12px 2px #818181cf;
  -o-box-shadow: 3px 5px 12px 2px #818181cf;
  -ms-box-shadow: 3px 5px 12px 2px #818181cf;
  -moz-box-shadow: 3px 5px 12px 2px #818181cf;
  background: #efe4d5;
  border-radius: 20px;
}

.noReviewIntro img {
  float: left;
  max-width: 247px;
  margin-right: 20px;
}

.noReviewIntro {
  margin-bottom: 70px;
}

.noReviewIntro p {
  position: relative;
  top: 30px;
}

.fixerIcon {
  max-width: 35px;
  min-width: 35px;
  max-height: 45px;
  margin-right: 10px;
  position: relative;
  /* top: 10px; */
}

#generic_nopreview a {
  color: #428bca;
}

#generic_nopreview a:hover {
  color: #2a6496;
}

#html_container {
  width: 100%;
}

#img_container {
  width: 100%;
  clear: both;
  min-width: 50px;
  padding: 10px;
  border: #eee 1px solid;
}

#content_frame {
  width: 100%;
  height: 100%;
  border: none;
}

#content_img,
#preview_content_img {
  width: 100%;
  min-width: 50px;
}

.content_frame {
  width: 100%;
  height: 100%;
}

.toggleDisplay {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -30px;
  right: 50px;
  z-index: 300;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: #333 1px solid;
  border-top: none;
  background-color: #fff;
  cursor: pointer;
}

#hideDisplay {
  background-image: url(../images/arrowup.png);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 3px 3px;
}

#showDisplay {
  display: none;
  background-image: url(../images/arrowdown.png);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 3px 3px;
}

.content_hide {
  margin-top: 30px !important;
  margin: 0 auto;
}

.content_show {
  margin-top: 100px !important;
  margin: 0 auto;
}

.banner_hide {
  top: -70px;
}

.banner_show {
  top: 0px;
}

.info_hide {
  top: -59px;
}

.plyr--audio {
  display: flex;
  height: 750px;
  justify-content: center;
  align-items: center;
}

.plyr--audio .plyr__controls {
  width: 100%;
}




      #toolbar {
        height: 58px;
        width: max-content;
        margin: 0;
        padding: 0;
        z-index: 10;
        display: flex;
        flex-direction: column;
        gap: 16px;
        position: relative;
      }

      #toolbar .menu-1 {
        display: flex;
        grid-column: 1;
      }

      #toolbar .menu-2 {
        display: flex;
        flex-direction: column;
        gap:16px;
      }
      .manual_icon{
        display: none;
        width:42px;
        filter: invert(1);
      }
      #notedlg{
            height: 70px;
            transform: translateY(-70px);
            align-items: center;
            z-index: 20;
      }
      .box.control label {
        margin-bottom: 0;
      }
      #btn-o {
        display: none;
      }



@media (max-width: 1270px) {
  .generic_logo {
    width: 160px;
  }
}

@media only screen and (min-width:0px) and (max-width:639px) {
  .generic_info_txt {
    display: none
  }
}

@media screen and (max-width:500px) {
  .generic_info {
    height: 40px;
  }
}

@media (max-width: 992px) {
  .playerTitle {
    visibility: hidden !important;
  }
}