html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,del,dfn,img,ins,kbd,q,s,samp,small,strike,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,form,label,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
ol,ul{list-style:none}

body{
	background-color:#f6faff;
	color:#4b4b4b;
	font-family: verdana,Arial,sans-serif;
	font-size:13px;
}
h1,h2{
	color: #005fd1;
	font-weight: bold;
	font-size:16px;
}
h2{
	font-size: 14px;
}
a{
	text-decoration:none;
	font-weight:bold;
	transition:all 0.35s;
	color: #ff503f;
}
a:hover{
	text-decoration:underline;
	opacity:.75;
}
img{
	vertical-align:middle; 

}
input,code{
	background-color: #fff;
	border: 1px solid #dadada;
	border-radius:6px;
	font-size: 14px;
	outline: 0 none;
	padding: 5px 15px;
	vertical-align: middle;
	box-sizing:border-box;
	height:35px;
}
code {
	display:inline-block;
	padding:10px 15px;
	color:#ff503f;
	font-weight: bold;
}
input[type=text],input[type=password]{
	width:250px;
}
input[type=checkbox]{
	height:25px;
}
input:focus,textarea:focus,select:focus{
	border: 1px solid #ff503f;
}
button{
	color:#fff;
	background-color:#ff503f;
	border:1px solid #ff503f;
	border-radius:6px;
	vertical-align: middle;
	box-sizing:border-box;
	height:35px;
	outline:0 none;
	cursor:pointer;
	padding:0 6px;
	font-weight:bold;
}
label{
	vertical-align:middle;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-o-user-select:none;
	user-select:none;
	margin-left:5px;
}
textarea{
	box-sizing:border-box;
	vertical-align:middle;
	font-size:14px;
	outline:0;
	border-radius:5px;
	border:1px solid #dcdcdc;
	background-color:#fff;
	padding:5px 15px;
	width:100%;
	line-height:24px;
}
select{
	border:1px solid #dadada;
	border-radius:5px;
	outline:0 none;
	padding:5px 10px 5px 7px;
	box-sizing:border-box;
	width:250px;
	height:35px;
	vertical-align:middle;
}
select > option{
	padding:5px;
}
select > optgroup{
	padding:7px;
}
select > optgroup > option{
	padding:7px 10px;
}
fieldset{
	border:1px solid #dcdcdc;
}
legend{
	font-size:20px;
}

