
@import url(https://fonts.googleapis.com/css?family=Fredoka+One);


.btn {
	font-family:'Fredoka One', sans-serif;
	font-size:22px;
	font-weight:400;
}


html,body {
height:100%;
background:#eee;
}


#load{
	display:none;
	opacity:.75;
	position:absolute;
	left:50%;
	margin-left:-15px;
	top:160px;
	z-index:110;
	color:#FFF;
}

#load .glyphicon {font-size:60px}



#header{
padding-top:2px;
padding-bottom:0px;
background-color:#87CAE0;
margin-bottom:1em;
color:#eFF;

}

#header .title {
	font-family:'Fredoka One', sans-serif;
}

#header h1 {
	margin-top:0px;
}

#header p {
	margin-top:10px;
}

#info-btn{
background:none;
color:#FFF;
cursor:pointer;
padding-top:2px;
}

#info-btn:hover{
	background:none;
	color:#4A8193;
}

.bloc {
	background:#333;
}

.modal-header{
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	background: #87CAE0;
	color:#FFF;
}

.modal-header .close {
	opacity:1; 
	color:#FFF;
}

#content {
padding-top:20px;
min-height:100%;
padding-bottom:10em;
}

#video-container {
margin-top:1em;
margin-bottom:1.2em;
}

.jp-video-360p {
	width:640px;
	margin:0 auto;
}


.jp-video-full > .jp-type-single > #captions-holder{
top:85%!important;
}

.btn {
color:#333;
background:#87cAe0;
}

.btn:hover{
color:#FFF;
background:#4A8193;
}



.caption-activity {
	border:solid 8px #87CAE0; 
	border-radius:23px; 
	padding:10px; 
	margin-top:8px; 
	margin-bottom:8px;
	min-height:156px;
}

.caption-activity h2 {
	margin-top:0px;
	margin-bottom:0px;
}


@media screen and (max-height:768px){

	.caption-activity h2 {
		font-size:24px;
	}
}


@media print {
	.btn {
		display:none
	}
	
	td img { 
		width:200px;
		height:auto;
	}
}


.gly-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}






.cell {
    background: #4ac;
    min-height: 100px;
    cursor: pointer;
    color: #fff;
    font-size: 2em;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
	font-size:18px
}

.correct{
	background:#0DEF2D;	
}

.incorrect{
	background:#FF0004;	
}

.col-half-offset{
    margin-left:2.75%
}

.videoContainer{
margin:20px;	
}

.timerText{
background: #87CAE0;
    height: 100px;
    font-size: 3em;
    color: #333333;
    padding-top: 15px;
    margin-top: 10px;
}

.hideEmpty{
display:none;	
}

#start, #clear {
	-moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf));
	background:-moz-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background:-webkit-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background:-o-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background:-ms-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background:linear-gradient(to bottom, #63b8ee 5%, #468ccf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf',GradientType=0);
	background-color:#63b8ee;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #3866a3;
	display:inline-block;
	cursor:pointer;
	color:#14396a;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #7cacde;
	width:400px;
	height:150px;
	font-size:2em;
	margin-top:100px;
}
#start:hover, #clear:hover{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee));
	background:-moz-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background:-webkit-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background:-o-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background:-ms-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background:linear-gradient(to bottom, #468ccf 5%, #63b8ee 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee',GradientType=0);
	background-color:#468ccf;
}
#start:active, #clear:active{
	position:relative;
	top:1px;
}

