.page-no {
  position: absolute;
  top: 46px;
  left: 317px;
  width: 30%;
  font-size: 1.1em;
  font-style: italic;
  font-weight: bold;
  color: #666 !important;
  text-align: center;
  pointer-events: none;
}

footer.main {
  position: relative;
  top: 0;
  z-index: 40000;
  width: 100%;
  height: 77px;
  background-color: rgba(255, 255, 255, 0.2);
  border-top: 2px solid #666;
}

.cssshell_transcript {
  position: absolute;
  top: 8px;
  right: 80px;
  display: block;
  width: 56px;
  height: 56px;
  background: url(../images/cc.svg) no-repeat;
  background-size: 100% 100%;
}

.transcript_btn_disable {
  position: absolute;
  top: 0;
  right: 0;
  left: 512px;
  display: block;
  float: left;
  width: 186px;
  height: 30px;
  background-repeat: no-repeat;
}

.audtx {
  position: absolute;
  top: 8px;
  left: 25px;
  font-size: 0.875em;
  color: #fff;
}

.audioButton {
  position: absolute;
  top: 0;
  right: 146px;
  bottom: 11px;
  display: block;
  width: 56px;
  height: 78px;
  cursor: pointer;
  background-repeat: no-repeat;
}

.icon-soundOn {
  background-image: url(../images/audio-on_normal.svg);
}

.icon-soundOn:hover {
  background-image: url(../images/audio-on_normal.svg);
}

.icon-soundOff {
  background-image: url(../images/audio-off_normal.svg);
}

.icon-soundOff:hover {
  background-image: url(../images/audio-off_normal.svg);
}

.icon-soundOnBlue {
  background-image: url(../images/audio-on_normalGwd.svg);
}

.icon-soundOnBlue:hover {
  background-image: url(../images/audio-on_normalGwd.svg);
}

.icon-soundOffBlue {
  background-image: url(../images/audio-off_normalGwd.svg);
}

.icon-soundOffBlue:hover {
  background-image: url(../images/audio-off_normalGwd.svg);
}

.back.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.7;
}

.next.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.7 !important;
}

.back.icon-back::before {
  position: absolute;
  top: 9px;
  left: -3px;
  color: #b0a2a0;
}

.next.icon-next::before {
  position: absolute;
  top: 9px;
  right: -3px;
  color: #b0a2a0;
}

.nav_nxtBck .pageno {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.shell_all_audio::before {
  display: block;
  clear: both;
  content: "";
}

.transcriptButton button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

#nextclickimage {
  position: relative;
  top: 10px;
  left: 5px;
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: text-bottom;
  background-image: url("../images/next_instruction.svg");
  background-repeat: no-repeat;
  background-size: 70% 70%;
}