::-moz-selection{color:#fff;background:#ff503f;}
::selection{color:#fff;background:#ff503f;}
.secme{
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-o-user-select:none;
	user-select:none;
}

.ui-progressbar {
	position:relative;
}
.progress-label {
	position:absolute;
	width:100%;
	top:5px;
	font-weight:bold;
	text-align:center;
}

.modal_cerceve{
	padding:20px;
	background-color: #fff;
	border:1px solid #dcdcdc;
	border-radius: 5px;
}

.pad_5{
	padding:5px;
}
.opa_0{
	opacity:0;
}
.opa_10{
	opacity:.10;
}
.opa_100{
	opacity:1;
}
.width_100y{
	width:100% !important;
}
.width_35{
	width:35px !important;
}
.width_50{
	width:50px !important;
}
.width_75{
	width:75px !important;
}
.width_100{
	width:100px !important;
}
.width_125{
	width:125px !important;
}
.width_150{
	width:150px !important;
}
.width_175{
	width:175px !important;
}
.width_250{
	width:250px !important;
}
.width_275{
	width:275px !important;
}
.width_400{
	width:400px !important;
}
.height_150{
	height:150px !important;
}
.ver_top{
	vertical-align:top !important;
}
.text_align_l{
	text-align:left !important;
}
.success{
	border:solid 1px #008000;
	background:#c9ffca url(../images/icon-green.png) 8px 50% no-repeat !important;
	color:#008000;
	padding:4px 10px 4px 28px;
	text-align:center;
	border-radius:8px;
}
.error{
	border:solid 1px #c00;
	background:#f7cbca url(../images/icon-red.png) 8px 50% no-repeat !important;
	color:#c00;
	padding:4px 10px 4px 28px;
	text-align:center;
	border-radius:8px;
}
.red{
	color:red;
}
.green{
	color:green;
}
.bold{
	font-weight:bold;
}
.f_size_20{
	font-size:20px;
}

input.url{
	background:url("../images/url.png") no-repeat scroll 10px center #fff;
	padding-left:35px;
}
input.text{
	background:url("../images/text.png") no-repeat scroll 10px center #fff;
	padding-left:35px;
}
input.date{
	background:url("../images/date.png") no-repeat scroll 10px center #fff;
	padding-left:35px;
}
input.time{
	background:url("../images/time.png") no-repeat scroll 10px center #fff;
	padding-left:35px;
}
.fleft{
	float:left;
}
.fright{
	float:right;
}
.clear{
	clear:both;
}
.hide{
	display:none;
}
.show{
	display:block;
}
.mod_success{
	background:url("../images/bg_008000.jpg") left repeat-y #d7ffd8;
	padding-left:15px;
}
.mod_error{
	background:url("../images/bg_cc0000.jpg") left repeat-y #ffe2e1;
	padding-left:15px;
}
.mod_info{
	background:url("../images/bg_003d59.jpg") left repeat-y #bff5ff;
	padding-left:15px;
}
.mod_notr{
	background:url("../images/bg_808080.jpg") left repeat-y #e8e8e8;
	padding-left:15px;
}
.mod_success > span,.mod_error > span,.mod_info > span,.mod_notr > span{
	box-sizing:border-box;
	display:inline-block;
	height:36px;
	padding:8px 8px 8px 11px;
}
.mod_success > span.icon,.mod_error > span.icon,.mod_info > span.icon,.mod_notr > span.icon{
	border-right: 1px solid #dcdcdc;
	width:36px;
}
.mod_success > span.icon{
	background:url("../images/icon_success.png") 50% 50% no-repeat;
}
.mod_error > span.icon{
	background:url("../images/icon_error.png") 50% 50% no-repeat;
}
.mod_info > span.icon{
	background:url("../images/icon_info.png") 50% 50% no-repeat;
}
.mod_notr > span.icon{
	background:url("../images/icon_notr.png") 50% 50% no-repeat;
}
ul.mod_ul {
	margin:20px;
}
ul.mod_ul li {
	padding:5px 0 5px 15px;
	background:url("../images/bullet-list.png") no-repeat scroll 0 9px;
}
.mod_count{
	position:relative;
}
.mod_count > span{
	background-color: #f00;
	border: 1px solid #f00;
	border-radius: 5px;
	color: #fff;
	font: bold 10px/10px Verdana,sans-serif;
	padding: 1px 3px;
	position: absolute;
	left: 28px;
	top: 10px;
	z-index: 10;
}
/* ########################## */
.mod_div{
	border:1px solid #dcdcdc;
	border-radius:5px;
	background-color:#fff;
}
.mod_div > div{
	padding:7px;
}
.mod_div > div:not(:last-of-type){
	border-bottom:1px solid #dcdcdc;
}
/* ########################## */
.mod_table{
	border-radius:5px;
	background-color:#fff;
}
.mod_table > div{
	padding:7px;
	border-left:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
}
.mod_table > div:first-child{
	background-color:#1e90ff;
	color:#fff;
	font-weight:bold;
	border-radius:5px 5px 0 0;
	border:1px solid #1e90ff;
}
.mod_table > div:nth-of-type(2n+3){
	background-color:#e2f1ff;
}
.mod_table > div:nth-of-type(n+2):hover{
	background-color:rgba(30, 144, 255, .35);
}
.mod_table > div.mod_success{
	background-color:#d7ffd8;
}
.mod_table > div.mod_error{
	background-color:#ffe2e1;
}
.mod_table > div.mod_info{
	background-color:#bff5ff;
}
.mod_table > div.mod_notr{
	background-color:#e8e8e8;
}

.mod_table > div > div{
	display:inline-block;
	width:150px;
	text-align:center;
	vertical-align: middle;
}
.mod_table > div > div:first-child{
	text-align:left;
	padding-left:10px;
}

/* ########################## */
.mod_widget{
	border-radius:5px;
	background-color:#fff;
}
.mod_widget > h2,.mod_widget > .title{
	border:1px solid #1e90ff;
	
	padding: 7px 12px 5px;
	background-color:#1e90ff;
	border-radius: 5px 5px 0 0;
	color:#fff;
}
.mod_widget .title{
	padding:0;
	margin:0;
}
.mod_widget .title > a{
	height:100%;
	padding:7px 12px;
	display:inline-block;
	border-right:1px solid #dcdcdc;
	opacity:.50;
	color:#fff;
}
.mod_widget .title > a.aktif,.mod_widget .title > a:hover{
	opacity:1;
}
.mod_widget > div{
	padding:5px 12px 7px;
	border-left:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
}
/* ########################## */
header{
	width:100%;
	height:50px;
	background-color:#1E90FF;
	color:#e2f1ff;
	position:fixed;
	top:0;
}
header .logo{
	padding:0;
}
header .logo a{
	display:inline-block;
	width:100%;
	height:100%;
	padding:10px;
	box-sizing:border-box;
}
header .logo a:hover{
	text-decoration:none;
}
header > div{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	display:inline-block;
	padding:10px;
}
header > div:first-child{
	width:250px;
    height: 100%;
    background-color: #005fd1;
	font-size: 14px;
}
header > div span{
	vertical-align:middle;
}

#ayarlar > div{
	position:fixed;
	right:0;
	top:50px;
	width:500px;
    background-color: #1e90ff;
	color:#fff;
	min-height:200px;
	border-radius:0 0 0 5px;
	z-index:10;
	padding:10px;
	box-sizing:border-box;
}
#ayarlar > div input{
	width:50px;
	margin:0 5px;	
}
#ayarlar > div button{
	bottom:10px;
	padding:0 15px;
	position:absolute;
}
#ayarlar > div.loading{
	padding:80px 0;
	text-align:center;
}
#ayarlar > div button.kaydet{
	left:10px;
}
#ayarlar > div button.kapat{
	background-color:#fff;
	border:1px solid #fff;
	color:#ff503f;
	right:10px;
}
#ayarlar > div select{
	width:inherit;
}

