.padding_3px { padding:3px; }
.padding_4px { padding:4px; }
.padding_5px { padding:5px; }

.sol_0px { padding-left:0px; }
.sol_5px { padding-left:5px; }

.sag_0px { padding-right:0px; }
.sag_5px { padding-right:5px; }

.solsag_0px { padding-left:0px; padding-right:0px; }
.solsag_5px { padding-left:5px; padding-right:5px; }

.topbottom_3px { padding-top:3px; padding-bottom:3px; }

.idik { vertical-align:0 !important; }

#simgeurl {
	color: #000;
	margin: 0 10px;
}
#simgeurl:hover {
	color: #ff0000;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
	-o-transition:all ease 0.5s;
}

.simgearka_ok {
	background-color: #00ff0077;
    padding: 4px 4px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
}
.simgearka_x {
	background-color: #ff000033;
    padding: 4px 6px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
}
.simgearka_sari {
	background-color: #ffff0077;
    padding: 4px 4px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
}

.formbaslik {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.formbuton {
    padding: 10px 10px;
    color: #fff;
    width: 100px;
    background: #000;
    border: 0;
    font-size: 12px;
	font-family: "Open Sans", Arial, sans-serif;
    text-decoration: none !important;
    font-weight: bold;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

.formbuton:hover {
	background:#009473;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
	-o-transition:all ease 0.5s;
}

.formbuton-sil {
    padding: 10px 10px;
    color: #fff;
    width: 100px;
    background: #000;
    border: 0;
    font-size: 12px;
	font-family: "Open Sans", Arial, sans-serif;
    text-decoration: none !important;
    font-weight: bold;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

.formbuton-sil:hover {
	background:#f00;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
	-o-transition:all ease 0.5s;
}

.formbuton-red {
    padding: 10px 10px;
    color: #fff;
    width: 100px;
    background: #000;
    border: 0;
    font-size: 12px;
	font-family: "Open Sans", Arial, sans-serif;
    text-decoration: none !important;
    font-weight: bold;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

.formbuton-red:hover {
	background:#f00;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
	-o-transition:all ease 0.5s;
}

.admin_input { 
	margin-bottom:12px;
	height:40px;
	font-size:14px;
	width:100%;
	border:solid 1px #dfdfdf;
	padding-left:10px;
}

.admin_input_ayarlar { 
	margin-bottom:8px;
	height:36px;
	font-size:13px;
	width:100%;
	border:solid 1px #dfdfdf;
	padding-left:5px;
}

.admin_input_k { 
	margin-bottom:20px;
	height:40px;
	font-size:14px;
	width:100%;
	border:solid 1px #dfdfdf;
	padding-left:10px;
}

.admin_textarea { 
	margin-bottom:12px;
	height:40px;
	width:100%;
	padding:10px;
	font-size:11px;
	font-weight:bold;
	font-family: "Open Sans", Arial, sans-serif;
	border:solid 1px #dfdfdf;
}

#formayarlar_site {
	position: fixed;
    background-color: #fff;
    width: 400px;
    left: 50%;
    top: 50%;
    margin-top: -375px;
    margin-left: -200px;
}
#formayarlar_arkaplan {
	position: fixed;
    background-color: #fff;
    width: 300px;
    left: 50%;
    top: 50%;
    margin-top: -290px;
    margin-left: -150px;
}
#formayarlar_ses {
	position: fixed;
    background-color: #fff;
    width: 300px;
    left: 50%;
    top: 50%;
    margin-top: -245px;
    margin-left: -150px;
}
#formayarlar_mail {
	position: fixed;
    background-color: #fff;
    width: 400px;
    left: 50%;
    top: 50%;
    margin-top: -340px;
    margin-left: -200px;
}
#formkullanicilar {
	position: fixed;
    background-color: #fff;
    width: 500px;
    left: 50%;
    top: 50%;
    margin-top: -300px;
    margin-left: -250px;
}
#formekipkullanicilar {
	position: fixed;
    background-color: #fff;
    width: 400px;
    left: 50%;
    top: 50%;
    margin-top: -300px;
    margin-left: -200px;
}
#formekipler {
	position: fixed;
    background-color: #fff;
    width: 1200px;
    left: 50%;
    top: 50%;
    margin-top: -400px;
    margin-left: -600px;
}
#uyeprofil {
	position: fixed;
    background-color: #fff;
    width: 280px;
    left: 50%;
    top: 50%;
    margin-top: -240px;
    margin-left: -140px;
}

#formgaleri {
	position: fixed;
    background-color: #fff;
    width: 600px;
    left: 50%;
    top: 50%;
    margin-top: -315px;
    margin-left: -300px;
}

#formsiir {
	position: fixed;
    background-color: #fff;
    width: 800px;
    left: 50%;
    top: 50%;
    margin-top: -280px;
    margin-left: -400px;
}

#formkitap {
	position:fixed;
	background-color:#fff;
	width:800px;
	left:50%;
	top:50%;
	margin-top:-290px;
	margin-left:-400px;
}

#formblog {
	position:fixed;
	background-color:#fff;
	width:1200px;
	left:50%;
	top:50%;
	margin-top:-345px;
	margin-left:-600px;
}

