@charset "utf-8";

#yonetim_ana_govde{
	min-height: 100%;
	min-height: calc(100% - 253px);
}
/* Chrome için */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#yonetim_ana_govde{min-height: calc(100% - 253px)}
}
/* IE için */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#yonetim_ana_govde{min-height: calc(100% - 251px)}
}
.menu-alt-bosluk{
	clear:both;
	height:30px;
}
.genislik{
	width:95%;
	margin:0 auto;
}
.sol-blok{
	width:190px;
}
.yonetim-form > div.form-div {
	clear: both;
	overflow: hidden;
	padding: 1px;
	margin: 0 0 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background:#fafafa;
	border:1px solid #eee;
	padding:7px 5px;
	box-sizing: border-box;
}
.yonetim-form > div.form-div > .yonetim-fieldset > div > div {
	margin: 0 0 5px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.yonetim-form > div.form-div > .yonetim-label, .yonetim-legend {
	width: 30%;
	float: left;
	padding-right: 10px;
	font-size:12px;
	margin-top:3px;
	vertical-align:middle;
	color:#444;
	line-height:14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.yonetim-form > div.form-div > div, .yonetim-form > div > .yonetim-fieldset > div {
	width: 70%;
	float: right;
}
.yonetim-fieldset {
	border: 0;
	padding: 0;
}
.input-alani {
	border:1px solid #dfdfdf;
	color:#666;
	outline:none;
	height:28px;
	padding-left:10px;  
	padding-right:10px; 
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-o-transition:all .2s linear;
	transition:all .2s linear;
	background:#fff;
	font: 12px/22px "Verdana", "Lucida Sans", "HelveticaNeue", Arial, sans-serif;
	width:94%;
}
.input-alani:focus {
	outline: 0;
	border-color:#aaa;
	color:#666;
}
.input-alani:disabled{
	color:#999;
}
.textarea{
	border:1px solid #dfdfdf;
	color:#666;
	outline:none;
	padding:10px;
	width:94%;
	background:#fff;
	font: 12px/22px "Verdana", "Lucida Sans", "HelveticaNeue", Arial, sans-serif;
}
.textarea:focus {
	outline: 0;
	border-color:#aaa;
	color:#666;
}
.kayit-form .form-buyut{
	width:96%;
}
.yonetim-form small{
	font-size:11px;
	color:gray;
	margin-top:4px;
	display:block;
	line-height:13px;
	padding-left:2px;
}
.phpkf-blok-kutusu.margin{
	margin-left:15px;
	margin-right:0;
}
.kutu-icerik.yonetim-menu{
	padding:2px 13px;
}
.kutu-baslik.ara-baslik{
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	margin-top:5px;
	margin-bottom:3px;
}
.eklenti_adi{
	color:#227922;
}
.eklenti_bilgi{
	color:#666;
}
.tam-blok{
	margin:0 auto;
	display:block;
}
.tablo_ici{
	background:#fff;
}
.liste-etiket{}
.liste-veri{}
#phpkf-footer{
	min-height:0px;
	height:0px;
	padding:0px;
	padding-top:30px;
}



@media (max-width: 600px) {
	.yonetim-form > div.form-div {
		margin: 0 0 15px 0; 
	}
	.yonetim-form > div.form-div > .yonetim-label, .yonetim-legend {
		width: 100%;
		float: none;
		font-size:11px;
		margin: 0 0 5px 0;
  }
	.yonetim-form > div.form-div > div, .yonetim-form > div > .yonetim-fieldset > div {
		width: 100%;
		float: none;
	}
	.input-alani {
		width: 90%; 
	}
		.textarea{width:90%;}
		.yonetim-form small{
		display:none;
	}
}



@media screen and (max-width: 768px){
	.genislik {
		width:98% !important;
		padding:0;
		margin:0 auto;
	}
	.phpkf-blok-kutusu.margin{
		padding:0;
		margin:0;
	}
}


@media (min-width: 1200px) {
	.yonetim-form > div.form-div > .yonetim-label, .yonetim-legend {
		text-align: left;
	}
}