#bildirimler{
	position:fixed;
	right:0;
	top:50px;
	width:400px;
    background-color: #1e90ff;
	color:#fff;
	min-height:200px;
	border-radius:0 0 0 5px;
	z-index:10;
	padding:10px;
	box-sizing:border-box;
}
#bildirimler ul{
	margin: 0 10px;
}


#dashboard{
	margin-top:50px;
}

#dashboard > div{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	vertical-align:top;
}
#dashboard > div:first-child{
	background-color:#e2f1ff;
	font-family: "open sans",verdana,sans-serif;
	width:250px;
	height:100%;
	position: fixed;
	border-right:1px solid rgba(0, 75, 148, 0.15);
}
#dashboard > div.content{
	margin-left:250px;
}

#dashboard nav ul li a{
	color: #005fd1;
	display:inline-block;
	border-bottom:1px solid rgba(0, 75, 148, 0.15);
	width:100%;
}
#dashboard nav ul li a span{
	vertical-align:middle;
	padding:10px;
}
#dashboard nav ul li a span.icon{
	display:inline-block;
	width:18px;
	height:18px;
	padding:10px;
	border-right:1px solid rgba(0, 75, 148, 0.15);
	transition:all 0.35s;
	background:url("../images/sprite-nav-icon.png") no-repeat scroll 10px center;
}
#dashboard nav ul li a:hover span.icon,#dashboard nav ul li.aktif a span.icon{
	background-image:url("../images/sprite-nav-icon-aktif.png");
}

