.admin-panel{
    position: fixed;
    /*bottom: 0;*/
    left: 0;
    right: 0;
    z-index: 1000;
}


.virtualtyr{
	background-color: #fff;
	left: 0px;
	color: #68CD31!important;
	
	font-size: 14px;
	text-align: center;
	color: #fff;
	font-weight: 600;
	position: absolute;
	top: 50%;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 120px;
	height: 120px;
}
.virtualtyr .caption {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}

.virtualtyr::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 160px;
	height: 160px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.5);
}