﻿#magwindow{
    position:absolute;
    left:0;
    width:100%;
    height:100%;
    z-index:999;
}
#magContainer{
    width:100%;
    height:100%;
    text-align:center;
}


.ui-widget-overlay {
   background:black;
   opacity: .80;
   filter: Alpha(Opacity=80);
}

#magwindowold{
    background:rgba(0,0,0,0.6);
    position:absolute;
    left:0;
    width:100%;
    height:100%;
    z-index:999;
}

.magContent{
    display:table;
    width: 100%;
    text-align:center;

}

.magissue{
    cursor:pointer;
    display: block;
    width:120px;
    text-align:center;
    font-size: 10pt;
    padding:3px;
    height:200px;

   }



.mag:hover{
    animation: maganim 0.5s;
    box-shadow: 0px 0px 12px rgba(0,0,0,1);
    transform: scale(1.4) rotateZ(7deg);
}


@keyframes maganim {
  0% {
    transform: scale(1) rotateZ(0);
  }
  100% {
    transform: scale(1.4) rotateZ(7deg);

  }
}



#repMagIssues{
    display:inline-block;
}

#closeicon{   
    display:inline-block;
	position:relative;
	z-index:1000;
	width:50px;
	height:50px;
	top:50px;
    align-content:center;
    align-items:center;
    text-align:center;
	background-image:url(/plugins/turnjs4/pics/closeicon.png);
	cursor:pointer;

}

#closeicon:hover{
        background-image:url(/plugins/turnjs4/pics/closeicon-on.png);

}