#eid-screenshot-content-image {
  max-width: 86% !important;
  text-align: center;
  position: relative;
  left: 7%;
  -webkit-box-shadow: 6px 4px 39px 6px rgba(0, 0, 0, 0.75);
  box-shadow: 6px 4px 39px 6px rgba(0, 0, 0, 0.75);
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

#eid-session-time {
  font-size: medium;
  position: absolute;
}

.time-details a {
  color: rgba(0, 0, 0, 0.8) !important;
}

.time-details {
  position: absolute;
  right: 8%;
  font-size: 17px;
  line-height: 1.4em;
  margin-top: 20%;
  max-width: 82%;
  background-color: #fff;
}

.fullscreen {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.fullscreen-image {
  min-height: 97%;
  min-width: 80%;
}

img#eid-screenshot-content-image {
  width: 100%;
  height: auto;
  pointer-events: auto;
}

.arrows-small {
  width: 5%;
  height: 100%;
  float: right;
  position: relative;
  margin-top: 14%;
}

/*****************************************************************/
/*    PLAY/PAUSE BUTTON STYLING                                  */
/*****************************************************************/
.play-button-big {
  height: 55px;
  width: 55px;
  display: block;
  margin: 176% auto;
  overflow: hidden;
  position: relative;
}

.play-left {
  height: 100%;
  float: left;
  background-color: #fff;
  width: 36%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  overflow: hidden;
}

.triangle-1 {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

.triangle-2 {
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

.triangle-1,
.triangle-2 {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  width: 0;
  height: 0;
  border-right: 300px solid rgba(0, 0, 0, 0.8);
  border-top: 150px solid transparent;
  border-bottom: 150px solid transparent;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.play-right {
  height: 100%;
  float: right;
  width: 36%;
  background-color: #fff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.paused .play-left {
  width: 50%;
}

.paused .play-right {
  width: 50%;
}

.paused .triangle-1 {
  -webkit-transform: translate(0, -91%);
  transform: translate(0, -91%);
}

.paused .triangle-2 {
  -webkit-transform: translate(0, 9%);
  transform: translate(0, 9%);
}

/*****************************************************************/
/*    PLAY/PAUSE BUTTON STYLING END                              */
/*****************************************************************/
#wrapper {
  /*border: 5px solid #000;*/
}

.wrapper {
  position: relative;
  width: 71%;
}

.eid-screenshot-player {
  position: relative;
  min-width: 400px;
  padding: 30px;
  background-color: #fafafa;
}

.play-screen {
  position: relative;
}

.error-session {
  display: none;
}

svg {
  padding: 5px;
}

.left:active polyline, .right:active polyline {
  stroke-width: 6;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

polyline {
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

#eid-player-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  display: none;
  opacity: 0.7;
  filter: alpha(opacity=70) !important;
  z-index: 100;
  overflow: visible;
}

.highlight {
  opacity: 0.2;
}

.fullscreen-player {
  margin-top: 2%;
}

#eid-overlay-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 31%;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  overflow: visible;
  z-index: 100;
}

#eid-overlay-image-big {
  max-width: none;
  width: 78%;
  position: relative;
  color: white;
}

.overlay-image-big-with-play-pause-buttons {
  position: absolute;
}

.controls-except-close {
  padding: 10px;
  border: 2px solid white;
  margin-top: 53%;
}

#eid-session-preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(images/ajax-loader-big-roller.gif) center no-repeat #000;
}

.eid-navbar-content-wrapper, .eid-navbar-content {
  overflow: auto !important;
}

#keystrokes, #wrapper {
  padding: 20px;
  margin: 40px;
}

/*Close Button*/
.outer {
  position: relative;
  width: 70px;
  /*margin-top: 5%;*/
  cursor: pointer;
  /*left: 76%;*/
}

.inner {
  width: inherit;
  text-align: center;
}

.eid-close-button-label {
  font-size: .8em;
  line-height: 4em;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  opacity: 0;
  cursor: pointer;
}

