/* UNSUPPORTED OVERLAY STYLING FOR TABLET*/
.tablet .unsupportedOverlay {
  position: absolute;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
}
.tablet .unsupportedIcon {
  position: absolute;
  display: table;
  height: inherit;
  width: inherit;
}
.tablet .unsupportedIcon .icon {
  position: relative;
  display: block;
  top: -10px;
  margin: 0 auto;
  width: 83px;
  height: 83px;
  background: url("../img/spr_unsupportedOverlay.png") no-repeat scroll 0 0 transparent;
  background-size: 83px auto;
}
.tablet .unsupportedIcon p {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  font-family: "adobe-clean", Helvetica, sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 14px;
  letter-spacing: 0.2px;
}
.tablet .popupMessage .icon {
  background-position: 1px -140px;
  float: left;
  height: 52px;
  margin: 20px 20px 0 25px;
  width: 52px;
}
.tablet .large .icon {
  background-position: 1px -57px;
}
.tablet .medium .icon {
  height: 56px;
  width: 56px;
  top: -8px;
  background-position: -26px -1px;
}
.tablet .small .icon {
  height: 28px;
  width: 28px;
  top: -5px;
  background-position: 2px 0;
}
.tablet .x-small .icon {
  height: 28px;
  width: 28px;
  top: -1px;
  background-position: 2px 0;
  left: -1px;
}
.tablet .uoPopupText {
  display: block;
  font-family: "adobe-clean", Helvetica, sans-serif;
  font-size: 17px;
  line-height: 20px;
  margin-top: 5px;
  text-align: left;
  letter-spacing: 1px;
}
.unsupportedOverlayMessage {
  position: fixed;
  width: 388px;
  height: 98px;
  top: 50%;
  left: 50%;
  margin-left: -197px;
  margin-top: -52px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.8);
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999;
}
/* UNSUPPORTED OVERLAY STYLING FOR DESKTOP*/
.unsupported-overlay-container {
  position: absolute;
  cursor: pointer;
  /* So that IE 8 and previous version fall back to the solid black. */

  background: url("../img/unsupported_overlay_bg.png");
  background-position: center;
  display: table;
  overflow: hidden;
  text-decoration: none;
}
.unsupported-overlay-container:hover {
  background: url("../img/unsupported_overlay_hover.png");
}
.unsupported-overlay-container div p {
  display: none;
}
.unsupported-overlay-container:hover div p {
  display: block;
}
.unsupported-overlay {
  background: url("../img/lock_icon.png") no-repeat;
  background-position: center;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  margin: 0 auto;
  padding-top: 100px;
}
.unsupported-overlay-media {
  background: url('../img/unsupportedOverlayMedia.png') no-repeat scroll center center transparent;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  margin: 0 auto;
  padding-top: 100px;
}
.unsupported-overlay p {
  font-family: "adobe-clean", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  display: none;
}
.force-overflow-visible {
  overflow: visible !important;
}
/*Slideshow Classes*/
.buttonImage {
  position: absolute;
  display: block;
}
.slideShowImage {
  position: absolute;
  display: none;
}
.currentImage {
  display: block;
}
.tapEnabled {
  cursor: pointer;
  pointer-events: auto;
}
.slideshowHidden {
  opacity: 0;
  filter: alpha(opacity=0);
}
.progressBar {
  position: absolute;
  width: 40% !important;
  height: 20px !important;
  left: 30%;
  top: 50%;
  margin-top: -10px;
}
/*ImagePan Classes*/
.imgPanZoom {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  position: relative;
}
.cursorPan {
  cursor: move;
}
.transitionImage {
  transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -webkit-transition: 0.5s ease-out;
}
.divZoomPort {
  position: relative;
  overflow: hidden;
  transition: 0.25s;
  -o-transition: .25s;
  -moz-transition: .25s;
  -webkit-transition: 0.25s;
}
.tapCursor {
  cursor: pointer;
}
.divZoomBar {
  position: absolute;
  left: 16px;
  top: 15px;
  z-index: 600;
  width: 18px;
}
.divZoomBarTrack {
  background-color: #394141;
  opacity: 0.7;
  filter: alpha(opacity=70);
  width: 18px;
}
.imgZoomThumb {
  position: absolute;
  left: 0;
  top: 17px;
  height: 18px;
  width: 18px;
  z-index: 605;
  background: url(../img/spriteZoomBar.png) -57px 0;
  vertical-align: baseline;
}
.imgZoomThumb:hover {
  background: url(../img/spriteZoomBar.png) -57px -18px;
}
.imgBtnZoomIn {
  height: 17px;
  width: 18px;
  z-index: 602;
  background: url(../img/spriteZoomBar.png) 0 0;
}
.imgBtnZoomIn.disableButton,
imgBtnZoomIn.disableButton img:hover {
  background: url(../img/spriteZoomBar.png) -38px 0 !important;
}
.imgBtnZoomIn:hover {
  background: url(../img/spriteZoomBar.png) -19px 0;
}
.imgBtnZoomOut {
  height: 17px;
  width: 18px;
  z-index: 603;
  background: url(../img/spriteZoomBar.png) 0 -18px;
  vertical-align: baseline;
}
.imgBtnZoomOut.disableButton,
imgBtnZoomOut.disableButton img:hover {
  background: url(../img/spriteZoomBar.png) -38px -18px !important;
}
.imgBtnZoomOut:hover {
  background: url(../img/spriteZoomBar.png) -19px -18px;
}
.imgLoadSpinner {
  position: absolute;
  z-index: 3001;
}
.cursorZoomOut {
  cursor: url(../img/cursorZoomIn.png), auto;
}
.cursorZoomInMax {
  cursor: url(../img/cursorZoomInMax.png), auto;
}
.cursorZoomOut {
  cursor: url(../img/cursorZoomOut.png), auto;
}
.cursorZoomOutMax {
  cursor: url(../img/cursorZoomOutMax.png), auto;
}
iframe.resizable {
  margin: 0;
  padding: 0;
  border-width: 0;
  display: block;
}
.divPopupParent {
  overflow: hidden;
  position: absolute;
}
.tablet .divPopupParent {
  position: fixed;
  z-index: 2100;
  left: 0;
  opacity: 0;
  background-color: #fff;
  width: 100%;
}
.divPopup {
  position: absolute;
  z-index: 2100;
}
.tablet .divPopup {
  top: 0;
  left: 0;
  width: 100%;
}
.animatePopup {
  -webkit-transition: all 0.4s ease-out;
  -webkit-transition-property: top, opacity;
  -moz-transition: all 0.4s ease-out;
  -moz-transition-property: top, opacity;
  transition: all 0.4s ease-out;
  transition-property: top, opacity;
}
.divPopupBar {
  position: absolute;
  background-color: #2c2c2c;
  z-index: 2111;
  border-bottom: solid 1px #000;
}
.tablet .divPopupBar {
  top: 0;
  left: 0;
  height: 43px;
  width: 100%;
}
.iFramePopup {
  z-index: 2102;
  border: 0;
  display: block;
}
.btnClosePopup {
  position: absolute;
  z-index: 2112;
  padding: 6px 14px;
  top: 5px;
  left: 10px;
  height: 16px;
  width: 36px;
}
.darkTheme a {
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  margin: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #4b4b4b;
  color: #fff;
  border-top: 1px solid #575757;
  border-right: 1px solid #242424;
  border-bottom: 1px solid #242424;
  border-left: 1px solid #575757;
}
.darkTheme a:visited {
  color: #fff;
}
.desktop .darkTheme a:hover {
  background-color: #1d1d1d;
  color: #14d0ff;
  border-top: 1px solid #242424;
  border-right: 1px solid #575757;
  border-bottom: 1px solid #575757;
  border-left: 1px solid #242424;
}
.darkTheme a:active {
  background-color: #000;
  color: #14d0ff;
  border-top: 1px solid #242424;
  border-right: 1px solid #575757;
  border-bottom: 1px solid #575757;
  border-left: 1px solid #242424;
}
.containerScroller {
  cursor: pointer;
  cursor: hand;
}
.scrollIndicator {
  position: absolute;
  background-color: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.scrollIndicatorsShow {
  transition: opacity 0.25s;
  -o-transition: opacity  .25s;
  -moz-transition: opacity  .25s;
  -webkit-transition: opacity  0.25s;
  opacity: .5;
  filter: alpha(opacity=50);
}
.scrollIndicatorsHide {
  transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -webkit-transition: opacity 0.4s ease-in;
  opacity: .0;
  filter: alpha(opacity=0);
}
.vjs-tech {
  outline: none;
}
/* Added to fix visual artifact on video in IE9*/
/* Hiding the full screen controls for Video JS Temproarily. */
.vjs-volume-control {
  margin-right: 15px !important;
}
.vjs-fullscreen-control {
  display: none !important;
}
.vjs-controls {
  z-index: 9996;
}
/* Tablet viewer */
.tablet #pepper_container {
  overflow: visible;
}
.tablet #viewer {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.tablet #issue {
  -moz-transition: -moz-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  margin: 0 auto;
}
.tablet .touchscroll {
  overflow-x: hidden;
  overflow-y: auto;
}
.tablet .webkitscroll {
  -webkit-overflow-scrolling: touch;
}
.tablet .scrollIndicatorOff::-webkit-scrollbar {
  -webkit-appearance: none;
  display: none;
}
.tablet .blockscroll {
  -webkit-overflow-scrolling: auto;
  overflow: hidden;
}
.tablet .content img {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
#unsupportedOrientation {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #292929;
  z-index: 22002;
}
#iconWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -97px;
  margin-left: -97px;
  width: 194px;
  height: 194px;
  background: url(../img/bg_rotationIcon.png) no-repeat scroll center center #292929;
}
#iconWrapper div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -58px;
  margin-left: -58px;
  width: 116px;
  height: 116px;
}
#underIcon {
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: 1.5s;
  animation-iteration-count: infinite;
  animation-play-state: running;
  background: url(../img/img_lightIpadIcon.png) no-repeat scroll center center transparent;
}
#topIcon {
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 1.5s;
  animation-iteration-count: infinite;
  animation-play-state: running;
  background: url(../img/img_darkIpadIcon.png) no-repeat scroll center center transparent;
}
.intro {
  -webkit-transform: scale(0);
  -webkit-animation-name: ipadIntro;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-delay: .5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-play-state: running;
  transform: scale(0);
  animation-name: ipadIntro;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-delay: .5s;
  animation-iteration-count: 1;
  animation-play-state: running;
}
.portraitToLandscape {
  -webkit-animation-name: ipadRotationLandscape;
  animation-name: ipadRotationLandscape;
}
.landscapeToPortrait {
  -webkit-animation-name: ipadRotationPortrait;
  animation-name: ipadRotationPortrait;
}
.rotate {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.stop {
  -webkit-animation-name: ipadfade;
  animation-name: ipadfade;
}
.done {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.hide {
  opacity: 0;
}
@-webkit-keyframes ipadIntro {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes ipadRotationLandscape {
  0% {
    opacity: 0.4;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(-90deg);
    transform: scale(1) rotate(-90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(-90deg);
    transform: scale(1) rotate(-90deg);
  }
}
@-webkit-keyframes ipadRotationPortrait {
  0% {
    opacity: 0.4;
    -webkit-transform: scale(1) rotate(-90deg);
    transform: scale(1) rotate(-90deg);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
}
@-webkit-keyframes ipadfade {
  0% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.tablet #divVideoChrome {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  z-index: 9000;
}
.desktop #divVideoChrome {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  z-index: 9000;
}
.videoChromeTransition {
  -webkit-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.videoChromeFade {
  opacity: 0;
}
.videoChromeOff {
  display: none;
}
#divVideoChromeHeader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background-color: #2C2C2C;
  z-index: 9999;
}
#btnVideoDone {
  position: relative;
  top: 8px;
  left: 8px;
  width: 78px;
  height: 28px;
  padding: 5px 0;
  cursor: pointer;
  background: url(../img/videoChrome/btn_Done-Up-1x.png) no-repeat;
}
.videoAutoPlayIcon {
  background: url(../img/spr_svgTabletChrome.svg) no-repeat;
  background-position: 0px -90px;
  background-size: 60px 212px;
}
.spinnerLight {
  background: url('../img/img_loginSpinner_light.gif') no-repeat scroll center center;
}
.container-slideshow-hiddenuntiltriggered {
  opacity: 0;
  filter: alpha(opacity=0);
}
.newbutton {
  cursor: pointer;
  pointer-events: auto;
}
.hyperlink {
  cursor: pointer;
  pointer-events: auto;
  background-image: url('about:blank');
  background-color: rgba(0, 0, 0, 0);
}
