
/* image viewer + SEADRAGON */

/* Seadragon viewer modal */

.sd_gallery .sd-dialog {
    max-width: 2000px; /* GALLERY UPDADTE */
}

.sd_gallery {
    display: block;
    z-index: -1;
}

.sd_gallery #image-gallery {
    background-color: #000;
}

.sd_gallery .sd-body {
    padding-top: 0 !important;
    position: relative;
}

.sd-body{
    margin: 5px 20px 20px 20px;
}

.sd_gallery .sd-header {
   /* min-height: 54px; */ 
    margin: 0 20px 20px;
    border-bottom: 1px solid #b5b5b5; 
    padding: 12px 0 5px;
}

#seadragon-controls {
    position: absolute;
    left: -6px;
    top: -15px;
    width: 209px;
    z-index: 200;
    height: 34px;
}


.sd_gallery .sd-content {
    background-color: #000;
}

.sd_gallery .close {
    color: #b5b5b5;
}

.sd_gallery .footer-info {
   /* display: flex; 
    flex-direction: row; 
    flex-wrap: nowrap;  */ 
    justify-content: flex-start; 
    color: #fff;
    padding: 13px 0 0 34px; 
}

.sd_gallery .footer-info p {
  margin-bottom: -.08rem;
  margin-top: 0;
}

.sd_gallery .footer-info #tile_url  { /* GALLERY UPDADTE */
    flex: 1 1 auto; /* GALLERY UPDADTE */
    text-align: left; /* GALLERY UPDADTE */
    padding-right: 30px; /* GALLERY UPDADTE */
    display: flex; /* GALLERY UPDADTE LINK */
    justify-content: flex-end; /* GALLERY UPDADTE LINK */
}

.sd_gallery .footer-info #tile_url span {/* GALLERY UPDADTE LINK */
    display: block;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #007bff;
}

.sd_gallery #tile_title_en {
    color: #fff;
    font-size: 1.2rem;
}

.sd_gallery #tile_title_fr {
    color: #fff;
    font-size: 1.2rem;
}
.sd_gallery #title {
    color: #fff;
    position: relative;
    padding-left: 10px;
}

.sd_gallery  .referencestrip {
    margin-left: 0 !important;
}


.sd_gallery .openseadragon-canvas:focus {
    border-color: transparent;
    outline: none;
}

.sd-header{
  border-bottom: none;
  padding: 5px 1rem 0px;
}


#image-gallery {
  width: 100%;
  position: relative;
  height: 550px;
  background: #fefefe;
}
#image-gallery .image-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50px;
}

#image-gallery .prev,
#image-gallery .next {
  position: absolute;
  height: 32px;
  margin-top: -66px;
  top: 50%;
}
#image-gallery .prev {
  left: 20px;
}
#image-gallery .next {
  right: 20px;
  cursor: pointer;
}
 
#image-gallery .footer-info {
  position: absolute;
  height: 50px;
  width: 100%;
  left: 0;
  bottom: 0;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  color: black;
  border-top: 1px solid #FFF;
}

 
.image-preview-container{
    cursor: zoom-in;
    position: relative; /* ZOOM FIX */
    width: 100%;
	margin: 0 auto
  }

.image-preview {
	display: block;
	width: 100%;
	-webkit-transition: all 0.50s;
    transition: all 0.50s;
}


.image-mgmt-preview {
	display: block;
	width: 100%;
}
    
.image-preview:hover {
        border: 1px solid gray;
        filter: brightness(130%);
        -webkit-filter: brightness(130%);
        -moz-filter: brightness(130%);
        -o-filter: brightness(130%);
        -ms-filter: brightness(130%);
        -webkit-transition: all 0.50s;
        transition: all 0.50s;
}

/*  demalps customization */
.viewer-link {
	color: gray;
}


.viewer-link:hover {
	color: white;
}

.viewer-licence {
	color: gray;
}