
#page {
    display: none;
    position: relative;
    text-align:center;
}

#loading {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background-color: #F0ECEB;
    background-image: url("../images/loading.gif");
    background-repeat: no-repeat;
    margin: 15 0 0 25;
}


h1,h2,p { 
    font-family: 'verdana', sans-serif; 
    font-weight: 100; 
}

h2 { 
    font-style: italic;
}

body {
    background: #F0ECEB; /* Old browsers */
}



div { 
    text-align: center;
}



.topicName{ 
	font-size: 20px;
	font-weight: 100; 
	text-align: left;
	width: 100%;
	color:#565A6E;
	
}

.WordImage { 
	width: 23%; height: 22%;
	border-radius: 10px;
	border:3px solid white;
	-moz-box-shadow: 0 3px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 3px 2px rgba(0,0,0,0.1);
	box-shadow: 0 3px 2px rgba(0,0,0,0.1);
	transform-origin: 100% 0%;
	-webkit-animation: fadeIn 0.2s ease-in-out;
	animation: fadeIn 0.2s ease-in-out;
}

.exmp {
    font-family: 'verdana'; 
    color: #585D69;
    padding-left: 10%;
    padding-right: 10%;
    text-align:center;
}

#trgt {
    margin: 10 auto;
    width: 90%;
    font-size: 16px;
    font-size: 2.25vw;
    text-shadow: 0 0 30px #E2FDCF, 0 0 30px #DDF7CA;
}

#grmr {
    margin: 10 auto;
    width: 90%;
    font-size: 16px;
    font-size: 2.25vw;
    text-shadow: 0 0 1px #BACFF0, 0 0 1px #BACFF0;
}

#srce {
    margin: 10 auto;
    width: 80%;
    font-size: 14px;
    font-size: 1.75vw;
}

#v_srce {
    margin: 10 auto;
    width: 80%;
    font-size: 14px;
    font-size: 1.75vw;
}


#dots {
    margin: 0 auto;
    width: 80%;
    font-size: 1.75vw;
}


.topic_info {
    font-size: 13px;
    color: #575757;
    font-family: 'arial', 'roboto'; 
    border-collapse: collapse;
    margin: 8 0 0 15;
}

.topic_info a {
	text-decoration: none;
	color: #3E4B61;
	background-color: #E3E8F0;
	font-size: 11px;
}

.note{ 
	font-size: 13px;
	text-align: left;
	width: 80%;
    margin: 25 0 0 15;
    max-width: 700px;
}

.TestStartBtn {
	   text-align: left;
	   margin:10px;
	   position:absolute;
	   vertical-align:top;
       margin: 10 0 0 15;
       
}

.flascards_info {
    font-size: 10px;
    font-size: 0.70vw;
    color: #FFFFFF;
    font-family: 'verdana', 'roboto'; 
    border-collapse: collapse;
    margin: 0 0 0 10;
    font-weight: bold;
}

.viewer_info {
    font-size: 10px;
    color: #2A558F;
    font-family: 'verdana', 'roboto'; 
    border-collapse: collapse;
}

.floating-box-right {
	font-family: 'verdana', 'roboto'; 
	font-size: 12px;
    color: #575757;
    float: right;
    width: auto;
    margin-right: 5px; 
    vertical-align: middle; 
}

.fontsize {
    font-size: 5px;
    
}

.QuizButtons {
	   text-align: center;
	   position:absolute;
	   width:60%;
	   position:fixed;
	   vertical-align:bottom;
	}

.ViewerButtons {
	   text-align: center;
	   width:40%;
	   vertical-align:bottom;
       margin-left: auto;
        margin-right: auto;
	}
    
.pronounce {
    text-decoration: none;
	}
	
#fscreen a:hover {
	display: block;
}

#vscreen a:hover {
	display: block;
}

a.cursor {cursor:hand;}


#Wrong {
    position: fixed;
    bottom: 15px;
    left: 15%; 
}

#Show {
    position: fixed;
    bottom: 15px;
    right: 36%;
    left: 36%;
}

#Right {
    position: fixed;
    bottom: 15px;
    right: 15%;
}

#ViewerButtons {

    margin-left: auto;
    margin-right: auto;

}

body > button {
    background: #428BCA;
    transition: all 0.3s ease 0s;
}

.center {
    position: fixed;
    bottom: 15px;
    width: 99%;
}

