@charset "utf-8";
/* CSS Document */

body{
	font-family: open-sans, verdana, arial;
	background-color: #6c6c6c !important;
}
.top-bar{
  border-top: 5px solid #2a2a2a !important;	
  background:rgba(0, 0, 0, 0.5);	
  width:100%;
 padding-top:10px;
  padding-bottom:10px;
 border-bottom: 1px solid #f1712b;
}
button:focus {outline:0;}
#info_correct{
	color:#093 !important;
}
#info_wrong{
	color:#F00;
}
  .interim {
    color: white;
	//font-weight:bold;
  }
  
    .final {
    color: white !important;
	font-size: 20px !important;
  }

  .info {
    font-size: 20px;
    text-align: center;
    color: #000;
    display: none;
  }
  #info {
    font-size: 20px;
    text-align: center;
    color: #000;
    visibility: hidden;
  }
  
.questionBox{
 position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.container{
	background-image:url(../images/metal.jpg);
}



.instTextBox{
   background-color:rgba(255, 255, 255, 0.8);
   max-height:262px;
   padding: 10px;
   border: 4px solid #000;
   margin: 0;
   font-family:open sans;
   font-size:20px; 
}
.instTextBox:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}


.content {
  position: absolute;
  width: 100%;
  height: 100%;
}

.recordedTextBox{
   background:url(../images/mike.png) center bottom no-repeat;
   //background:linear-gradient(#767676, #313131);
   background-color:rgba(60, 60, 60, 0.8);
   max-height:262px;
   width:100%;
   padding: 10px;
   border: 4px solid #e3e3e3;
   margin: 0;
   font-family:open sans;
   font-size:20px; 

}


.recordedTextBox:after {
  content: "";
  display: block;
  padding-bottom: 100%;
  font-family:open sans;
   font-size:20px; 
}



.buttonFlashy {
  background-color: #f1712b;
  -webkit-border-radius: 5px;
  border-radius: 10px;
  border: 2px solid #fff !important;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 16px !important;
  //font-weight: bold;
  padding: 10px 16px;
  text-align: center;
  text-decoration: none;
  line-height: 1.3;
}
@-webkit-keyframes glowing {
  0% { background-color: #bf5921; box-shadow: 0 0 3px #bf5921; }
  50% { background-color: #f1712b; box-shadow: 0 0 40px #ffff00; }
  100% { background-color: #bf5921; box-shadow: 0 0 3px #bf5921; }
}

@-moz-keyframes glowing {
  0% { background-color: #bf5921; box-shadow: 0 0 3px #bf5921; }
  50% { background-color: #f1712b; box-shadow: 0 0 40px #ffff00; }
  100% { background-color: #bf5921; box-shadow: 0 0 3px #bf5921; }
}

@-o-keyframes glowing {
  0% { background-color: #bf5921; box-shadow: 0 0 3px #bf5921; }
  50% { background-color: #f1712b; box-shadow: 0 0 40px #ffff00; }
  100% { background-color: #bf5921; box-shadow: 0 0 3px #bf5921; }
}

@keyframes glowing {
  0% { background-color: #bf5921; box-shadow: 0 0 3px #bf5921; }
  50% { background-color: #f1712b; box-shadow: 0 0 40px #ffff00; }
  100% { background-color: #bf5921; box-shadow: 0 0 3px #bf5921; }
}

.buttonFlashy {
  -webkit-animation: glowing 1000ms infinite;
  -moz-animation: glowing 1000ms infinite;
  -o-animation: glowing 1000ms infinite;
  animation: glowing 1000ms infinite;
}

.footerBox{
	padding: 5px 0;
	text-align: center;
	color: #aaaaaa; 
	font-size: 12px;
	
}

    footer {
      background-color: #323232;
      padding: 25px;
	  border-top:1px solid #999;
    }
	
  .sidebyside {
    display: inline-block;
    width: 45%;
    min-height: 40px;
    text-align: left;
    vertical-align: top;
  }
	
	
.circle {
	width: 100px;
	height: 100px;
	background: rgba(255, 255, 255, 0.8);
	border:3px solid #333;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}


  .interim {
    color: white;
  }