#dashboard nav ul li.tool_site_analiz a span.icon{
	background-position:10px -102px;
}
#dashboard nav ul li.tool_seo_analiz a span.icon{
	background-position:10px -130px;
}
#dashboard nav ul li.tool_backlink_takip a span.icon{
	background-position:10px 10px;
}
#dashboard nav ul li.tool_site_takip a span.icon{
	background-position:10px -186px;
}
#dashboard nav ul li.tool_site_bulucu a span.icon{
	background-position:10px -158px;
}
#dashboard nav ul li.tool_coklu_pr_sorgulama a span.icon{
	background-position:10px -271px;
}
#dashboard nav ul li.tool_link_uzalt a span.icon{
	background-position:10px -74px;
}
#dashboard nav ul li.tool_who_is a span.icon{
	background-position:10px -214px;
}
#dashboard nav ul li.tool_donusturuculer a span.icon{
	background-position:10px -46px;
}
#dashboard nav ul li.tools_digerleri a span.icon{
	background-position:10px -18px;
}
#dashboard nav ul li.tool_ayarlar a span.icon{
	background-position:10px -242px;
}

#dashboard nav ul li a:hover,#dashboard nav ul li.aktif{
	background-color:rgba(30, 144, 255,0.75);
}
#dashboard nav ul li > a:hover,#dashboard nav ul li.aktif > a{
	border-bottom:1px solid #ff503f;
	border-right:1px solid rgba(30, 144, 255,0.75);
	color: #fff;
	text-decoration:none;
	opacity:1;
}
#dashboard nav ul li > a:hover > span.icon,
#dashboard nav ul li.aktif > a > span.icon,
#dashboard nav > ul > li > ul > li:hover img,
#dashboard nav > ul > li > ul > li.aktif img{
	background-color:#ff503f;
	border-right:1px solid #ff503f;
}
#dashboard nav ul li a span.arrow{
	background:url(../images/arrow.png) 0px 50% no-repeat;
	float:right;
}

#dashboard nav > ul > li > ul > li{
	background-color:#f6faff;
}
#dashboard nav > ul > li > ul > li a{
	border-bottom:1px solid rgba(0, 75, 148, 0.15);
	font-weight:normal;
}
#dashboard nav > ul > li > ul > li img{
	border-right:1px solid rgba(0, 75, 148, 0.15);
	padding:10px 10px 10px 30px;
}
#ajax_cron{
	position:relative;
	height:50px;
}
#ajax_cron .bar_backlink,
#ajax_cron .bar_site_takip,
#ajax_cron .bar_yedek{
	background-color:#fff;
	left:10px;
	bottom:2px;
	height:5px;
	position:absolute;
	width:150px;
}
#ajax_cron .bar_backlink > div,
#ajax_cron .bar_site_takip > div,
#ajax_cron .bar_yedek > div{
	background-color:#008000;
	width:0%;
	height:5px;
}
header > div > a.opa_10:hover{
	opacity:.25;
}

/* ANASAYFA */
.anasayfa > div > div{
	display:inline-block;
	box-sizing:border-box;
	width:33%;
	padding:20px 0 20px 20px;
	vertical-align:top;
}
.anasayfa > div > div > div:first-of-type{
	height:130px;
	overflow:auto;
}
.anasayfa > div > div.istatistik > div:first-of-type{
	height:160px;
}
.anasayfa > div > div.istatistik{
	padding-right:20px;
}
.anasayfa > div > div.istatistik ul > li{
	font-weight:bold;
}
.anasayfa > div > div.istatistik ul > li span{
	color:green;
	font-weight:normal;
	font-size:24px;
	
}
.anasayfa > div > div.sitelerim ul li:hover a.fright,.anasayfa > div > div.notlarim ul li:hover a.fright{
	display:inline;
}

.modal_sitelerim,.modal_notlarim{
	padding:20px;
	background-color: #fff;
	border:1px solid #dcdcdc;
	border-radius: 5px;
}
.modal_sitelerim > div:first-child,.modal_notlarim > div:not(:last-of-type){
	margin-bottom:20px;
}
.modal_sitelerim input{
	border-radius:5px 0 0 5px;
}
.modal_sitelerim button{
	border-radius:0 5px 5px 0;
}
.modal_notlarim button{
	margin-right:25px;
}

