body{
}

@font-face {
   font-family: Roboto;
   src: url('font/Roboto-Regular.ttf');
}

span{
   font-family: Roboto;
   font-weight: bold!important;
}

li{
   font-family: Roboto;
   font-weight: bold!important;
}
div{
   -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-family: Roboto;
    font-weight: bold!important;		
}

.modal-backdrop {
   display:none;
}

#media-container > div{
   z-index: 0;
}

#activity-sprite-container > div{
   z-index: 1;
}

.unselectable_media {
   pointer-events: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.unselectable {
   pointer-events: none;
   user-drag: none; -moz-user-select: none; -webkit-user-drag: none;
}
.scene{
   background-color: white;
   width: 1024px;
   height: 768px;
   position: absolute;
   transform: scale(1);
   transform-origin: top left;
}
.activity{
   width: 100%;
   height: 100%;
   background-color: white;
}
.activity_element{
   position: absolute;
   display: flex;
   align-items: center;
}
.activity_element > img{
   ##width: 100%;
   ##height: 100%;
}
.cross{
   ##width: 100%;
   ##height: 100%;
}
.tick{
   ##width: 100%;
   ##height: 100%;
}
.textinput
{
	font-size: 20px;
	padding: 0px;
	margin: 0px;
	line-height: 1.2;
	white-space: pre-wrap;
   text-align: center;
   display: block;
}
.textinput > span
{
	color: #e84118;
}
.single_line {
    white-space: nowrap;
    width:200px;
    overflow: hidden;
}
.single_line br {
    display:none;

}
.single_line * {
    display:inline;
    white-space:nowrap;
}
.quiz_button {
    cursor : pointer;
	margin : 10px 0;
	border : 2px solid #e0e0e0;
	border-radius : 15px;
	padding : 10px;
}

.quiz_button:hover {
	border : 2px solid #54a0ff;
}

.quiz_button.true {
	border : 2px solid #1dd1a1;
	background-color : #1dd1a1;
}
.quiz_button.false {
	border : 2px solid #ff6b6b;
	background-color : #ff6b6b;
}



.popup_button {
  background-color: #54a0ff;
  border-radius: 15px;
  border: none;
  color: white;
  padding: 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30px;
}
.popup_button:hover {
  background-color: #4B8FE3;
}


.blur{
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}


.timer {
  background-color: #ff6b6b;
  border-radius: 5px;
  border: none;
  color: white;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
}


.modal-backdrop {
    display:none;
}


.modal-open .modal {
    margin: 0 auto;
}