/*=====================================================*/
/*    Description: Text to Sign Styles                 */
/*    Author: Simon Moxon                              */
/*    Date: 11.06.2020                                 */
/*=====================================================*/


.FingerSpelling {
  position: absolute;
  z-index: 99999;
  display: none;
  left: 0vw;
  top: 0vh;
  width: auto;
  padding: 0vw 0.5vw 0vw 0.5vw;
  text-align: center;
  color: black;

  background: white;

  border: silver solid 0.2vw;
  -moz-box-shadow: 0.2vw 0.2vw 1vw black;
  -webkit-box-shadow: 0.2vw 0.2vw 1vw black;
  box-shadow: 0.2vw 0.2vw 1vw black;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=135, Color='black')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=135, Color='black');

  -webkit-border-top-left-radius: 2vw;
  -webkit-border-top-right-radius: 2vw;
  -webkit-border-bottom-right-radius: 2vw;
  -webkit-border-bottom-left-radius: 2vw;
  -moz-border-radius: 2vw;
  border-radius: 2vw;
}

.FingerSpelling img {
  height: 8vh;
  width: auto;
}

.FingerSpelling span.TitleBar {
  font-size: 2vmax !important;
  position: absolute;
  top: 0.2vh;
  left: 0.1vw;
  right: 0.1vw;
  height: 5.5vh;
  text-align: center;
  color: white;
  background-color: #9966FF;
  border-bottom: silver ridge 0.2vw;
  border-radius: 1.8vw 1.8vw 0vw 0vw;
}


img.CloseButton { 
  float: right; 
  margin-right: 0.5vw; 
  position: absolute; 
  top: .5vh; 
  right: 0.2vw; 
  height: 4vh; 
  width: auto; 
  border: silver inset 0.2vw; 
  border-radius: 2vw; 
}

img.Dictionary {  
  position: absolute; 
  top: 12vmin; 
  right: 1vmin; 
  height: 10vmin; 
  width: auto;
}

img.PicDic, video.DicVid {
  width: 40vmin;
  height: auto; 
  border: inset silver 0.3vmin;
  border-radius: 2vmin;  
}

.Button {
  border: DarkGrey outset 1vmin;
  border-radius: 1vmin;
  background-color: WhiteSmoke;
}

.FingerSpelling > div { 
  font-size: 8vmin;
  position: relative; 
  margin: 5vh 3vh 0 3vh;
}


video.SignedVideo { 
  height: 20vh; 
}


.SignedVideoPanel {
  position: absolute;
  z-index: 99999;
  display: none;
  height: 45vh;
  width: auto;
  padding: 0vw 0.5vw 0vw 0.5vw;
  margin: 0.01vw;
  text-align: center;
  color: black;

  background: black;

  border: silver solid 0.2vw;
  -moz-box-shadow: 0.2vw 0.2vw 1vw black;
  -webkit-box-shadow: 0.2vw 0.2vw 1vw black;
  box-shadow: 0.2vw 0.2vw 1vw black;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=135, Color='black')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=135, Color='black');

  -webkit-border-top-left-radius: 2vw;
  -webkit-border-top-right-radius: 2vw;
  -webkit-border-bottom-right-radius: 2vw;
  -webkit-border-bottom-left-radius: 2vw;
  -moz-border-radius: 2vw;
  border-radius: 2vw;
}

.SignedVideoPanel img {
  height: 8vh;
  width: auto;
}

.SignedVideoPanel span.TitleBar {
  font-size: 5vmin !important;
  position: absolute;
  top: 0.2vh;
  left: 0.1vw;
  right: 0.1vw;
  height: 5vh;
  text-align: center;
  color: white;
  background-color: #9966FF;
  border-bottom: silver ridge 0.2vw;
  border-radius: 1.8vw 1.8vw 0vw 0vw;
}

.SignedVideoPanel span.TitleBar img { 
  float: right; 
  margin-right: 0.5vw; 
  position: absolute; 
  top: .5vh; 
  right: 0.2vw; 
  height: 4vh; 
  width: auto; 
  border: silver inset 0.2vw; 
  border-radius: 2vw; 
}

.SignedVideoPanel div { 
  position: relative; 
  margin: 7vh 0 0 0;
}

.SignedVideoPanel div video {
  height: 35vh;
  width: auto;
}

.VideoSpeedControl {
  margin-top: -1.8vmin;
  background-color: black;
  color: white;
  padding: 0 0.5vmin 0.4vmin 0.5vmin;
  font-size: 0 !important;
  border-radius: 2vw;
}

.VideoSpeedControl div {
  font-size: 4vmin !important;
  display: inline-block;
}


.VSCValue {
  width: 50%;
}

.VSCMinus {
  width: 25%;
  text-align: left;
}

.VSCPlus {
  width: 25%;
  text-align: right;
}