/* AYARLAR */
.ayarlar > div > div{
	display:inline-block;
	box-sizing:border-box;
	width:100%;
	padding: 20px;
	vertical-align:top;
}
.ayarlar div.secenekler > div > form > fieldset {
	margin-top:10px;
}
.ayarlar div.secenekler > div > form > fieldset > div,.ayarlar div.secenekler > div > div{
	margin:10px 5px;
}
.ayarlar div.secenekler input[type=text]{
	width:50px;
	margin:0 5px;
}
.ayarlar div.secenekler button{
	padding:0 15px;
	margin-right: 25px;
}
.ayarlar div.secenekler select{
	width:inherit;
}

/* SİTE ANALİZ */
#site_analiz > h1{
	padding:20px;
	border-bottom:1px solid #dcdcdc;
}
#site_analiz > div.sutun1{
	display:inline-block;
	box-sizing:border-box;
	width:50%;
	padding:20px 5px 20px 20px;
	vertical-align:top;
}
#site_analiz > div.sutun2{
	display:inline-block;
	box-sizing:border-box;
	width:25%;
	padding:10px 5px 20px 5px;
	vertical-align:top;
}
#site_analiz > div.sutun3{
	display:inline-block;
	box-sizing:border-box;
	width:25%;
	padding:10px 20px 20px 5px;
	vertical-align:top;
}
#site_analiz input.url{
	width:250px;
}
#site_analiz > div > .mod_div,#site_analiz > div > .mod_widget{
	margin:10px 0;
}
#site_analiz > div.sutun1 > .mod_div{
	margin-top:10px;
}
#site_analiz > div.sutun1 input{
	border-radius: 6px 0 0 6px;
}
#site_analiz > div.sutun1 button{
	border-radius: 0 6px 6px 0;
}

#site_analiz > div > .mod_div span{
	font-weight:bold;
	box-sizing:border-box;
	vertical-align:middle;
	display:inline-block;
}

#site_analiz > div > .mod_div span.icon{
	width:30px;
	height:30px;
}
#site_analiz > div > .mod_div span.title{
	width:35%;
	padding-left:15px;
}
#site_analiz > div > .mod_div span.count{
	width:45%;
	text-align: center;
	cursor:pointer;
	color:#ff503f;
	font-family: "open sans",arial,sans-serif;
	font-size:20px;
}
#site_analiz > div > .mod_div span.link{
	text-align: center;
	width:10%;
}
#site_analiz > div > .mod_div span.link a{
	background: url("../images/sprite-site-analiz.png") no-repeat scroll 0 -147px transparent;
	width:30px;
	height:30px;
	display:inline-block;
	text-decoration:none;
	opacity:1;
}
#site_analiz .gpr span.icon{
	background: url("../images/sprite-site-analiz.png") no-repeat scroll 0 0 transparent;
}
#site_analiz .gi span.icon{
	background: url("../images/sprite-site-analiz.png") no-repeat scroll 0 0 transparent;
}
#site_analiz .ggi span.icon{
	background: url("../images/sprite-site-analiz.png") no-repeat scroll 0 0 transparent;
}
#site_analiz .gb span.icon{
	background: url("../images/sprite-site-analiz.png") no-repeat scroll 0 0 transparent;
}
#site_analiz .agr span.icon{
	background: url("../images/sprite-site-analiz.png") no-repeat scroll 0 -29px transparent;
}
#site_analiz .ayr span.icon{
	background: url("../images/sprite-site-analiz.png") no-repeat scroll 0 -29px transparent;
}
#site_analiz .ab span.icon{
	background: url("../images/sprite-site-analiz.png") no-repeat scroll 0 -29px transparent;
}
#site_analiz .gpl span.icon{
	background: url("../images/sprite-site-analiz.png") no-repeat scroll 0 -240px transparent;
}
#site_analiz .fl span.icon{
	background: url("../images/sprite-site-analiz.png") no-repeat scroll 0 -179px transparent;
}
#site_analiz .fc span.icon{
	background: url("../images/sprite-site-analiz.png") no-repeat scroll 0 -179px transparent;
}
#site_analiz .fs span.icon{
	background: url("../images/sprite-site-analiz.png") no-repeat scroll 0 -179px transparent;
}
#site_analiz .tt span.icon{
	background: url("../images/sprite-site-analiz.png") no-repeat scroll 0 -210px transparent;
}
#site_analiz .dk span.icon{
	background: url("../images/sprite-site-analiz.png") no-repeat scroll 0 -59px transparent;
}
#site_analiz .sc span.icon{
	background: url("../images/sprite-site-analiz.png") no-repeat scroll 0 -269px transparent;
}
#site_analiz .dy span.icon{
	background: url("../images/sprite-site-analiz.png") no-repeat scroll 0 -88px transparent;
}
#site_analiz .do span.icon{
	background: url("../images/sprite-site-analiz.png") no-repeat scroll 0 -88px transparent;
}
#site_analiz .sk span.icon{
	background: url("../images/sprite-site-analiz.png") no-repeat scroll 0 -119px transparent;
}