.btnShow {
  font-size: 10px;
  font-size: 1.20vw;
  text-align: center;
  color: #4F634B;
  background: #FFFFFF;
  width: 28%;
  height: 50px;
  border: 0px;
  cursor:hand;
  border-radius: 6px;
  background-size:32px 32px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.btnShow:active {
  color: #3D8134;
  height: 50px;
  cursor:hand;
  border-radius: 6px;
  background-size:32px 32px;
  
}


.btnOk {
  font-size: 15px;
  font-size: 1.95vw;
  text-align: center;
  font-weight: bold;
  color: #E6E6FA;
  background: #86C754;
  width: 22%;
  height: 50px;
  border: 0px solid #436C2B;
  border-radius: 8px;
  transition: all 0.2s ease 0s;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.btnOk:active {
  font-size: 15px;
  font-size: 1.95vw;
  text-align: center;
  color: #E6E6FA;
  background: #66A42F;
  font-weight: bold;
  border-radius: 8px;
  transition: all 0.4s ease 0s;
}


.btnNo {
  font-size: 15px;
  font-size: 1.95vw;
  text-align: center;
  font-weight: bold;
  color: #E6E6FA;
  background: #D47D85;
  width: 22%;
  height: 50px;
  border: 0px;
  border-radius: 8px;
  border: 0px solid #436C2B;
  transition: all 0.2s ease 0s;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.btnNo:active {
  font-size: 15px;
  font-size: 1.95vw;
  text-align: center;
  color: #E6E6FA;
  background: #C55171;
  font-weight: bold;
  border-radius: 8px;
  transition: all 0.4s ease 0s;
}

.btnNext {
  font-size: 15px;
  font-size: 1.95vw;
  text-align: center;
  font-weight: bold;
  color: #E6E6FA;
  background: #98ccfd;
  width: 100%;
  height: 50px;
  border-radius: 8px;
  border: 0px solid #436C2B;
  transition: all 0.2s ease 0s;
}

.btnNext:active {
  font-size: 15px;
  font-size: 1.95vw;
  text-align: center;
  color: #E6E6FA;
  background: #98ccfd;
  font-weight: bold;
  width: 100%;
  height: 50px;
  border: 0px;
  border-radius: 8px;
  transition: all 0.4s ease 0s;
  
}

.btnPlay {
  vertical-align: top;
  border-radius: 6px;
  opacity: 1;
}

.btnPlay:active {
  vertical-align: top;
  border-radius: 6px;
  opacity: 0.7;
}

.btnBack {
  font-size: 15px;
  font-size: 1.95vw;
  text-align: center;
  font-weight: bold;
  color: #E6E6FA;
  background: #98ccfd;
  width: 100%;
  height: 50px;
  border: 0px solid #436C2B;
  border-radius: 8px;
  transition: all 0.2s ease 0s;
}

.btnBack:active {
  font-size: 15px;
  font-size: 1.95vw;
  text-align: center;
  color: #E6E6FA;
  background: #98ccfd;
  font-weight: bold;
  width: 100%;
  height: 50px;
  border: 0px;
  border-radius: 8px;
  transition: all 0.4s ease 0s;
}

.slidecontainer {
  width: 100%;
/*
  bottom: 18%;
  position: fixed;
*/
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 14px;
  background: #DFDFDF;
  outline: none;
  opacity: 1;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:active {
  opacity: 0.7;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 13px;
  height: 13px;
  background: #5B4B4B;
  cursor: pointer;
  opacity: 1;
}

.slider::-moz-range-thumb {
  width: 13px;
  height: 13px;
  background: #FFFFFF;
  cursor: pointer;
}

.help-tip{
	position: absolute;
	top: 18px;
	right: 18px;
	text-align: center;
	background-color: #BCDBEA;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	font-size: 14px;
	line-height: 26px;
	cursor: default;
}

.help-tip:before{
	content:'?';
	font-weight: bold;
	color:#fff;
}

.help-tip:hover p{
	display:block;
	transform-origin: 100% 0%;
	-webkit-animation: fadeIn 0.3s ease-in-out;
	animation: fadeIn 0.3s ease-in-out;

}

.help-tip p{	/* The tooltip */
	display: none;
	text-align: left;
	background-color: #1E2021;
	padding: 20px;
	width: 300px;
	position: absolute;
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	right: -4px;
	color: #FFF;
	font-size: 13px;
	line-height: 1.4;
}

.help-tip p:before{ /* The pointer of the tooltip */
	position: absolute;
	content: '';
	width:0;
	height: 0;
	border:6px solid transparent;
	border-bottom-color:#1E2021;
	right:10px;
	top:-12px;
}

.help-tip p:after{ /* Prevents the tooltip from being hidden */
	width:100%;
	height:40px;
	content:'';
	position: absolute;
	top:-40px;
	left:0;
}

#sco {
    color: blue;
}


hr{
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0));
}
/* CSS animation */

@-webkit-keyframes fadeIn {
	0% { 
		opacity:0; 
		transform: scale(0.6);
	}

	100% {
		opacity:100%;
		transform: scale(1);
	}
}

@keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:100%; }
}
