.IMG_FullScreen {
  cursor:pointer;
}

.IMG_FullScreenIcon {
  height:1.5em;
  width:calc(100% - 2em);
  text-align:right;
  font-weight:bold;
  background-image:url('/ACPOResources/ImageViewer/Expand.svg');  
  background-size:contain;
  background-repeat:no-repeat;
  background-position:right;
  cursor:pointer;
  padding-right:2em;
}

.IMG_View { 
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0px;
  z-index:100;
  display:none;
  background-color:white;
}

.IMG_View img {
  width:100%;
  height:auto;
  display:block;
  margin:auto;
}

.IMG_ViewTools {
  left:calc(100% - 2em);
  padding-top:1em;
  width:2em;
  background-color:transparent;
  position:absolute;
  
}
  
.IMG_IconClose {
  width:2em;
  height:2em;
  margin-bottom:1em;
  cursor:pointer; 
  background-image:url('/ACPOResources/ImageViewer/Close.svg');  
  background-size:contain;
 
}

.IMG_IconFullScreen {
  width:2em;
  height:2em;
  margin-bottom:1em;
  cursor:pointer; 
  background-image:url('/ACPOResources/ImageViewer/FullScreen.svg');  
  background-size:contain;
}
 