/* WHO.IS */
#who_is > h1{
	padding:20px;
	border-bottom:1px solid #dcdcdc;
}
#who_is > div{
	display:inline-block;
	box-sizing:border-box;
	width:100%;
	padding:20px;
	vertical-align:top;
}
#who_is input.url{
	width:250px;
}
#who_is .mod_div{
	margin-top:10px;
	padding:10px;
	min-height:500px;
}
#who_is input{
	border-radius: 6px 0 0 6px;
}
#who_is button{
	border-radius: 0 6px 6px 0;
}
#who_is input{
	border-radius: 6px 0 0 6px;
}
#who_is button{
	border-radius: 0 6px 6px 0;
}

/* Link Uzaltıcı */
#link_uzalt > h1{
	padding:20px;
	border-bottom:1px solid #dcdcdc;
}
#link_uzalt > div{
	padding:20px;
	display:inline-block;
	width:100%;
	box-sizing:border-box;
	vertical-align:top;
}
#link_uzalt input.url{
	width:250px;
}
#link_uzalt .mod_div{
	margin-top:20px;
	display: inline-block;
	min-width:500px;
}
#link_uzalt div.mod_div div span{
	font-weight:bold;
	font-size:15px;
	display:inline-block;
	width:125px;
	margin-left:10px;
}
#link_uzalt div.mod_div div code{
	font-weight:bold;
	font-size:24px;
	color: #ff503f;
	padding:5px 15px;
	min-width:250px;
}
#link_uzalt input{
	border-radius: 6px 0 0 6px;
}
#link_uzalt button{
	border-radius: 0 6px 6px 0;
}

/* DÖNÜŞTÜRÜCÜLER */
#donusturuculer > h1{
	padding:20px;
	border-bottom:1px solid #dcdcdc;
}
#donusturuculer .renkler input{
	width:175px;
}
#donusturuculer > div{
	padding:20px;
}
#donusturuculer .mod_widget{
	min-height:100px;
	margin-bottom:20px;
}
#donusturuculer .mod_widget > div{
	padding:12px;
}
#donusturuculer .bbcodetohtml > div > div:nth-of-type(2){
	padding:15px 45px;
}
#donusturuculer .bbcodetohtml > div > div:nth-of-type(2) > div:nth-of-type(1){
	width:300px;
}
#donusturuculer .base64_md5_sha1 > div > div:nth-of-type(2){
	padding:15px 45px;
}
#donusturuculer .base64_md5_sha1 > div > div:nth-of-type(2) > div:nth-of-type(1){
	width:300px;
}
#donusturuculer .renkler div{
	padding:24px 12px;
}
#donusturuculer .renkler span{
	display:inline-block;
	margin-left:30px;
	vertical-align:middle;
}
#donusturuculer .renkler span:nth-of-type(3n+1){
	width:50px;
	height:35px;
	background-color:#ff503f;
	border-radius:6px 0 0 6px;
}
#donusturuculer .renkler span:nth-of-type(3n+2){
	margin-left:0;
}
#donusturuculer .renkler span:nth-of-type(3n+2) input{
	border-radius:0 6px 6px 0;
}
#donusturuculer .idntoascii div{
	padding:24px 12px 24px 42px;
}
#donusturuculer .idntoascii button{
	margin-left:30px;
	margin-right:30px;
}

