* {
    box-sizing: border-box;
  }

  body {
    background-color: #dee2eb;
    font-family: Helvetica, sans-serif;
  }


/* transcript size for right side when beside image */

.transcript{ height: 800px;}

  /* The actual timeline (the vertical ruler) */
  .timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
  }

  /* The actual timeline (the vertical ruler) */
  .timeline::after {
    content: '';
    position: absolute;
    width: 10px;
    background-color: white;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
  }

  .dropdown-menu {
    overflow: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 150px);
  }


  .zoom {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
    }

.zoom:hover,
.zoom:active,
.zoom:focus {
/**adjust scale to desired size,
add browser prefixes**/
-ms-transform: scale(1.5);
-moz-transform: scale(1.5);
-webkit-transform: scale(1.5);
-o-transform: scale(1.5);
transform: scale(1.5);
position:relative;
z-index:100;
}
  /* Place the container to the left */
/*.left {
  left: 0;
}*/

/* Place the container to the right */
/*.right {
  left: 150%;
}*/

  /* Add arrows to the left container (pointing right) */
  .right::before {
    content: " ";
    height: 0;
    position: relative;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 106%;
    border: medium solid red;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent red;
  }

  /* Add arrows to the right container (pointing left) */
  .left::before {
    content: " ";
    height: 0;
    position: relative;
    top: 22px;
    width: 0;
    z-index: 1;
    left: -8%;
    border: medium solid red;
    border-width: 10px 10px 10px 0;
    border-color: transparent red transparent transparent;
  }
/*  #btn-back-to-top {
  } */
  #back-to-top {
    position: fixed;
    bottom: 20px;
    right: 50%;
    display: none;
    z-index: 999;
}

.img-brand{
  height:200px;
  width:100%;
  object-fit:contain;
  }

/* openseadragon used in Viewer.html for image container */
#seadragon-clip {
  max-width:1500px;
  height:     800px;
  border:     1px solid black;
  color:      white; /* text color for messages */
  background-color: gray;
}

/* openseadragon used in Viewer.html for image container */
#seadragon-diary {
    max-width:90%;
    height:     800px;
    border:     1px solid black;
    color:      white;
    background-color: gray;
  }
  #seadragon-tree {
    max-width:100%;
    height:     600px;
    border:     1px solid black;
    color:      white;
    background-color: gray;
  }
  .hrdivider {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }

  .hrdivider span {
    position: absolute;
    top: -11px;
    background: #fff;
    padding: 0 20px;
    font-weight: bold;
    font-size: 16px;
  }
.highlight{
    opacity:    0.4;
    filter:     alpha(opacity=40);
    outline:    6px solid #900;
    /*background-color: #900;*/
}
.overlayArrow {
  display:inline-block;
  font-size: 20px;
  color: cornflowerblue;
}
.glossary {background-color: darkturquoise;}
/*#mapid { height: 600px;  }*/
.map-wrapper {
  position: relative;
}

#mapid {
  position: absolute;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100%;
}
/* #myeasybar1 {
  position: fixed;
  z-index: 1000;
  top: 125px;
  left: 200px;
}

#myeasybar1 button{
  width : 35px;
  height: 30px;
  font-family: arial;
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
  border-radius: 1px;
  border:1px solid #e7e7e7;

}

#myeasybar2 {
  position: fixed;
  z-index: 1000;
  top: 160px;
  left: 200px;
}

#myeasybar2 button{
  width : 35px;
  height: 30px;
  font-family: arial;
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
  border-radius: 1px;
  border:1px solid #e7e7e7;

} */

