.overlay {
	position: fixed;
	background-color: #47505c;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	vertical-align:middle;
	z-index: 1000;
}	
.signIn {
	display: inline-block;
	position: absolute;
	top: 45%;
	left: 50%;
	color: #fff;
	margin: -50px 0 0 -180px;
}
.panel{
    font-size: 0.6em;
}
.active{
	color: #79d7fe;
}
.word{
	font-weight: bold;
}
.transcriptBackground{
	padding: auto;
	margin: 5px;
	max-width: 820px;
	width: 90%;
	border: 1px groove;
	overflow-y: auto;
	overflow-x:hidden;
	display: none;
	text-align: left;
}
.questionWord {
    font-weight: bold;
	cursor: grab;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
}
.questionWord:hover {
	color: #79d7fe!important;
}
.questionWord2 {
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
	color: #47505c;
	width: 100px;
}
.questionWord3 {
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
	color: #000000;
	background-color: #575757;
}
.answerWord {
    font-weight: bold;
	color: #575757;
	background-color: #575757;
	border-radius: 10px;
	padding-top: 3px;
	display: inline-block;
	width:260px;
	height: 30px;
}
.search {
    font-weight: bold;
	color: #ffffff;
	background-color: #575757;
	border-radius: 10px;
	line-height: 31px;
	display: inline-block;
	width:430px;
	text-align: center;
}
.answerType1 {//MAWLintros 4 words Type
    font-weight: bold;
	color: #ffffff;
	background-color: #575757;
	border-radius: 10px;
	line-height: 31px;
	display: inline-block;
	width:430px;
	text-align: center;
}
.myAnswer1 {
	color: #ffffff;
	background-color: #85733e;
	border-radius: 10px;
	line-height: 31px;
	display: none;
	width:430px;
	text-align: center;
}
.answerDrag1 {//MAWLintros 4 words Drag
    font-weight: bold;
	color: #575757;
	background-color: #575757;
	border-radius: 10px;
	line-height: 31px;
	display: inline-block;
	width:430px;
	text-align: center;
}
.answerType2 {//MAWLintros 1 word Type
    font-weight: bold;
	color: #ffffff;
	background-color: #575757;
	border-radius: 10px;
	line-height: 31px;
	display: inline-block;
	width:220px;
	text-align: center;
}
.myAnswer2 {
	color: #ffffff;
	background-color: #85733e;
	border-radius: 10px;
	line-height: 31px;
	display: none;
	width:220px;
	text-align: center;
}
.answerDrag2 {//MAWLintros 1 word Drag
    font-weight: bold;
	color: #575757;
	background-color: #575757;
	border-radius: 10px;
	line-height: 27px;
	display: inline-block;
	width:220px;
	text-align: center;
}
.answerType3 {//MAWLintros sentence matching
    font-weight: bold;
	color: #575757;
	background-color: #575757;
	border-radius: 10px;
	line-height: 31px;
	display: inline-block;
	width:100%;
	text-align: left;
}
.answerDrag3 {//MAWLintros sentence matching
    font-weight: bold;
	color: #575757;
	background-color: #575757;
	border-radius: 10px;
	line-height: 31px;
	display: inline-block;
	width:100%;
	text-align: left;
}
.answerWord4 {
    font-weight: bold;
	color: #575757;
	background-color: #575757;
	border: 2px solid #47505c;
	display: inline-block;
	width:120px;
	height: 28px;
	margin-bottom: 6px;
	text-align: center;
	vertical-align: top;
}
.exampleWord {
	color: #47505c;
	background-color: #ffffff;
	border: 2px solid #47505c;
	display: inline-block;
	width:120px;
	height: 28px;
	margin-bottom: 6px;
	text-align: center;
	vertical-align: top;
}
#floater{
  position:absolute;
  transform:translate(-50%,-50%);
  z-index: 2000;
  background: rgba(255, 255, 255, 0.0);
  font-weight: bold;
  color:#ffffff;
  padding:4px;
  pointer-events:none;
  text-align: center;
}
.tick {
	position: absolute;
    visibility: hidden;
	background: rgba(255, 255, 255, 0.0);
  	bottom: 120px;
  	right: 120px;
}
.noBorder {
    border:none !important;
}
table, td {
	border: none;
	border-collapse: collapse;
	padding: 0px 4px 0px 8px;
}
th {
	border: none;
	border-collapse: collapse;
	padding: 0px 4px 0px 8px;
	position: sticky;
	z-index: 999;
	top: 0;
}
th.letters {
	top: 1.7em;
}
select.bold {
  color: #47505c;
  font-weight: bold;
  line-height: 31px;
}
select.regular {
  color: #ffffff;
  font-weight: regular;
  height: 33px;
  text-align: center;
  line-height: 31px;
}
/*AUDIO PLAY END*/
/*RECORDING START*/

.record {
  display: inline-block;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  top: -50px;
  left: 4px;
  background: #CC1400;
  -webkit-transition: -webkit-transform ease-out 0.5s, background 0.2s;
  -moz-transition: -moz-transform ease-out 0.5s, background 0.2s;
  -o-transition: transform ease-out 0.5s, background 0.2s;
  transition: transform ease-out 0.5s, background 0.2s;
}
.stopped {
  cursor: default;
}
.record:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.recording {
  cursor: default;
  background: #FF3700;
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  -o-transform: scale(0.93);
  transform: scale(0.93);
}
.recording:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms infinite;
  -moz-animation: sonarEffect 1.3s ease-out 75ms infinite;
  -o-animation: sonarEffect 1.3s ease-out 75ms infinite;
  animation: sonarEffect 1.3s ease-out 75ms infinite;
}
.speech-capture-html {
  background-color: #00324d;
  border-radius: 20px;
  padding: 10px;
  width: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.record-html {
  margin-right: 5px;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #CC1400;
  -webkit-transition: -webkit-transform ease-out 0.5s, background 0.2s;
  -moz-transition: -moz-transform ease-out 0.5s, background 0.2s;
  -o-transition: transform ease-out 0.5s, background 0.2s;
  transition: transform ease-out 0.5s, background 0.2s;
  line-height: 60px;
  text-align: center;
  color: white;
  font-size: x-large;
  font-weight: bold;
}
.record-feedback {
  margin-right: 5px;
  width: 300px;
  height: 50px;
  background-color: white;
}
.div-record-html-timer {
  color: white;
  font-size: 25px;
  font-weight: bold;
}
span{
	display: inline-block;
}
.initial::first-letter {
    text-transform: capitalize;
}
audio {
	width: 120px;
	height: 45px;
	margin-top: 5px;
}
audio::-webkit-media-controls-current-time-display {
  display: none;
}
audio::-webkit-media-controls-time-remaining-display {
  display: none;
}
audio::-webkit-media-controls-mute-button {
  display: none;
}
audio::-webkit-media-controls-volume-slider {
  display: none;
  width: 0px;
}
audio::-webkit-media-controls-timeline {
    min-width: 50px;
}
/*RECORDING END*/

@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -moz-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}