.inner:before, .inner:after {
  position: absolute;
  content: '';
  height: 1px;
  width: inherit;
  background: #FFC107;
  left: 0;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.inner:before {
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.inner:after {
  bottom: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.outer:hover .eid-close-button-label {
  opacity: 1;
}

.outer:hover .inner:before, .outer:hover .inner:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.outer:hover .inner:before {
  top: 0;
}

.outer:hover .inner:after {
  bottom: 0;
}

.screenshot-thumbnails {
  height: 750px;
  width: 280px;
  overflow: scroll;
}

.screenshotThumbnail {
  width: 95%;
}

.player-controls {
  padding: 10px;
  margin-left: 90%;
  position: absolute;
  height: 93%;
}

#thumbnail-wrapper {
  width: 280px;
  margin-right: 0;
  margin-left: 100%;
  z-index: 1;
  top: -8%;
  position: absolute;
}

.slider {
  margin: auto;
  position: relative;
  left: 27.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
}

#slide-bar {
  width: 30%;
  padding: 10px;
}

.tooltip-s {
  position: relative;
  display: inline-block;
}

.tooltip-s .tooltiptext-s {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
}

.tooltip-s .tooltiptext-s::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip-s:hover .tooltiptext-s {
  visibility: visible;
}

#play-button, #pause-button {
  width: 15%;
  height: 27%;
  max-width: 250px;
  max-height: 250px;
  position: absolute;
  left: 40.7%;
  top: 31.6%;
  opacity: 0;
}

#pause-button-2, #play-button-2 {
  width: 15%;
  height: 29%;
  max-width: 250px;
  max-height: 250px;
  position: absolute;
  left: 30%;
  top: 35%;
  opacity: 0;
}

.play-pause {
  -webkit-animation-name: abracadabra;
  -webkit-animation-duration: 1s;
  animation-name: abracadabra;
  animation-duration: 1s;
}

@-webkit-keyframes abracadabra {
  0% {
    zoom: 0;
    opacity: 0;
  }
  50% {
    zoom: 100%;
    opacity: 1;
  }
  100% {
    zoom: 200%;
    opacity: 0;
  }
}

@keyframes abracadabra {
  0% {
    zoom: 0;
    opacity: 0;
  }
  50% {
    zoom: 100%;
    opacity: 1;
  }
  100% {
    zoom: 200%;
    opacity: 0;
  }
}

#left-big {
  position: relative;
  margin-top: 90%;
}

#right-big {
  position: absolute;
}

.id-mouse-down {
  min-height: 700px;
}

@media screen and (max-width: 1250px) {
  #thumbnail-wrapper {
    width: 100%;
    margin-left: 0;
    z-index: 1;
    top: 105%;
    position: relative;
  }
  .screenshot-thumbnails {
    height: 750px;
    width: 97%;
    overflow: scroll;
  }
  .screenshotThumbnail {
    max-width: 240px;
    margin-bottom: 1px;
    margin-left: 50px;
    border-color: black;
    border: 1px;
    border-style: groove;
  }
  .slider {
    margin: auto;
    position: relative;
    left: 10.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
  }
  #slide-bar {
    width: 50%;
    padding: 10px;
  }
  #play-button, #pause-button {
    width: 120px;
    height: 120px;
    max-width: 250px;
    max-height: 250px;
    position: absolute;
    left: 39.7%;
    top: 28.6%;
    -ms-opacity: 0;
    opacity: 0;
  }
}

@media screen and (max-width: 1124px) {
  #thumbnail-wrapper {
    width: 100%;
    margin-left: 0;
    z-index: 1;
    top: 105%;
    position: relative;
  }
  .screenshot-thumbnails {
    height: 178px;
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .screenshotThumbnail {
    max-width: 200px;
    margin-bottom: 1px;
    margin-left: 50px;
    border-color: black;
    border: 1px solid white;
    border-style: groove;
  }
  .slider {
    margin: auto;
    position: relative;
    left: 10.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
  }
  #slide-bar {
    width: 50%;
    padding: 10px;
  }
  #play-button, #pause-button {
    width: 120px;
    height: 120px;
    max-width: 250px;
    max-height: 250px;
    position: absolute;
    left: 39.7%;
    top: 28.6%;
    -ms-opacity: 0;
    opacity: 0;
  }
}

