/*
 * $Id:$
 * 
 * A CSS file for showing the vocabulary viewer widget.
 */

#vocab-viewer {
  font-family: Arial, sans-serif;
  width: 100;%
}


#vocab-viewer ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}

#vocab-viewer .left {
  width: 450px;
  float: left;
}

#vocab-viewer .right {
  float: left;
}

#vocab-viewer h2 {
  font-weight: normal;
  font-size: 24px;
  width: 220px;
  float: left;
}

#vocab-viewer h2 b .tags {
  display: block;
  line-height: 15px;
  font-size: 15px;
}

#vocab-viewer h2 b .tags a {
  font-size: 15px;
  font-weight: normal;
  text-transform: lowercase;
  color: #30b457;
}

#vocab-viewer .words-and-video {
  display: flex;
}

#vocab-viewer .words-and-video .video {
  position: relative;
}

#vocab-viewer-canvas {
  position: absolute;
  top: 0px;
  right: 0px;
  max-width: 100%;
  max-height: 100%;
}


#vocab-viewer .words-and-video .word-box {
  flex: 1;
  margin-right: 2em;
}



#vocab-viewer #vocab-viewer-message {
  font-size: 11px;
  color: #111111;
  margin: 0px 0px 5px 0px;
}

#vocab-viewer .words {
  clear: both;
  width: 100%;
  background-color: #CBE5CA;
}

#vocab-viewer li {
  background-color: #CBE5CA;
  width: 50%;
  padding: 5px 10px;
}

#vocab-viewer li .word {
  border: 1px solid #fff;
  padding: 5px 10px;
  display: flex;
}

#vocab-viewer li .word img {
  max-height: 4em;
  margin-right: .5em;
}

#vocab-viewer li .word img.large {
  max-height: 8em;
}

#vocab-viewer li a {
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  flex: 1;
}


#vocab-viewer li a.alternative {
  flex: none;
  padding: 0px 5px;
}

#vocab-viewer li a:hover {
  text-decoration: underline;
}


#show-word-video-container_wrapper {
  margin: auto;
}

.jwplayer {
  position: relative;
}

.jwplayer .overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 8em;
}

.jwplayer .video-speed-controls {
  position: absolute;
  z-index: 10;
  background-color: #CCC;
  padding: 2px 10px;
  border-radius: 10px;
  border: 1px solid #CCC;
}

.jwplayer .video-speed-controls label {
  display: inline-block;
  margin-left: 5px;
}

@media (max-width: 1200px) {

  #vocab-viewer .words-and-video {
    display: block;
  }

  #vocab-viewer .words-and-video .word-box {
    margin-bottom: 1em;
  }

}