/* ÇOKLU PR SORGULAMA */
#coklu_pr_sorgulama > h1{
	padding:20px;
	border-bottom:1px solid #dcdcdc;
}
#coklu_pr_sorgulama > div{
	box-sizing:border-box;
	margin:20px;
	vertical-align:top;
}
#coklu_pr_sorgulama > div.secim > div{
	margin:0 0 10px 0;
}
#coklu_pr_sorgulama button{
	margin:10px 0 0 75px;
	padding:0 35px;
}
#coklu_pr_sorgulama .mod_table > div > div{
	width:300px;
}
#coklu_pr_sorgulama .mod_table > div {
	box-sizing: border-box;
	min-height:34px;
}

/* SİTE TAKİP */
#site_takip > h1{
	padding:20px;
	border-bottom:1px solid #dcdcdc;
}
#site_takip > div{
	display:inline-block;
	box-sizing:border-box;
	width:100%;
	padding:20px;
	vertical-align:top;
}
#site_takip input.url{
	width:250px;
}
#site_takip .mod_widget{
	padding:10px;
	min-height:500px;
}
#site_takip .mod_table > div:last-of-type,
#site_takip .mod_table > div:last-of-type:hover{
	background:none;
	padding:14px 7px;
}
#site_takip .mod_table > div > div.tarih{
	display:none;
}
.tum_liste > div > div.site{
	display:none;
}
.tum_liste > div > div.tarih{
	text-align:left;
	padding-left: 10px;
}
#site_takip .guncel_liste > div:hover > div.gecmis{
	display:inline-block !important;
}
.modal_site_takip{
	padding:20px;
	background-color: #fff;
	border:1px solid #dcdcdc;
	border-radius: 5px;
}
.modal_site_takip > div:first-child{
	margin-bottom:20px;
}
.modal_site_takip input{
	border-radius:5px 0 0 5px;
}
.modal_site_takip button{
	border-radius:0 5px 5px 0;
}

/* page_loading */
#page_loading > h1{
	padding:20px;
	border-bottom:1px solid #dcdcdc;
}
/* BACKLİNK TAKİP */
#backlink_takip > h1{
	padding:20px;
	border-bottom:1px solid #dcdcdc;
}
#backlink_takip > div{
	display:inline-block;
	box-sizing:border-box;
	width:100%;
	padding:20px;
	vertical-align:top;
}

#backlink_takip .mod_table{
	margin-bottom:40px;
}
#backlink_takip .mod_table > div:last-of-type{
	padding:14px 7px;
}

#backlink_takip .linklerim > div > div:first-child{
	padding-left: 0;
	text-align: center;
}
#backlink_takip .linklerim > div > div:nth-of-type(2){
	padding-left: 10px;
	text-align: left;
}

#backlink_takip .sss > div:not(:first-child){
	padding:15px !important;
}
#backlink_takip .mod_table > div:last-of-type,
#backlink_takip .mod_table > div:last-of-type:hover,
#backlink_takip .sss > div:nth-of-type(n+2):hover{
	background:none;
}
#backlink_takip .sss > div:nth-of-type(2n+3),
#backlink_takip .sss > div:nth-of-type(2n+3):hover{
	background-color:#e2f1ff;
}
#backlink_takip .mod_table > div ul{
	margin:0;
}
#backlink_takip .mod_table > div:hover > .width_275{
	display:inline-block !important;
}

.modal_backlink_takip > div > div{
	display:inline-block;
	width:300px;
}
.modal_backlink_takip > div > div:first-of-type{
	font-weight:bold;
}

/* SİTE BULUCU */
#site_bulucu > h1{
	padding:20px;
	border-bottom:1px solid #dcdcdc;
}
#site_bulucu > div{
	display:inline-block;
	box-sizing:border-box;
	width:100%;
	padding:20px;
	vertical-align:top;
}
#site_bulucu code{
	display:inline-table;
	margin-top: 10px;
}
#site_bulucu .mod_widget .mod_table > div:hover > div > a.sil{
	display:inline;
}
#site_bulucu .mod_widget > div.kategori{
	padding:24px;
	display:none;
}
#site_bulucu .mod_widget > div.aktif{
	display:block;
}
#site_bulucu .mod_widget > div.kategori fieldset{
	padding:0 24px;
	border-radius:5px;
}
#site_bulucu button{
	width:250px;
	margin-top:20px;
	margin-left:280px;
}
#site_bulucu .mod_widget > div.kategori fieldset > div{
	margin:20px 0;
}
#site_bulucu .mod_widget > div.kategori fieldset div.title{
	width:250px;
	font-weight:bold;
	padding-top:6px;
}

