@font-face {
	font-family: Roboto;
	font-weight: normal;
	font-style: normal;
	src: url(/css/fonts/RobotoRegular.ttf);
}
@font-face {
	font-family: Roboto;
	font-weight: bold;
	font-style: normal;
	src: url(/css/fonts/RobotoBold.ttf);
}
@font-face {
	font-family: Roboto;
	font-weight: normal;
	font-style: italic;
	src: url(/css/fonts/RobotoItalic.ttf);
}
@font-face {
	font-family: Roboto;
	font-weight: bold;
	font-style: italic;
	src: url(/css/fonts/RobotoBoldItalic.ttf);
}

body {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

input[type=text], select, textarea {
	font: 11px Verdana !important;
	color: #382312 !important;
	background: #F3D493 !important;
	border: 1px solid #B87551 !important;
	border-radius: 0px;
}

input[type=submit] {
	font: 12px Roboto !important;
	color: #fff !important;
	border-radius: 0px;
	border: 1px solid #382312 !important;
	background: #3f2a19 !important;
	padding: 3px 12px !important;
	cursor: pointer;
}

input[type=button] {
	font: 12px Roboto !important;
	color: #fff !important;
	border-radius: 0px;
	border: 1px solid #382312 !important;
	background: #3f2a19 !important;
	padding: 5px 11px !important;
	cursor: pointer;
}

#show_msg_map {
	background: #F3D493;
	font: 13px Roboto;
	color: #382312;
	width: 170px;
	padding: 10px 15px;
	position: fixed;
	z-index: 4;
	left: 10px;
	top: 50px;
	opacity: 0.9;
	display: none;
	border-radius: 2px;
}

#show_title_map {
	background: #F3D493;
	font: 13px Roboto;
	color: #382312;
	width: 170px;
	padding: 10px 15px;
	position: fixed;
	z-index: 4;
	left: 10px;
	top: 50px;
	opacity: 0.9;
	display: none;
	border: 4px solid #deb35a;
}

#show_prop {
 	font: 11px Roboto;
	padding: 2px 10px 3px;
	border: 1px solid #c8c8c8 !important;
	border-radius: 1px;
	position: absolute;
	display: none;
	background: rgba(255,255,255,0.9);
	color: #000000;
	z-index: 10;
	white-space: nowrap;
	user-select: none;
}

/*TOP MENU*/
.top_menu {
	background: #553a23;
	border-bottom: 4px solid #2a1a0c;
	text-align: center;
	z-index: 10;
	position: fixed;
	width: 100%;
}

.top_menu > input[type=submit] {
	font: 12px Roboto !important;
	color: #fff;
	border-radius: 0px;
	border: 1px solid #2a1a0c !important;
	border-width: 0 0 0 1px !important;
	background: #3f2a19;
	padding: 10px 15px !important;
	cursor: pointer;
	text-decoration: none;
}

.top_menu > input[value="Миникарта"] {
	border-width: 0 1px 0 1px !important;
}

.top_menu > input[type=submit]:hover {
	text-decoration: underline;
}

.top_menu > input[type=text], select, textarea {
	font: 12px Roboto !important;
	text-align: center !important;
}

.top_menu > select, input[type=text] {
	border-width: 0 1px 0 0 !important;
}

.top_menu .res_search::placeholder {
	text-align: center;
	color: #382312;
}

.ui-autocomplete {
  font: 12px Roboto !important;
  background: #F3D493 !important;
}

.ui-autocomplete .ui-state-focus{
	background: #d7b775 !important;
	border: 1px solid #d7b775;
}
/*TOP MENU*/


/*WORK MENU*/
.work_menu {
	font: 13px Roboto;
	position: fixed;
	z-index: 3;
	background: #553a23;
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,.5);
	border: 1px solid #382312;
	border-radius: 2px;
	left: 50%;
	top: 45px;
	color: #fff;
	display: none;
}

.work_menu table {
	border: 0px;
	border-spacing: 1px;
	padding: 0px;
}

.work_menu table td {
	font: 11px Verdana;
	color: #fff;
	padding: 2px;
}

.work_menu table th {
	font: 12px Verdana;
	text-decoration: underline;
	color: #fff;
	padding: 2px;
}

.work_menu input[type=text], .work_menu select, work_menu textarea {
	width: 150px;
}

/*WORK MENU*/


/*MINIMAP*/
.map_mini {
	background: url(/img/map/map_small_size.jpg) 0px 0px no-repeat; 
	width: 1024px; 
	height: 456px; 
	padding: 1px 0px; 
	border: 1px solid #382312;
	border-radius: 2px;
}

.map_lnk {
	border-spacing: 3px !important;
	position: absolute;
	top: 1px;
	left: 3px;
}

.map_lnk td {
	border: 1px dotted #ecbd00;
	cursor: pointer;
	width: 223px;
	height: 305px;
	text-align: center;
	font: 22px Verdana !important;
	color: #d3d3d3 !important;
	text-shadow: #262626 0px 0px 20px, #262626 0px 0px 20px !important;
}

/*MINIMAP*/


/*MAP*/
.map {
	background: #000; /*#bdbdbd*/
	padding: 0;
	border-spacing: 1px;
	border: 2px solid #c69f00;
	border-radius: 2px;
	user-select: none;
	cursor: pointer;
}

.map td {
	padding: 0px;
}

.map td .village { background: rgba(255,255,255, 0.3); }
.map td .resource { background: rgba(255,255,255, 0.3); }
.map td .object {  }
.map td .my { background: 0px 0px url(/img/map/cell_access.png) no-repeat; }

.map td .info {
	width: 55px;
	height: 55px;
	position: absolute;
	z-index: 2;
}

.map td .num {
	font: bold 9px Roboto;
	color: #bdbdbd;
	text-shadow: #000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px;
	text-align: center;
	width: 55px;
	position: absolute;
	z-index: 1;
}

.map td .res {
	position: absolute;
	z-index: 0;
	display: none;
	top: 38px;
	left: 19px;
	width: 16px;
}
.map td .fish {
	height: 11px;
	background: url(/img/map/res_added.png) 0px 0px no-repeat;
}
.map td .alchem {
	height: 14px;
	background: url(/img/map/res_added.png) 0px -16px no-repeat;
}
.map td .cook {
	height: 16px;
	background: url(/img/map/res_added.png) 0px -32px no-repeat;
}
.map td .mining {
	height: 11px;
	background: url(/img/map/res_added.png) 0px -48px no-repeat;
}
.map td .feller {
	height: 14px;
	background: url(/img/map/res_added.png) 0px -64px no-repeat;
}

.map td .step {
	height: 55px;
	width: 55px;
	background: #000;
	position: absolute;
	z-index: 0;
	opacity: 0.4;
}

.map td .bot {
	height: 14px;
	width: 8px;
	background: url(/img/map/bot_added.png) no-repeat;
	position: absolute;
	z-index: 0;
	display: none;
	top: 20px;
	left: 24px;
	visibility: hidden; /*******************/
}

.map td .bot_group {
	font: bold 9px Roboto;
	/*color: #bdbdbd;*/
	color: #b60800;
	text-shadow: #000 0px 0px 2px, #000 0px 0px 2px;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 20px;
	z-index: 1;
	visibility: visible; /*******************/
}

.map td .pic {
	width: 55px;
	height: 55px;
}
/*MAP*/