/*
 CSS for Memogry game plugin
 Author: Yane Frenski
*/

/* the stle for the wrapper element */

  #tutorial-memorygame{
	text-align: center;
    }
.quizy-memorygame{
	position: relative;
	text-align: center;
	width: 95%;
	margin-top: 10px;
	float: left;
	margin-left: 3px;
}
.text-style1 {
	font-size: 1.5em;
	font-weight: bolder;
	text-align: center;
	vertical-align: middle;
	padding-top: 40px;
	color: #60898C;
}




/* styles of the card to show */
.quizy-memorygame .mgcard-show{
	background-image: url(../imagenes/fondo-botones.png);
	background-repeat: repeat;
	height: 250px;
	width: 180px;
	border-radius: 10px;
	border: 5px solid #7CA3A6;
}
#tutorial-memorygame img {
	width: 70%;
	padding-top: 30px;
}


.quizy-memorygame .quizy-mg-item{
	position: absolute;
	cursor: pointer;
	text-align: center;
}

.quizy-memorygame .quizy-mg-item .quizy-mg-item-bottom, .quizy-memorygame .quizy-mg-item .quizy-mg-item-top{
  position:absolute;
  top:0;
  left:0;
  text-align:center;
}

.quizy-mg-item .quizy-mg-item-top{
	background-image: url(../imagenes/fondo-carta.png);
	border-radius: 10px;
	border: 5px solid #7CA3A6;
}

/* styles for the popup notifications */
.quizy-mg-notification-fly{
	width: 90px;
	height: 90px;
	position: absolute;
	z-index: 1000;
	display: none;
	
}

.quizy-mg-notification-fly-neg{
	background-image: url(../imagenes/error.png);
	background-color: transparent;
}

.quizy-mg-notification-fly-pos{
	background-image: url(../imagenes/correcto.png);
}

#quizy-game-summary #gs-replaybut{
  margin-right: 20px;
}

.quizy-game-clear{
  clear: both;
}