/* SEO ANALİZ */
#seo_analiz > h1{
	padding:20px;
	border-bottom:1px solid #dcdcdc;
}
#seo_analiz > div{
	display:inline-block;
	box-sizing:border-box;
	padding:20px 5px 20px 20px;
}
#seo_analiz > div.sutun1{
	width:75%;
	padding:20px 5px 20px 20px;
	vertical-align:top;
}
#seo_analiz > div.sutun2{
	width:25%;
	padding:10px 20px 20px 5px;
	vertical-align:top;
}
#seo_analiz .mod_widget,#seo_analiz .mod_div{
	margin:10px 0;
}
#seo_analiz > div.sutun1 input{
	width:250px;
	border-radius: 6px 0 0 6px;
}
#seo_analiz > div.sutun1 button{
	border-radius: 0 6px 6px 0;
}
#seo_analiz .mod_div > div{
	box-sizing:border-box;
	height:36px;
}
#seo_analiz .mod_div .mod_success,#seo_analiz .mod_div .mod_error,#seo_analiz .mod_div .mod_info,#seo_analiz .mod_div .mod_notr{
	padding:0;
}
#seo_analiz .mod_div a{
	margin:0 20px 0 5px;
}

#seo_analiz .ui-progressbar{
	margin-top:10px;
}

/* ŞİFRE OLUŞTURUCU */
#sifre_uretici > h1{
	padding:20px;
	border-bottom:1px solid #dcdcdc;
}
#sifre_uretici input[type=text]{
	width:75px;
}
#sifre_uretici > div{
	display:inline-block;
	box-sizing:border-box;
	width:100%;
	padding:20px;
	vertical-align:top;
}
#sifre_uretici > div > div{
	padding:5px 0;
	width:350px;
}
#sifre_uretici > div > div:nth-of-type(1){
	padding:0 0 5px 0;
	width:100%;
}
#sifre_uretici button{
	width:100%;
}
#sifre_uretici div.fleft{
	font-size:15px;
	font-weight:bold;
	margin-top:6px;
}
#sifre_uretici label{
	margin-right:20px;
}

/* METİN UZUNLUĞU */
#metin_uzunlugu > h1{
	padding:20px;
	border-bottom:1px solid #dcdcdc;
}
#metin_uzunlugu > div{
	display:inline-block;
	box-sizing:border-box;
	width:100%;
	padding:20px;
	vertical-align:top;
}
#metin_uzunlugu .mod_div{
	margin-top:10px;
}
#metin_uzunlugu .mod_div > div{
	padding-left:24px;
}
#metin_uzunlugu div.fleft{
	font-size:15px;
	font-weight:bold;
	width:200px;
}
#metin_uzunlugu div.sonuc{
	font:24px Arial,sans-serif;
	color:#ff503f;
}
#metin_uzunlugu div.fleft:nth-of-type(1){
	padding-top:5px;
}

/* SİTE HTPP BİLGİSİ */
#http_bilgisi > h1{
	padding:20px;
	border-bottom:1px solid #dcdcdc;
}
#http_bilgisi > div{
	display:inline-block;
	box-sizing:border-box;
	width:100%;
	padding:20px;
	vertical-align:top;
}

#http_bilgisi input.url{
	width:250px;
}
#http_bilgisi .mod_div{
	padding:10px;
	min-height:500px;
	margin-top:20px;
}
#http_bilgisi input{
	border-radius: 6px 0 0 6px;
}
#http_bilgisi button{
	border-radius: 0 6px 6px 0;
}
#http_bilgisi input{
	border-radius: 6px 0 0 6px;
}
#http_bilgisi button{
	border-radius: 0 6px 6px 0;
}

