@charset "utf-8";
/* CSS Document */
body{
	padding:0px;
	margin:0px;
	background-image:url(bg.png);
	background-color:#eceeef;
	font-family: "Sans-serif",Helvetica,Arial,sans-serif;
}
datalist{
	display:none;
}
.main{

	border-radius:5px;
	height:auto;
	padding: 10px 3px;
    margin-top: 20px;
	background:#FFF;
	margin-left:auto;
	margin-right:auto;
}
.icerik{

    margin-top: 20px;

}
.buton{
	text-decoration:none;
	display:block;
	padding:5px 5px;
	border:solid;
	border-radius:2px;
	width:80px;
	text-align:center;
	color:white;
	background-color: #0ad232;
	font-weight:bold;
	border-color: #025914;
}
.buton:hover{
	background-color:#0ac42f;
}
.buton:active{
	background-color:#0ac42f;
}
.text{
	background-color: #eceeef;
    border-color: #5f7fa1;
	border-width:2px;
	margin:2px 0px;
	padding:2px;
}

.menu{
	margin-top:20px;
	height:100px;
    width: 100vw;
    background-color: #26282b;
}
.menu ul{
    

	list-style: none;
	height:0;
	max-width:1000px;
	padding-left:0;
	text-align:center;

	
}
.menu ul li{
	display:inline-block;
	float: none;
	width:auto;
}
.menu ul li a{
	display: block;
    padding: 17px 15px 9px;
    border: none;
    border-width: 0px;
	height:24px;
    text-decoration: none;
    border-color: #26282b;
    background-color: #26282b;
    font-size: 12px;
    margin: 0px;
    text-align: left;
    font-weight: bold;
    color: #FFF;

}
.menu ul li a:hover{
	background-color:#2a3038;
}
.menu ul li a:active{
	background-color:#2a3038;
}
.liste{
	margin-left:auto; 
	margin-right:auto;
	border-color:#003;
	border-style:solid;
	font-size:12px;

}
.liste th,td{

	padding:3px;
}
.liste th{
	background-color:#5f7fa1;
	color:white;
	font-size: 10px;
}
.liste>tbody>tr:nth-child(odd)>td{
	background-color:#dcdcdc;
}
.liste>tbody>tr.ifadet:nth-child(3)>td{
	background-color:#dcdcdc;
}
.table-hr{
    margin: 1px 0px;
    border-color: white;
}
.ifade_ayrinti{
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-45vw;
	margin-top:-50vw;
	width:80vw;
	min-height:70vw;
	padding:5vw;
	background-color:#fff;
	border:solid 2px black;
}
.true{
	width:30px;
	height:30px;
	background-image:url(true-false.png);
	background-position:-2px 0px;
}
.false{
	width:30px;
	height:30px;
	background-image:url(true-false.png);
	background-position:-31px 0px;
}

.dcevap{
	cursor:pointer;
	display:block;
	font-size:14px;
	color: red;
}
.dfs{
	cursor:pointer;
	display:block;
	font-size:14px;
}
.form{
	float: none;
    display: inline-block;
}
.form2{
	float: none;
    display: inline-block;
}
.form2 td{
	vertical-align:top;
}
.quiz-table{
	margin-left:auto;
	margin-right:auto;
	border:solid #5f7fa1 2px;
	width:100%;
	padding:20px 3px;
}
h3{
	background-color: #34495e;
    color: white;
	padding:5px 0px;
	border-radius:5px;
}
@media (min-width: 991px) {
.main
{
	width: 800px;
	border-radius:5px;
	height:auto;
	padding: 10px 20px;
    margin-top: 20px;
	min-height: 500px;
}
.buton{
	text-decoration:none;
	display:block;
	padding:5px 5px;
	border:solid;
	border-radius:2px;
	width:80px;
	text-align:center;
	color:white;
	background-color: #0ad232;
	font-weight:bold;
	border-color: #025914;
}
.buton:hover{
	background-color:#0ac42f;
}
.buton:active{
	background-color:#0ac42f;
}

.menu{
	margin-top:20px;
	height:50px;
    width: 100vw;
    background-color: #26282b;
}
.menu ul{
    

	list-style: none;
	height:0;
	max-width:2000px;
	padding-left:0;
	text-align:center;

	
}
.menu ul li{
	display:inline-block;
	float: none;
	width:auto;
}
.menu ul li a{
	display: block;
    padding: 17px 15px 9px;
    border: none;
    border-width: 0px;
	height:24px;
    text-decoration: none;
    border-color: #26282b;
    background-color: #26282b;
    font-size: 12px;
    margin: 0px;
    text-align: left;
    font-weight: bold;
    color: #FFF;

}
.menu ul li a:hover{
	background-color:#2a3038;
}
.menu ul li a:active{
	background-color:#2a3038;
}
.liste{
	margin-left:auto; 
	margin-right:auto;
	border-color:#003;
	border-style:solid;
	font-size:14px;

}
.liste th,td{

	padding:5px;
}
.liste th{
	background-color:#5f7fa1;
	color:white;
	font-size: 14px;
}
.liste>tbody>tr.ifadet:nth-child(3n)>td{
	background-color:#dcdcdc;
}
.liste>tbody>tr:nth-child(odd)>td{
	background-color:#f9f9f9;
}

.table-hr{
    margin: 1px 0px;
    border-color: white;
}

.ifade_ayrinti{
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-200px;
	margin-top:-200px;
	width:400px;
	height:400px;
	background-color:#fff;
	border:solid 2px black;
	padding:20px;
}
.true{
	width:30px;
	height:30px;
	background-image:url(true-false.png);
	background-position:-2px 0px;
}
.false{
	width:30px;
	height:30px;
	background-image:url(true-false.png);
	background-position:-31px 0px;
}

.dcevap{
	cursor:pointer;
	display:block;
	font-size:14px;
	color: red;

	}
.form{
	float: none;
    display: inline-block;
}
.form2{
	float: none;
    display: inline-block;
	margin-left:50px;
}
.quiz-table{
	margin-left:auto;
	margin-right:auto;
	border:solid #5f7fa1 2px;
	width:400px;
	padding:20px;
}

}