#ip_sorgu {
	position: fixed;
    background-color: #fff;
    width: 450px;
    left: 50%;
    top: 50%;
    margin-top: -310px;
    margin-left: -225px;
}

#formuygulamalar_iptakip_sorgu {
	position: fixed;
    background-color: #fff;
    width: 450px;
    left: 50%;
    top: 50%;
    margin-top: -370px;
    margin-left: -225px;
}

#formuygulamalar_takiplinki {
	position: fixed;
    background-color: #fff;
    width: 320px;
    left: 50%;
    top: 50%;
    margin-top: -180px;
    margin-left: -160px;
}

#formkutuphane {
	position:fixed;
	background-color:#fff;
	width:800px;
	left:50%;
	top:50%;
	margin-top:-210px;
	margin-left:-400px;
}
#formkutuphane_ekle {
    position: fixed;
    background-color: #fff;
    width: 500px;
    left: 50%;
    top: 50%;
    margin-top: -242px;
    margin-left: -250px;
}
#formkaralamalar {
	position:fixed;
	background-color:#fff;
	width:900px;
	left:50%;
	top:50%;
	margin-top:-280px;
	margin-left:-450px;
}

/* MOBİL */
@media screen and (max-width: 768px) {
	body {
		background: #fff no-repeat center center fixed !important;
		background-color: #fff !important;
	}
	#formayarlar_site {
		position: static;
		background-color: #fff;
		width: 100%;
		/*height: 100%;*/
		left: 0%;
		top: 0%;
		margin: 0px;
		padding: 30px 5px 0px;
	}
	#formayarlar_arkaplan {
		position: static;
		background-color: #fff;
		width: 100%;
		/*height: 100%;*/
		left: 0%;
		top: 0%;
		margin: 0px;
		padding: 30px 5px 0px;
	}
	#formayarlar_ses {
		position: static;
		background-color: #fff;
		width: 100%;
		/*height: 100%;*/
		left: 0%;
		top: 0%;
		margin: 0px;
		padding: 30px 5px 0px;
	}
	#formayarlar_mail {
		position: static;
		background-color: #fff;
		width: 100%;
		/*height: 100%;*/
		left: 0%;
		top: 0%;
		margin: 0px;
		padding: 30px 5px 0px;
	}
	#formkullanicilar {
		position: static;
		background-color: #fff;
		width: 100%;
		/*height: 100%;*/
		left: 0%;
		top: 0%;
		margin: 0px;
		padding: 30px 5px 0px;
	}
	#formekipkullanicilar {
		position: static;
		background-color: #fff;
		width: 100%;
		/*height: 100%;*/
		left: 0%;
		top: 0%;
		margin: 0px;
		padding: 30px 5px 0px;
	}
	#formekipler {
		position: static;
		background-color: #fff;
		width: 100%;
		/*height: 100%;*/
		left: 0%;
		top: 0%;
		margin: 0px;
		padding: 30px 5px 0px;
	}
	#formgaleri {
		position: static;
		background-color: #fff;
		width: 100%;
		/*height: 100%;*/
		left: 0%;
		top: 0%;
		margin: 0px;
		padding: 30px 5px 0px;
	}
	#formsiir {
		position: static;
		background-color: #fff;
		width: 100%;
		/*height: 100%;*/
		left: 0%;
		top: 0%;
		margin: 0px;
		padding: 30px 5px 0px;
	}
	#formkitap {
		position: static;
		background-color: #fff;
		width: 100%;
		/*height: 100%;*/
		left: 0%;
		top: 0%;
		margin: 0px;
		padding: 30px 5px 0px;
	}
	#formblog {
		position: static;
		background-color: #fff;
		width: 100%;
		/*height: 100%;*/
		left: 0%;
		top: 0%;
		margin: 0px;
		padding: 30px 5px 0px;
	}
	#ip_sorgu {
		position: static;
		background-color: #fff;
		width: 100%;
		/*height: 100%;*/
		left: 0%;
		top: 0%;
		margin: 0px;
		padding: 30px 5px 0px;
	}
	
	#formuygulamalar_iptakip_sorgu {
		position: static;
		background-color: #fff;
		width: 100%;
		/*height: 100%;*/
		left: 0%;
		top: 0%;
		margin: 0px;
		padding: 30px 5px 0px;
	}
	#formuygulamalar_takiplinki_IPTAL {
		position: static;
		background-color: #fff;
		width: 100%;
		/*height: 100%;*/
		left: 0%;
		top: 0%;
		margin: 0px;
		padding: 30px 5px 0px;
	}
	#formkaralamalar {
		position: static;
		background-color: #fff;
		width: 100%;
		/*height: 100%;*/
		left: 0%;
		top: 0%;
		margin: 0px;
		padding: 30px 5px 0px;
	}
	#formkutuphane {
		position: static;
		background-color: #fff;
		width: 100%;
		height: 100%;
		left: 0%;
		top: 0%;
		margin: 0px;
		padding: 40px 5px;
	}
	#formkutuphane_ekle {
		position: static;
		background-color: #fff;
		width: 100%;
		height: 100%;
		left: 0%;
		top: 0%;
		margin: 0px;
		padding: 40px 5px;
	}
	
	#buton { margin-bottom:40px; }
}