@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	/*Aşağıdaki 3 satırı kullanma yoksa sayfa yazdırırken çoklu sayfa yerine screenshot olarak yazdırıyor.*/
	/*max-width: 100%;*/
	/*height: 100%;*/
  /*overflow-x: hidden;*/
}

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.menu {
	
}
.menu tr td {
/*	font-size: 12px;
	padding: 5px;
	display: block;
	text-decoration: none;*/
}
.menu tr td a {
	font-size: 12px;
	padding: 5px;
	display: block;
	text-decoration: none;
}
.menu .d1 a {
	background-color: #1e282c;
	border-color: #1e282c;
	color: #a9c7b0;
	text-indent: 10px;
}
.menu .d2 a {
	background-color: #2c3b41;
	border-color: #2c3b41;
	color: #72a4af;
	text-indent: 30px;
}
.menu a:hover::before {	
	content: '> ';
}

#header {
	padding: 5px;
	background-color: #3c8dbc;
	text-align: center;
	color:#fff;
	font-size: 20px;
	font-weight: bold;	
}
#footer {
	border:1px solid #333;
	color:#999;
	background-color:#333;	
	font-weight:bold;
	text-align: center;
	font-size:small;
	bottom:0px;
	position:fixed;
	width: 100%;
	height: 30px;
	line-height: 30px;
}
#main {
/* 	width: 100%;
	position: fixed;
	top:60px; */
	bottom:40px;
	padding-top:3px;
}
#sol {
	float:left;
	background-color: #222d32;
	position: fixed;
	top:60px;
	bottom:40px;
	width: 210px;
}
#sag {
	background-color: #ecf0f5;
	position: fixed;
	top:60px;
	bottom:40px;
	left:210px;
	right: 0px;
	padding: 20px;
	overflow-x: hidden;
	overflow-y: scroll;
}
.foto {
	text-align: center;
}
.adsoyad {
	color:#fff;
	text-align: center;
}
.foto img {
	padding: 10px;
	margin: 20px;
	background-color: aliceblue;
	border-radius: 10px;
}

.tr-ust {
	border-bottom: 1px solid #299EE1;
}

.bordered {
	border: solid #ccc 1px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 1px #ccc;
	-moz-box-shadow: 0 1px 1px #ccc;
	box-shadow: 0 1px 1px #ccc;
	border-collapse:collapse;
	border-spacing: 0;
}
.bordered tr:hover {
	background: #fbf8e9;
	-o-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.bordered td, .bordered th {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 5px;
}
.bordered th {
	background-color: #dce9f9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
	background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
	background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	-moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	border-top: none;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.bordered td:first-child, .bordered th:first-child {
	border-left: none;
}
.bordered th:first-child {
	-moz-border-radius: 6px 0 0 0;
	-webkit-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;
}
.bordered th:last-child {
	-moz-border-radius: 0 6px 0 0;
	-webkit-border-radius: 0 6px 0 0;
	border-radius: 0 6px 0 0;
}
.bordered th:only-child {
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.bordered tr:last-child td:first-child {
	-moz-border-radius: 0 0 0 6px;
	-webkit-border-radius: 0 0 0 6px;
	border-radius: 0 0 0 6px;
}
.bordered tr:last-child td:last-child {
	-moz-border-radius: 0 0 6px 0;
	-webkit-border-radius: 0 0 6px 0;
	border-radius: 0 0 6px 0;
}

.kazanim-tablo {
	border-collapse:collapse;
}
.kazanim-tablo tr td {
	border:1px solid #000;
}
.kazanim-tablo tr.d1 td {
	text-align: center;
	background-color: #0e4472;
	height: 30px;
	color: #fff;
}
.kazanim-tablo tr.d2 td {
	text-align: left;
	background-color: #1C5484;
	height: 24px;
	color: #fff;
}
.kazanim-tablo tr.d3 td {
	background-color: #8CCAFF;
	height: 20px;
	color: #333;
}
.kazanim-tablo tr.d4 td {
	background-color: #DAEDFF;
	height: 20px;
	color: #333;
}
.kazanim-tablo tr.d5 td {
	background-color: #F4FAFF;
	height: 20px;
	color: #333;
}
img.tri {
	padding:0 5px;
}
.tekcizgi {
	border-collapse: collapse;
}
.tekcizgi tr td {
	border: 1px solid #000;
}

form {
	padding:0;
	margin:0;
}

a {
	text-decoration:none;
}

.kirmizi {
	color:#FF0000;
}

ul, li {padding: 0; margin: 0; list-style: none}

/*Farklı yetkili form ögeleri*/
input[type=text].mf, input[type=password].mf, input[type=number].mf {
	border:1px solid #E6EB2C;
	background-color: #FFFF99;
	padding: 5px;
	width: 100%;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
}
input[type=button].mf, input[type=submit].mf, input[type=reset].mf {
	border:1px solid #333;
	background-color: #ccc;font-weight: bold;
	padding: 8px 16px;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
	cursor: pointer;
}
select.mf {
	border:1px solid #E6EB2C;
	background-color: #FFFF99;
	padding: 5px;
	width: 100%;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
}
textarea.mf {
	border:1px solid #E6EB2C;
	background-color: #FFFF99;
	padding: 5px;
	width: 100%;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
}
.aktifbtn {
	-webkit-box-shadow: 0px 0px 10px 5px rgba(255,234,0,0.75);
	-moz-box-shadow: 0px 0px 10px 5px rgba(255,234,0,0.75);
	box-shadow: 0px 0px 10px 5px rgba(255,234,0,0.75);
}