.iv_gray{
	color:#958d9e !important;
	font-size:11px;
}
.iv_linkAltSide{
	letter-spacing:1px;
	font-size:13px;
}
.iv_relTop10{
	position:relative;
	top:10px;
}

.iv_fontAweFoot{
	height:30px;
	width:30px !important;
	color:#333232;
}

.iv_fontAweRightMenu{
	height:35px;
	width:35px !important;
}
.iv_bagdeLvl{
	
}
.iv_bagdeLvl span{
	position: absolute;
    top: 30px;
    right: 35px;
    font-size: 15px;
    width: 18px;
    text-align: center;
}
.iv_bagdeLvl img{
	width:40px;
}
.iv_hotThumb{
	width: 64px;
    text-align: center;
	display:inline-block;
}
.iv_hotThumb div{
	background: black;
    height: 40px;
    width: 40px;
    margin: 0 auto;
    border-radius: 50%;
}
.iv_mesinName{
	color: white;
    font-size: 10px;
}
.rotate {
  animation: rotation 1s infinite linear;
  -webkit-animation: rotation 1s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

@-webkit-keyframes rotation {
  from {
	-webkit-transform: rotate(0deg);
  }
  to {
	-webkit-transform: rotate(359deg);
  }
}

.action-group .action-button .iv_bgNewIconbox{
	border-radius:100%;
}
.iv_bgNewIconbox img{
	width:22px;
	position: relative;
	left: 1px;
}
.iv_addGameNull{
	border-radius: 100% !important;
	border-radius: 100%;
	color: #958d9e !important;
	border: 3px solid #958d9e;
}

/* toge's */
.panelbox-left .modal-dialog {
	margin: 0;
	position: fixed;
	left: 0;
	top: 0;
	overflow: scroll;
	height: 100%;
}
.panelbox-right .modal-dialog {
	margin: 0;
	position: fixed;
	right: 0;
	top: 0;
	overflow: scroll;
	height: 100%;
}

.iv_gameBody{
	width:29.6%;
	display:inline-block;
	margin:5px;
}
.iv_LinkAltPull{
	font-size:16px !important;
}
.iv_linkAltPullLink1{
	font-size:24px !important;
}
.iv_linkAltPullLink2{
	font-size:24px !important;
}
.ptr--text{
	margin-bottom:7px;
	font-weight:400;
}