/*
 CSS for Memogry game plugin
 Author: Yane Frenski
*/

/* the stle for the wrapper element */
.quizy-memorygame{
  position:relative;
  width:100%;
}

/* styles of the card to show */
.quizy-memorygame .mgcard-show{
  width:82px;
  height:82px;
}

.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:url('img/quizy-mg-item-top.png');
}

.background_score{
  background:url('img/background_score.png');
  background-repeat:no-repeat;
  width: 250px;
  height: 571px;
  position: absolute;
  right: 5px;
  top: -125px;
  padding-top: 200px;
}

.timer_score_container{
  float: left;
  width: 250px;
  height: 130px;
}

.pair_score_container{
  float: left;
  width: 250px;
  height: 130px;
}

.timer_score{
  width: 212px;
  height: 60px;
  position: absolute;
  border: #D7D7D7;
  border-width: 5px;
  border-style: solid;
  border-radius: 5px;
  background-color: white;
  margin-left: 17px;
}

.timer_score_txt {
  color: #661e97;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-top: 15px;
}

.timer_score_label {
  color: #212121;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
  text-shadow: 2px 0 0 #c4e8d0, -2px 0 0 #c4e8d0, 0 2px 0 #c4e8d0, 0 -2px 0 #c4e8d0, 1px 1px #c4e8d0, -1px -1px 0 #c4e8d0, 1px -1px 0 #c4e8d0, -1px 1px 0 #c4e8d0;
}

.pair_score{
  width: 212px;
  height: 60px;
  position: absolute;
  border: #D7D7D7;
  border-width: 5px;
  border-style: solid;
  border-radius: 5px;
  background-color: white;
  margin-left: 17px;
}

.pair_score_txt {
  color: #661e97;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-top: 15px;
}

.pair_score_label {
  color: #212121;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
  text-shadow: 2px 0 0 #c4e8d0, -2px 0 0 #c4e8d0, 0 2px 0 #c4e8d0, 0 -2px 0 #c4e8d0, 1px 1px #c4e8d0, -1px -1px 0 #c4e8d0, 1px -1px 0 #c4e8d0, -1px 1px 0 #c4e8d0;
}

.title{
  background:url('img/title.png');
  background-repeat:no-repeat;
  width: 157px;
  height: 25px;
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.btn_facebook{
  background:url('img/btn_facebook.png');
  background-repeat:no-repeat;
  width: 213px;
  height: 39px;
  margin-top: 130px;
  margin-left: 22px;
  cursor: pointer;
}

.btn_facebook:hover{
  font-weight: bold;
}

/* styles for the popup notifications */
.quizy-mg-notification-fly{
  width:90px;
  height:90px;
  position:absolute;
  z-index:1000;
  display:none;
  -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
  box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
}

.quizy-mg-notification-fly-neg{
  background:url('img/quizy-mg-notif-neg.png');
}

.quizy-mg-notification-fly-pos{
  background:url('img/quizy-mg-notif-pos.png');
}

/* styles for the game summary */
#quizy-game-summary {
  width:350px;
  height:200px;
  position:absolute;
  z-index:1001;
  background: #515b69;
  box-shadow: rgba(0,0,0,0.7) 0 0 4px, inset 0 0 20px rgba(0, 0, 0, 0.4);;
  border:1px solid #000;
  display:none;
  text-align: center;
}

#quizy-game-summary div.gs-column{
  width:90px;
  float:left;
  padding:10px 0 10px 20px;
  color:#fff;
  text-shadow: 1px 1px 1px rgba(0,0,0, 0.5);
  text-align:center;
}

#quizy-game-summary #gs-column1{
  font-size:16px;
  padding-top:30px;
}

#quizy-game-summary #gs-column2{
  font-size:12px;
  padding-top: 65px;
  background:url('img/mg-timeicon.png') no-repeat 70% 25%;
}

#quizy-game-summary #gs-column3{
  font-size:12px;
  padding-top: 65px;
  background:url('img/mg-clickicon.png') no-repeat 70% 25%;
}


#quizy-game-summary #gs-closebut,
#quizy-game-summary #gs-replaybut{
  display: inline-block;
  margin-top: 10px;
  width: 100px;
  padding: 10px;
  text-align: center;
  background: #D7EEF0;
  cursor: pointer;
}

#quizy-game-summary #gs-closebut:hover, 
#quizy-game-summary #gs-replaybut:hover{
  background: #fff;
}

#quizy-game-summary #gs-replaybut{
  margin-right: 20px;
}

.quizy-game-clear{
  clear: both;
}