/*iPad*/
@media handheld, only screen and (min-width: 376px) and (max-width: 768px) {
  #thumbnail-wrapper {
    width: 100%;
    margin-left: 0;
    z-index: 1;
    top: 105%;
    position: relative;
    height: 200px;
  }
  .screenshot-thumbnails {
    max-height: 500px;
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .screenshotThumbnail {
    max-width: 200px;
    margin-bottom: 1px;
    margin-left: 50px;
    border-color: black;
    border: 1px;
    border-style: groove;
  }
  .slider {
    margin: auto;
    position: relative;
    left: 10.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
  }
  #slide-bar {
    width: 50%;
    padding: 10px;
  }
  #play-button, #pause-button {
    width: 120px;
    height: 120px;
    max-width: 250px;
    max-height: 250px;
    position: absolute;
    left: 39.7%;
    top: 28.6%;
    -ms-opacity: 0;
    opacity: 0;
  }
  #eid-session-time-big {
    position: relative;
    left: -2%;
    font-size: 19px;
    padding: 2px;
    margin-top: 5%;
  }
  #right-big {
    padding: 5px;
    position: absolute;
    /*right: 25%;
    top: 110%;*/
  }
  #left-big {
    /*left: 15.5%;*/
    padding: 5px;
    position: absolute;
    /*top: 110%;*/
  }
  #eid-overlay-image-big {
    max-width: none;
    width: 73%;
    position: relative;
    color: white;
  }
  .outer {
    position: absolute;
    /*width: 70px;*/
    /*margin-top: 0;*/
    cursor: pointer;
    /*left: 87%;*/
    /*margin-top: 11%;*/
  }
  #play-button-2, #pause-button-2 {
    width: 120px;
    height: 120px;
    max-width: 250px;
    max-height: 250px;
    position: absolute;
    left: 38%;
    top: 51%;
    opacity: 0;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  #thumbnail-wrapper {
    width: 100%;
    margin-left: 0;
    z-index: 1;
    top: 105%;
    position: relative;
  }
  .screenshot-thumbnails {
    height: 500px;
    width: 97%;
    overflow: scroll;
  }
  .screenshotThumbnail {
    max-width: 200px;
    margin-bottom: 1px;
    margin-left: 50px;
    border-color: black;
    border: 1px;
    border-style: groove;
  }
  .slider {
    margin: auto;
    position: relative;
    left: 10.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
  }
  #slide-bar {
    width: 50%;
    padding: 10px;
  }
  #play-button, #pause-button {
    width: 120px;
    height: 120px;
    max-width: 250px;
    max-height: 250px;
    position: absolute;
    left: 39.7%;
    top: 28.6%;
    -ms-opacity: 0;
    opacity: 0;
  }
  #eid-session-time-big {
    position: relative;
    left: -2%;
    font-size: 19px;
    padding: 2px;
  }
  #right-big {
    padding: 5px;
    position: absolute;
    right: 25%;
    top: 100%;
  }
  #left-big {
    /*left: 15.5%;*/
    padding: 5px;
    position: absolute;
    /*top: 100%;*/
  }
  #eid-overlay-image-big {
    max-width: none;
    width: 89%;
    position: relative;
    left: 0%;
    color: white;
  }
  .outer {
    position: relative;
    width: 70px;
    /*margin-top: 0;*/
    cursor: pointer;
    /*left: 87%;
    margin-top: 1%;*/
  }
  #play-button-2, #pause-button-2 {
    width: 120px;
    height: 120px;
    max-width: 250px;
    max-height: 250px;
    position: absolute;
    left: 38%;
    top: 51%;
    opacity: 0;
  }
}

