#audioLab
{
  width:100%;
  height:55em;
  background-color:rgba( 0,0,0,.85);
  padding:1em;
  position:relative;
  box-sizing: border-box;
}

#audioLabClose
{
  cursor:pointer;
  left: 0;
  top: 0;
  position: absolute;
  height: 2em;
}

#audioLabHdr
{
  width:100%;
  position:relative;
}


#playerHdr
{
  width:100%;
  height: 2em;
  display: flex;
  align-items: center;
  text-align: center;
}


.AudioLabPopUp
{
  width: 100%;
  margin: 0 auto;
}

.i18n_al_audioLabTitle
{
  color: white;
  font-size: 220%;
  font-family: "Arial Black", sans-serif;
  width: 100%;
  text-align: center;
}

.AiWavHdr
{
  width: 10%;
  height: 100%;
  line-height: 2em;
  background-color:#5c9ec8;
}

#audioLabFileName
{
  font-size:80%;
  color:white;
  width: 80%;
}


#audioLabContainer
{
  border: 1px solid #5c9ec8;
  width: 100%;
  box-sizing: border-box;
}

#playerContainer
{
  width:100%;
  height:11.5em;
  border-bottom:1px solid #5c9ec8;
  position:relative;
  display: flex;
  box-sizing: border-box;
}

.PlayerContainerSideCol
{
  width:10%;
}

#actionImgContainer
{
  width:100%;
  height:9em;
}

#alPlayerAction
{
  height:4em;
  margin:auto;
  display:block;

}

#audioLabBtnContainer
{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  height: 2.4em;
  border-top: 1px solid #5c9ec8;
}

.AiDirectionImg
{
  width:1.5em;
  cursor:pointer;
}

#aiSongDirectionDivider
{
  height: 2.4em;
  width: 1px;
  background: #5c9ec8;
  margin: 0 1.5em;
}

#playerWavGraph
{
  width:45em;
  height:11.5em;
  display:inline-block;
  position:absolute;
  border-right:#5c9ec8;
  top:0;
  left:9.5em;
}

#audioPlayer
{
  width:80%;
  height:100%;
  border-right:1px solid #5c9ec8;
  border-left:1px solid #5c9ec8;
  box-sizing: border-box;
}

#fastForward
{
  border-right:none;
}

.AiPlayerTime
{
  display: table-cell;
  color:gray;
  width:100%;
}

.AiPlayerTime.Left
{
  text-align: left;
  padding-left: 0.2em;
}

.AiPlayerTime.Right
{
  text-align: right;
  padding-right: 0.2em;
}

.AiAnnotator
{
  position:absolute;
  width:1.2em;
  top:9.8em;

}

.AiAnnotator img
{
  width:100%;
  height:100%;

}

#timePointer
{
  position:absolute;
  height:100%;
  top:0;
}

#timePointerTop
{
  height:.6em;
  width:1em;
  transform:rotate(180deg);
  position:absolute;

}

#timePointerBot
{
  height:.6em;
  width:1em;
  position:absolute;
}

#timeCursor
{
  width:2px;
  background-color:green;
  position:absolute;
  left:7px;
  top:6px;
}

#annotationBar
{
  width:100%;
  height:4em;
  background-color:white;
  display: flex;
  position: relative;
  align-items: center;
}

#alPictureUrl
{
  height:4em;
  width:4em;
  object-fit: cover;
}

.AiTimelineDelete
{
  height:3.5em;
  width:3.5em;
  position: relative;
  cursor: pointer;
}

.AiTimelineRow
{
  border-bottom: 1px solid gray;
  height: 4em;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}

.AiLargeProfilePic
{
  height:3.5em;
  width:3.5em;
  margin-left: 0.25em;
  position: relative;
  cursor: pointer;
}

.AiTimelinePic
{
  width: 3.5em;
  height: 3.5em;
  object-fit: cover;
}

.AiTimelineCommentContainer
{
  height: 100%;
}

.AiTimelineComment
{
  color: white;
  display: block;
  padding: 0.25em 0.5em;
  font-size: 110%;
  box-sizing: border-box;
}

.AiTimestampContainer
{
  height: 2.5em;
  border: 2px solid green;
  box-sizing: border-box;
  border-radius: 2px;
}

.AiTimestamp
{
  color: green;
  background-color: black;
  width: 100%;
  font-size: 1.5em;
  height: 100%;
  border: none;
  outline: 0;
  box-sizing: border-box;
}


#songAnnotation
{
  height: 2em;
  font-size: 180%;
  width: 80%;
  outline: 0;
  border: 0;
}

#triangle
{
  width:1em;
  transform:rotate(-90deg);
  position:absolute;
  top:40%;
  left:3em;
}

#annotationBarRight
{
  width: 12%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 0.5em;
}

#annotationTime
{
  display:inline-block;
  color:gray;
  font-size:180%;
}

#i18n_post
{
  height: 2em;
  width: 4em;
  background-color: #5c9ec8;
  border: 1px solid black;
  border-radius: 2px;
  font-size: 130%;
  margin-left: .3em;
}

#annotationTimeline
{
  width:100%;
  height:4em;
  background:#222;
  display: flex;
  align-items: center;
}

#delAllAnnotations
{
  width:2em;
  margin-left:0.75em;
  cursor:pointer;

}

.i18n_al_annotationTitle
{
  color: gray;
  font-size: 150%;
  text-align: center;
  width: 94%;
}

#annotationsTimelineGrid
{
  height:28em;
}

.AudioLabGridBody
{
  height: 100%;
}

@media (max-device-width: 1440px), (max-width: 1440px)
{
  #whiteProgressSeek
  {
    top:0;
  }

}