.back {
  position: absolute;
  top: 0;
  left: 75px;
  width: 56px;
  height: 56px;
  pointer-events: auto;
  cursor: pointer;
  background-image: url(../images/previous.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.back:hover {
  background-image: url(../images/previous_over.svg);
}

.next {
  position: absolute;
  top: 5px;
  right: 190px;
  float: left;
  width: 56px;
  height: 56px;
  pointer-events: auto;
  cursor: pointer;
  background-image: url(../images/next.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.next:hover {
  background-image: url(../images/next_over.svg);
}

.next .nextSelected {
  position: relative;
  top: 0;
  left: 0;
  float: left;
  width: 56px;
  height: 56px;
  background-image: url(../images/next_over.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0;
}

.time {
  position: absolute;
  top: 9px;
  right: 190px;
  display: none;
  font-size: 0.563em;
  color: #666;
}

.mobLogo,
.mobBadg {
  display: none;
}

.MobplayButton.icon-play.play {
  display: none;
}

.nav_nxtBck {
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 64px;
  pointer-events: none;
}

.helpTxt {
  position: absolute;
  top: 29px;
  left: 103px;
  width: 9px;
  height: 15px;
  cursor: pointer;
  background: url(../images/help_normal.png) no-repeat;
}

.helpTxt:hover {
  background: url(../images/help_selected.png) no-repeat;
}

#audioTranscript {
  position: relative;
  top: 7px;
  left: 20px;
  display: inline-block;
  font-size: 0.875em;
}

.audioTranscript {
  color: #fff;
}

.tooltipfor_close {
  position: absolute;
  top: 26px;
  right: 18px;
  display: none;
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 3px;
  padding-left: 5px;
  font-size: 0.75em;
  color: #000;
  white-space: nowrap;
  background-color: white;
  box-shadow: 2px 2px 5px 0 black;
}

.temp {
  cursor: default;
}

.arrowchange {
  position: relative;
  top: 4px;
  left: 7px;
  display: inline-block;
  width: 15px;
  height: 8px;
  background: url("../images/down_arrow_white.png") no-repeat;
}

.imagedown {
  background: url("../images/up_arrow_white.png") no-repeat;
}

.dummyArrow {
  position: relative;
  top: 12px;
  left: 481px;
  width: 50px;
  height: 50px;
  background: url(../images/up_arrow_white.png) no-repeat;
}

.progress {
  position: relative;
  height: 100%;
}

.playButton {
  position: absolute;
  top: 5px;
  right: 300px;
  bottom: 10px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  background-image: url(../images/play.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.playBlink {
  background-image: url(../images/play_over.svg);
  background-repeat: no-repeat;
}

.playButton:hover {
  background-image: url(../images/play_over.svg);
}

.playing {
  background-image: url(../images/pause.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.playing:hover {
  background-image: url(../images/pause_over.svg);
  background-repeat: no-repeat;
}

.playButtonBlue {
  position: absolute;
  top: 5px;
  right: 300px;
  bottom: 10px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  background-image: url(../images/playGwd.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.playButtonBlue:hover {
  background-image: url(../images/play_overGwd.svg);
}

.blinkGreen {
  background-image: url(../images/play_over.svg);
  background-repeat: no-repeat;
}

.blinkBlue {
  background-image: url(../images/play_overGwd.svg);
  background-repeat: no-repeat;
}

.playingBlue {
  background-image: url(../images/pauseGwd.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.playingBlue:hover {
  background-image: url(../images/pause_overGwd.svg);
  background-repeat: no-repeat;
}

.playingFocus {
  background-image: url(../images/pause_over.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.playingFocusBlue {
  background-image: url(../images/pause_overGwd.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.pauseFocus {
  background-image: url(../images/play_over.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.pauseFocusBlue {
  background-image: url(../images/play_overGwd.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#replay_btn {
  position: absolute;
  top: 5px;
  left: 189px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  background-image: url(../images/replay.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#replay_btn:hover {
  background-image: url(../images/replay_over.svg);
}

.Shell_menu li.mob_exit {
  display: none;
}

.printpagebutton {
  position: absolute;
  top: 10px;
  left: 76px;
  display: none;
  float: left;
  width: 50px;
  height: 50px;
  pointer-events: none;
  opacity: 0.5;
}

.printbutton {
  position: absolute;
  top: 18px;
  left: 26px;
  width: 21px;
  height: 19px;
  background: url(../images/print_normal.png) no-repeat;
}

.printbutton:hover {
  cursor: pointer;
  background: url("../images/print_selected.png") no-repeat;
}

.deactives {
  pointer-events: none !important;
  cursor: default !important;
  opacity: 0.5;
}

.subNavigation {
  position: absolute;
  display: none;
  width: auto;
  height: 15px;
  font-size: 1.5em;
  font-weight: bold;
  color: #666 !important;
  text-align: center;
  border-bottom: 2px solid;
}

#subNavTitle {
  position: relative;
  top: 3px;
  float: left;
  margin-right: 3px;
  margin-left: 5px;
}

#subNavHolder {
  position: relative;
  top: 2px;
  float: left;
}

.subNavigation .subNavBtn {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
}

.subNavigation .subNavBtn:hover {
  color: #06c;
}

