@font-face {
	font-family: Exo2;
	src: url('res/other/Exo2-Variable.ttf')  format('truetype');
}
a {
    display: inline-block;
	color: #fff;
	font-weight: 600;
    text-decoration: none;
}
a:not(.noanimate):hover::after {
    width: 100%;
}

*:focus {
    outline: none!important;
}
a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: rgb(255,191,46);
	transition: width .3s;
	margin: 0 auto;
}
body {
	margin:0 auto;
	/*font-family: "Montserrat Alternates", serif;*/
	font-family: 'Exo2';
	background-color:rgb(152,152,152);
	background: rgb(152,152,152);
	background: linear-gradient(90deg, rgba(152,152,152,1) 0%, rgba(235,235,235,1) 35%, rgba(235,235,235,1) 65%, rgba(152,152,152,1) 100%);
}
.pagewidth {
	width:1300px;
	margin:0 auto;
	text-align:center;
	font-size:0;
}
.left_div, .right_div {
	padding:5px;margin:0 auto;width:250px;height:642px;display:inline-block;vertical-align:top;
}
.right_subdiv, .left_subdiv {
	border-radius: 5px;
	position:relative;
	width:238px; 
	border:1px solid rgba(0,0,0,0.1);
	padding:5px;
	margin-bottom:5px;
	background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(200, 200, 200, 0.5) 10px, rgba(200, 200, 200, 0.5) 20px);
}
.center_div {
	padding:5px;margin:0 auto;width:770px;height:642px;display:inline-block;vertical-align:top;
}
.center_subdiv {
	border-radius: 5px;
	position:relative;
	width:768px; 
	height:640px;
	border:1px solid gray;
}



.subdiv {
	font-size:16px;
	width:calc(100% - 20px);
	border-radius:5px;
	background:white;
	padding:10px;
	vertical-align:top;
	display:inline-block;
}
.subdiv_title {
	height:30px;
	line-height:30px;
	font-weight:600;
	width:calc(100% - 20px);
	padding:5px 10px;
	display:inline-block;
	font-size:16px;
}

.menu_btn {
  color: rgb(25,25,25);
  text-decoration: none;
  font-size: 20px;
  font-weight:bold;
  border: none;
  background: none;
  display:inline-block;
  cursor:pointer;
  padding:5px 15px;
}
.menu_btn::before {
  margin-left: auto;
}
.menu_btn::after, .menu_btn::before {
	margin-left: 50%;
	content: '';
	width: 0%;
	height: 2px;
	background: rgb(255,191,46);
	display: block;
	transition: 0.2s;
}

.menu_btn:hover::after, .menu_btn:hover::before {
	margin-left: 0;
	width: 100%;
}

.map_div {
	width:480px; /*calc(30 * 16px);*/
	height:480px; /*calc(30 * 16px);*/
	font-size:0;
	box-shadow: 0px 0px 0px #000000;
	border-radius:5px;
	overflow:hidden;
	position:relative;
}
.map_div_top {
	width:480px; /*calc(30 * 16px);*/
	height:480px; /*calc(30 * 16px);*/
	font-size:0;
	border-radius:5px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	z-index:3;
}
.trainer_div {
	width:16px;
	height:16px;
	position:absolute;
	left:calc(16px * 13);
	top:calc(16px * 15);
	background-position: center bottom;
	overflow:visible;
	z-index:2;
}
.trainer_div > img {
	margin-top: -4px;
}
.mapsegment {
	width:16px;
	height:16px;
	line-height:14px;
	font-size:10px;
	display:inline-block;
	margin: 0;
	vertical-align:top;
	overflow:hidden;
	text-align:center;
	cursor:crosshair;
}
.mapsegment:hover {
	box-shadow: 0px 0px 5px #000000;
}
.adminbtn {
	width:120px;
	height:30px;
	line-height:30px;
	background:#d9d9d9;
	border-radius:5px;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
	margin:0 auto 15px auto;
	
}
.adminbtn:hover {
	background:#f2f2f2;
}