.MoveLine {
background: url(//img.old-combats.com/i/move/wait2.gif) 0px 0px repeat-y;
height: 6px;
}

.aFilter {

}

.aFilter:hover {
-webkit-filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 1));
filter: url(#drop-shadow);
-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#FFD700')";
filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#FFD700')";

}

.btn_greys {
cursor: pointer;
background-color: #e5e5e5;
padding: 2px 7px 2px 7px;
font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
border: 1px #b0b0b0 solid;
color: #494949;
text-decoration: none;
outline: none;
}
.ttl_css {
    position: absolute;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #ffffcc;
    border: 1px solid #333333;
}
.user_a{z-index:102;position:fixed;top:0px;left:0px;}
canvas#pas{top: 0;left: 0;background-color: #000;}
	*,*::after,*::before {box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing:border-box;-moz-box-sizing: border-box;}
	.btn_greyss {
	  cursor: pointer;
	  background-color: #e5e5e5;
	  padding: 2px 7px 2px 7px;
	  font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	  border: 1px #cb0000 solid;
	  color: #494949;
	  text-decoration: none;
	  border-radius: 3px;
	  box-shadow: 0px 0px 17px 0px rgba(239, 7, 7, 1);
	  outline: none;
	}

	.btn_greyss_active {
	  cursor: pointer;
	  background-color: #e5e5e5;
	  padding: 2px 7px 2px 7px;
	  font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	  border: 1px rgba(5, 132, 18, 1) solid;
	  color: #494949;
	  text-decoration: none;
	  border-radius: 3px;
	  box-shadow: 0px 0px 17px 0px rgba(9, 249, 33, 1);
	  outline: none;
	}
	.clickbl{
		cursor:pointer;
		font-weight:bold;
		color:#003388;
	}
	.clickbl:hover{
		color:#0066FF;
	}
	#message_normal{

	}
	#message_normal p{
		text-indent:2rem;
	}
	#message_f{
		font-weight:bold;
		color:red;
		margin-top:3rem;
	}
	.message_from_user{
		display:inline-block;
		padding:0px 2px;
	}
	.message_to_user{
		display:inline-block;
		padding:0px 2px;
	}
	.message_data{
		display:inline-block;
		padding:0px 2px;
	}
	.message_time{
		display:inline-block;
		padding:0px 2px;
	}
	#inventari{
		width:560px;
		height:310px;
		display:none;
		left:17px;
		top:34px;
		position:absolute;
		background:#ccc;
		border:1px solid #fff;
		z-index:122;
		overflow: auto;
	}
	#boet_info{
		width:560px;
		height:346px;
		display:none;
		left:17px;
		top:34px;
		position:absolute;
		background:#ccc;
		border:1px solid #fff;
		z-index:121;
		font-family: Verdana, Times, Helvetica, Tahoma;font-size:10pt;margin:0px
	}
.lab_d{
	width:30px;
	height:30px;
	display:inline-block;
	margin:0px;
	background:url('/img/stena1.jpg') #fff;
	text-align:center;
}
.lab_d1{
	width:10px;
	height:10px;
	display:inline-block;
	margin:0px;
	background:#fff;
	text-align:center;
}
.lab_b1{
	background:#000;
	background-size:cover;
}
.lab_w1{
	background:#fff;
}
.lab_b{
	background:#000;
	background:url('/img/pol1.jpg?1') #000;
	background-size:cover;
}
.lab_w{
	background:#fff;
	background:url('/img/stena1.jpg') #fff;
	background-size:cover;
}
.lab_enter{
	background:url('/img/portal.png') #000;
	background-size:cover;
}
.lab_exit{
	background:url('/img/portal_exit.png') #000;
	background-size:cover;
}
.lab_me{
	
}
.lab_key{
	
}
.lab_d img{
	vertical-align: inherit;
	width:100%;
	height:100%;
}
.lab_d2 img{
	vertical-align: inherit;
	width:100%;
	height:100%;
}

.main_table{
	width:500px;
}
#img_ione{
	width:500px;
	height:240px;
	background-size:cover;
}
#window{
	display:none;
}
@media screen and (max-width: 900px) {
	.main_table{
		width:100%;
	}
	#img_ione{
		width:100%;
	}
	#inventari{
		width:90%;
		overflow:show;
	}
}

#map_3d{
	width:400px;
	height:300px;
	border:1px solid #000;
	position:relative;
	transform-style: preserve-3d;  
	perspective: 600px;
}
#map_3d div{
	position:absolute;
	background:url(/18/images/textura.png);
	width:400px;
	height:300px;
	
}
#per3{
	transform: rotateY(92deg) translateZ(200px) translateX(169px);
}