@font-face {
    font-family: 'OP';
    src: url('OP.ttf');
}

body {
	background-color: rgba(0,0,0,1);
	text-align: center;
	font-family: OP;
	overflow: hidden;
}

.minimap {

}

.anchor {
	position: fixed;
	opacity: 0.8;
	z-index: 2;
	transition: margin-left 1s ease, margin-right 1s ease;
}

.panel {
	width: 100%;
	height: 100%;
	border-image: url(../img/gui/fantasy/border.png) 10 / 1 / 0 repeat;
}

.icon {
	width: 64px;
	height: 64px;
	padding: 8px;
}

.button {
	position: relative;
	left: 0;
	width: 160px;
	height: 64px;
	margin: 16px;
	font-size: 24px;
	font-weight: 600;
	color: #CFC993;
	background: rgba(0,0,0,0.8);
	border: solid 1px #CFC993;
}

.on {
	color: #CFC993;
	background: rgba(64,56,40,0.8);
	border: solid 2px #CFC993;
}

.appear {
	transition: margin-left 1s ease, margin-right 1s ease;
}

.hl170 {
	margin-left: -170px;
}

.hr200 {
	margin-right: -200px;
}

.hl200 {
	margin-left: 200px;
}

.box {
	position: relative;
	left: 0;
	width: 160px;
	height: 32px;
	margin: 8px 16px;
	font-size: 20px;
	font-weight: 600;
	color: #CFC993;
	background: rgba(0,0,0,0.8);
	border: solid 1px #CFC993;
}

.stats {
	position: relative;
	left: 0;
	width: 190px;
	height: 30px;
	margin: 10px 0 -5px 0;
	font-size: 24px;
	font-weight: 600;
	color: #CFC993;
}

.tutorial {
	width: 16vw;
	height: 10vh;
	text-align: center;
	font-weight: 600;
	color: #494025;
}

#minimap_canvas {
	z-index: -1;

	border: 1px solid black;
	margin: 0px;
	padding: 0px;
	border-image:
			url("../img/gui/fantasy/borders.png")  /* source */
			75 /                    /* slice */
			75px 75px 75px 75px /    /* width */
			25px 25px 25px 25px       /* outset */
			round;                  /* repeat */
}

#menu_map {
	opacity : 0.8;
}

.full {
	height:100%;
	width:100%;
}

.invert {
	-webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}

.none:hover {
	pointer-events:auto;
}
.none:active {
	pointer-events:none;
}

.pad4 {
	padding: 4px;
}

.main-color {
	background-color: rgba(0,0,0,0.8);
	font-family: OP;
	text-align:center;
	color: rgba(192,128,64,0.8);
	border: 2px solid rgba(192,128,64,0.8);
	border-radius: 4px;
}
.main-color > .click:hover {
	background-color: rgba(64,32,0,0.8);
}

.main-color-basic {
	background-color: rgba(0,0,0,0.8);
	font-family: OP;
	color: rgba(192,128,64,0.8);
}

.main-color {
	background-color: rgba(0,0,0,0.8);
	font-family: OP;
	text-align:center;
	color: rgba(192,128,64,0.8);
	border: 2px solid rgba(192,128,64,0.8);
	border-radius: 4px;
}
/*
.button {
	background-color: rgba(32,16,0,0.8);
	font-family: OP;
	text-align:center;
	color: rgba(255,160,64,0.8);
	border: 2px solid rgba(255,160,64,0.8);
	border-radius: 4px;
}
.button > .click:hover {
	background-color: rgba(64,32,0,0.8);
}*/

/* ========= NICE SCCROLLBAR ======== */

.ScrollStyle::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #444444;
}

.ScrollStyle::-webkit-scrollbar
{
	width: 12px;
	background-color: #444444;
}

.ScrollStyle::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #888888;
}

.ScrollShadow {
    overflow-x:hidden;
	/*disabled => change y*/
    overflow-y:hidden;
 }
.ScrollShadow::-webkit-scrollbar {
    width:12px;
}
.ScrollShadow::-webkit-scrollbar * {
    background:transparent; 
 }
.ScrollShadow::-webkit-scrollbar-thumb {
    background:rgba(255,255,255,0.2) !important;
}