/*iPhone 6*/
/*potrait*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #thumbnail-wrapper {
    width: 100%;
    margin-left: -44px;
    z-index: 1;
    top: 105%;
    position: relative;
  }
  .screenshot-thumbnails {
    height: 300px;
    width: 97%;
    overflow: scroll;
  }
  .screenshotThumbnail {
    max-width: 200px;
    margin-bottom: 1px;
    margin-left: 50px;
    border-color: black;
    border: 1px;
    border-style: groove;
  }
  #eid-session-time {
    font-size: 11px;
    text-align: center;
    position: absolute;
    left: 0;
  }
  .slider {
    margin: auto;
    position: relative;
    left: -22.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
    top: 30px;
  }
  #slide-bar {
    width: 200px;
    padding: 10px;
  }
  #play-button, #pause-button {
    width: 50px;
    height: 50px;
    max-width: 250px;
    max-height: 250px;
    position: absolute;
    left: 34.7%;
    top: 34.6%;
    -ms-opacity: 0;
    opacity: 0;
  }
  #eid-session-time-big {
    position: relative;
    left: -2%;
    font-size: 19px;
    padding: 2px;
    margin-top: 5%;
  }
  #right-big {
    padding: 5px;
    position: absolute;
    right: 25%;
    top: 110%;
  }
  #left-big {
    /*left: 15.5%;*/
    padding: 5px;
    position: absolute;
    /*top: 110%;*/
  }
  #eid-overlay-image-big {
    max-width: none;
    width: 93%;
    position: relative;
    margin-top: 65px;
    left: -2%;
    color: white;
  }
  .outer {
    position: relative;
    width: 70px;
    /*margin-top: 0;*/
    cursor: pointer;
    /*left: 77%;
    margin-top: 11%;*/
  }
  #play-button-2, #pause-button-2 {
    width: 120px;
    height: 120px;
    max-width: 250px;
    max-height: 250px;
    position: absolute;
    left: 38%;
    top: 51%;
    opacity: 0;
  }
  #eid-screenshot-content-image {
    max-width: 143%;
    text-align: center;
    position: relative;
    left: -22%;
    /* -webkit-box-shadow: 6px 4px 39px 6px rgba(0, 0, 0, 0.75); */
    -webkit-box-shadow: 6px 4px 13px -1px rgba(0, 0, 0, 0.75);
            box-shadow: 6px 4px 13px -1px rgba(0, 0, 0, 0.75);
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
}

/*landscape*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  #thumbnail-wrapper {
    width: 100%;
    margin-left: -44px;
    z-index: 1;
    top: 105%;
    position: relative;
  }
  .screenshot-thumbnails {
    height: 300px;
    width: 97%;
    overflow: scroll;
  }
  .screenshotThumbnail {
    max-width: 171px;
    margin-bottom: 1px;
    margin-left: 50px;
    border-color: black;
    border: 1px;
    border-style: groove;
  }
  #eid-session-time {
    font-size: 11px;
    text-align: center;
    position: absolute;
    left: 10%;
  }
  .slider {
    margin: auto;
    position: relative;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
    top: -16px;
  }
  #slide-bar {
    width: 200px;
    padding: 10px;
  }
  #play-button, #pause-button {
    width: 50px;
    height: 50px;
    max-width: 250px;
    max-height: 250px;
    position: absolute;
    left: 34.7%;
    top: 34.6%;
    -ms-opacity: 0;
    opacity: 0;
  }
  #eid-session-time-big {
    position: relative;
    left: -2%;
    font-size: 19px;
    padding: 2px;
    margin-top: 5%;
  }
  #right-big {
    left: 85%;
    padding: 5px;
    position: absolute;
    top: 46%;
  }
  #left-big {
    /*left: 85%;*/
    padding: 5px;
    position: absolute;
    /*top: 23%;*/
  }
  #eid-overlay-image-big {
    max-width: none;
    width: 77%;
    position: relative;
    margin-top: -42px;
    left: -6%;
    color: white;
  }
  .outer {
    position: relative;
    /*width: 70px;*/
    /*margin-top: 0;*/
    cursor: pointer;
    /*left: 87%;*/
  }
  #play-button-2, #pause-button-2 {
    width: 120px;
    height: 120px;
    max-width: 250px;
    max-height: 250px;
    position: absolute;
    left: 38%;
    top: 51%;
    opacity: 0;
  }
  #eid-screenshot-content-image {
    max-width: 110% !important;
    text-align: center;
    position: relative;
    left: -5%;
    -webkit-box-shadow: 6px 4px 39px 6px rgba(0, 0, 0, 0.75);
    box-shadow: 6px 4px 39px 6px rgba(0, 0, 0, 0.75);
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
}
/*# sourceMappingURL=sessions.css.map */