*{
	box-sizing:border-box;
}
body{
	background-color:#c0c0c0;
	margin:0;
	user-select: none;
	-webkit-user-select: none; /* Safari */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#cerceve{
    display: flex;
    justify-content: center;
    height: 100vh;
}
#ust{
	position:relative;
	background-color:#c0c0c0;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	border-left: 3px solid #808080;
	border-top: 3px solid #808080;
	width:100%;
	padding:5px;
	text-align:center;
}
#tarla{
	background-color:#c0c0c0;
	margin-top:8px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	border-left: 3px solid #808080;
	border-top: 3px solid #808080;
	width:100%;
}
.tarla-kutu{
	float:left;
	background-color:#c0c0c0;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	overflow:hidden;
	font-family:arial;
	font-size:22px;
	font-weight:bold;
}
.border{
	border-right: 4px solid #808080;
	border-bottom: 4px solid #808080;
	border-left: 4px solid #fff;
	border-top: 4px solid #fff;
}
.rakam-0{
	border: 1px solid #818181;
	color:#000;
}
.rakam-1{
	border: 1px solid #818181;
	color:blue;
}
.rakam-2{
	border: 1px solid #818181;
	color:green;
}
.rakam-3{
	border: 1px solid #818181;
	color:red;
}
.rakam-4{
	border: 1px solid #818181;
	color:black;
}
.rakam-5{
	border: 1px solid #818181;
	color:brown;
}
.rakam-6{
	border: 1px solid #818181;
	color:purple;
}
.rakam-7{
	border: 1px solid #818181;
	color:black;
}
.rakam-8{
	border: 1px solid #818181;
	color:black;
}
.tarla-line{
	overflow:hidden;
}
.bayrak{
	background: url(../img/bayrak.png) no-repeat;
	background-size:100% 100%;
	background-color:#c0c0c0;
}
.mayin{
	background: url(../img/mayin.png) no-repeat;
	background-size:100% 100%;
	background-color:#c0c0c0;
	border: 1px solid #818181;
}
#text-mayin{
	position:absolute;
	border: 1px solid #818181;
	background-color:#000;
	top:5px;
	left:5px;
	width:70px;
	font-family: 'Sarpanch';
	font-size: 28px;
	color:red;
}
#text-sure{
	position:absolute;
	border: 1px solid #818181;
	background-color:#000;
	top:5px;
	right:5px;
	width:70px;
	font-family: 'Sarpanch';
	font-size: 28px;
	color:red;
}
#icon{
	margin: 0px auto 0px auto;
	background-color:#c0c0c0;
	border-right: 2px solid #808080;
	border-bottom: 2px solid #808080;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	width:40px;
	height:40px;
	cursor:pointer;
}
.new{
	background: url(../img/icon-smile.png) no-repeat;
	background-size:100% 100%;
}
.die{
	background: url(../img/icon-die.png) no-repeat;
	background-size:100% 100%;	
}
.win{
	background: url(../img/icon-glass.png) no-repeat;
	background-size:100% 100%;	
}
#flag{
	position:absolute;
	top:7px;
	right:80px;
	background-color:#c0c0c0;
	width:37px;
	height:37px;
	cursor:pointer;
}
#score{
	position:absolute;
	top:7px;
	left:80px;
	background-color:#c0c0c0;
	width:37px;
	height:37px;
	cursor:pointer;
	text-align:center;
	border: 1px solid #999;
	color: #999;
	font-size:25px;
	font-weight:bold;
	padding-top:4px;
}
.active{
	background: url(../img/bayrak.png) 7px no-repeat;
	background-size:60% 60%;
	border: 1px solid #955;
	opacity : 1;
}
.passive{
	background: url(../img/mayin.png) 7px no-repeat;
	background-size:60% 60%;
	border: 1px solid #999;
	opacity : 0.4;
}
#oyun-alan{
	position:relative;
	margin: auto;
	border-right: 2px solid #808080;
	border-bottom: 2px solid #808080;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	padding:8px;
}
#start{
	z-index:99;
	position:absolute;
	left:0px;
	top:0px;
	margin:0px;
	right:0px;
	width: 100%;
	height: 100%;
	background-color:#333;
	text-align:center;
	font-size:22px;
	font-weight:bold;
	color:#fff;
    display: flex;
    justify-content: center;
    height: 100vh;
}
#intro{
	margin:auto;
}
#mesaj{
	display:none;
	z-index:99;
	position:absolute;
	left:11px;
	top:75px;
	right:11px;
	bottom:11px;
	background: rgba(48, 48, 48, 0.8);
	font-family: "verdana";
	font-weight: bold;
}
#mesaj-text{
	position: absolute;
	background-color:#c0c0c0;
	text-align:center;
	top: 50%;
	left: 50%;
	height:140px;
	width:220px;
	margin: -65px 0 0 -110px;
	padding:10px;
	border-right: 2px solid #808080;
	border-bottom: 2px solid #808080;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
}
#menu{
	z-index:99;
	position:absolute;
	left:11px;
	top:75px;
	right:11px;
	bottom:11px;
	background: rgba(48, 48, 48, 0.8);
	font-family: "verdana";
	font-weight: bold;
}
#buttons{
	position: absolute;
	background-color:#c0c0c0;
	top: 50%;
	left: 50%;
	height:140px;
	width:220px;
	margin: -65px 0 0 -110px;
	padding:10px;
	border-right: 2px solid #808080;
	border-bottom: 2px solid #808080;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
}
.menu-buton{
	background-color:#c0c0c0;
	text-align:center;
	margin-top:5px;
	width:100%;
	padding:5px;
	border-right: 2px solid #808080;
	border-bottom: 2px solid #808080;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	cursor:pointer;
	color:#333;
}