﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;}
body {line-height: 17px; } ol, ul {list-style: none;} blockquote, q {	quotes: none;} blockquote:before, blockquote:after, q:before, q:after { content: '';	content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {	border-collapse: collapse;	border-spacing: 0;}
a, a:link, a:hover, a:visited {text-decoration:none; outline:none;}

body { font: normal 13px/22px Arial,sans-serif; min-height:500px; margin:auto;}
a {text-decoration:none; color:#3D86A9;  }
a:hover{text-decoration:none;} 

input[type="text"], input[type="password"]{ 
	background:#FFF url('images/ayrac.png') repeat-x; 
	font:14px/22px Calibri,Trebuchet MS,sans-serif;
	min-height:15px;
	margin:0px;
	padding:5px 4px 3px 4px;
	width:700px; 
	border:1px solid #D1D1D1; 
	border-left:2px solid #D1D1D1; 
	border-radius:2px; 
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	-moz-transition: all 0.2s linear; 
	-webkit-transition: all 0.2s linear; 
	-o-transition: all 0.2s linear; 
	transition: all 0.2s linear;
}
input[type="text"]:hover, input[type="password"]:hover{ box-shadow: #F8F8F8 0px 0px 4px; border:1px solid #999; border-left:2px solid #999; }
input[type="text"]:focus, input[type="password"]:focus{ border:1px solid #FEA232; border-left:2px solid #FEA232;  }
select { background:#FFF url('images/ayrac.png') bottom repeat-x;  font-size:small; border:1px solid #BEBEBE; border-left:2px solid #D1D1D1; width:715px; min-height:14px; padding:7px; padding-left:2px; border-radius:2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; }
select:hover { border:1px solid #999999; border-left:2px solid #999999;}
select:focus { border:1px solid #FEA232; border-left:2px solid #FEA232;}
option { min-height:20px; padding:8px;  }
textarea { 
	background:#FFF url('images/ayrac.png') bottom repeat-x; 
	font:14px/22px Calibri,Trebuchet MS,sans-serif;
	min-height:30px;
	margin:0px;
	padding:5px 5px 0px 5px; 
	width:700px; 
	border:1px solid #D1D1D1; 
	border-left:2px solid #D1D1D1; 
	border-radius:2px; 
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	-moz-transition: all 0.2s linear; 
	-webkit-transition: all 0.2s linear; 
	-o-transition: all 0.2s linear; 
	transition: all 0.2s linear;
}
textarea:hover{ box-shadow: #F8F8F8 0px 0px 4px; border:1px solid #999; border-left:2px solid #999; }
textarea:focus{ border:1px solid #FEA232; border-left:2px solid #FEA232; }
input[type="submit"], input[type="button"] { 	
	font:16px/22px Calibri,Trebuchet MS,sans-serif;
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 1px 0px 0px rgba(255, 255, 255, .3);
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .3);
	border: 1px solid #1f70ad;
	background-image: linear-gradient(bottom, #2778C8 0%, #72AFCD 100%);
	background-image: -o-linear-gradient(bottom, #2778C8 0%, #72AFCD 100%);
	background-image: -moz-linear-gradient(bottom, #2778C8 0%, #72AFCD 100%);
	background-image: -webkit-linear-gradient(bottom, #2778C8 0%, #72AFCD 100%);
	background-image: -ms-linear-gradient(bottom, #2778C8 0%, #72AFCD 100%);
	background-color: #72AFCD;
	color:#fff;
	padding:4px 15px 4px 15px;
	-moz-transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; 
	cursor:pointer;
}
input[type="submit"]:hover, input[type="button"]:hover { background: #287fc8; }
input[type="submit"]:active, input[type="button"]:active { -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.08); box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.08); }
/* Oval Divler */
.oval1 { -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; }
.oval2 { -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } 
.oval3 { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } 
.oval4 { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.oval5 { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } 
.noovalustsol { -webkit-border-top-left-radius:0px; -moz-border-radius-topleft:0px; border-top-left-radius: 0px; }
.noovalustsag { -webkit-border-top-right-radius:0px; -moz-border-radius-topright:0px; border-top-right-radius: 0px; }
.noovalaltsol { -webkit-border-bottom-left-radius:0px; -moz-border-radius-bottomleft:0px; border-bottom-left-radius: 0px; }
.noovalaltsag { -webkit-border-bottom-right-radius:0px; -moz-border-radius-bottomright:0px; border-bottom-right-radius: 0px; }
.ortala {text-align:center;}
.temizle {clear:both;}


/* Hata Mesajı */ 
.hata { border: 1px solid #e0011b; background:#e0011b;  border-radius:3px;-webkit-border-radius: 3px; -moz-border-radius: 3px;}
.hata .baslik{  color:#FFF; padding-top:3px; padding-left:6px; font-size: 16px; font-weight:bold; }
.hata ul { background:#fbe3e4; margin:5px; border-radius:2px;-webkit-border-radius: 2px; -moz-border-radius: 2px;}
.hata ul li { background:url('Images/mini_error.png') no-repeat; background-position:4px 3px; padding:1px; font-size:13.5px; padding-left:10px;}
.hata a{ color:#d12f19;}

/* Hata Mesajı */ 
.onay { border: 1px solid #72c868; background:#72c868;  border-radius:3px;-webkit-border-radius: 3px; -moz-border-radius: 3px;}
.onay .baslik{  color:#FFF; padding-top:3px; padding-left:6px; font-size: 16px; font-weight:bold; }
.onay ul { background:#DDF2DB; margin:5px; border-radius:2px;-webkit-border-radius: 2px; -moz-border-radius: 2px;}
.onay ul li { background:url('Images/mini_error.png') no-repeat; background-position:4px 3px; padding:1px; font-size:13.5px; padding-left:10px;}
.onay a{ color:#d12f19;}


/* Hata Mesajı */ 
.bilgi { border: 1px solid #0099CC; background:#0099CC;  border-radius:3px;-webkit-border-radius: 3px; -moz-border-radius: 3px;}
.bilgi .baslik{  color:#FFF; padding-top:3px; padding-left:6px; font-size: 16px; font-weight:bold; }
.bilgi ul { background:#CEF3FF; margin:5px; border-radius:2px;-webkit-border-radius: 2px; -moz-border-radius: 2px;}
.bilgi ul li { background:url('Images/mini_error.png') no-repeat; background-position:4px 3px; padding:1px; font-size:13.5px; padding-left:10px;}
.bilgi a{ color:#d12f19;}


/* Kullanıcı Girişi */
#kullanici_girisi { margin:auto; margin-top:90px; width:360px; font:16px/22px Calibri,Trebuchet MS,sans-serif;   -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);  -moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);}
#kullanici_girisi .ust { padding:26px; background:#3C8DBC; border-bottom:4px solid #367FA9; text-align:center; font-size:23px; color:#FFF }
#kullanici_girisi .orta { padding:15px; padding-top:25px; background:#EAEAEC; border-left:1px solid #DFDFE1; border-right:1px solid #DFDFE1;} 
#kullanici_girisi .orta ul li {margin-bottom:15px; background:#EAEAEC; }
#kullanici_girisi .orta ul li.hata { text-align:center; background:#C00; color:#FFF; padding:4px; }
#kullanici_girisi .orta ul li input[type="text"]{ border:1px solid #DFDFE1; width: 318px; color:#555; background:#FFF; box-shadow: none; font-size:15px; padding:6px;}
#kullanici_girisi .alt { padding:20px; background:#FFF; border:1px solid #DFDFE1;}
#kullanici_girisi .alt input[type="submit"]{ width:320px; }

/* Tasarım */
#tasarim { width:100%; min-height:650px; font:16px/22px Calibri,Trebuchet MS,sans-serif;}
#tasarim #ust{ width:100%; height:50px; background-color: #3C8DBC; position:relative;}
#tasarim #ust #sol { position: absolute; padding:14px; height:22px; font-size:16px; text-align:center; font-weight:bold; color:#FFF; min-width: 192px; background-color: #dsf;  }
#tasarim #ust #sag { position: absolute; left:220px; width:1000px; height:50px; background-color:#dsf;  -webkit-box-shadow: inset -2px 0px 10px -2px rgba(50, 50, 50, 0.3); -moz-box-shadow:    inset -2px 0px 10px -2px rgba(50, 50, 50, 0.3); box-shadow: inset -5px 0px 10px -4px rgba(50, 50, 50, 0.3); }
#tasarim #alt{ width:100%; height:50px; }
#tasarim #alt #sol { position: absolute; width:220px; float:left; min-height:1000px; background-color: #F4F4F4; -webkit-box-shadow: inset -2px 0px 10px -2px rgba(50, 50, 50, 0.3); -moz-box-shadow:    inset -2px 0px 10px -2px rgba(50, 50, 50, 0.3); box-shadow: inset -2px 0px 10px -2px rgba(50, 50, 50, 0.3); }
#tasarim #alt #sag { position: absolute; left:220px; width:1000px; float:left; min-height:1000px; background-color: #F9F9F9; width:1000px; -webkit-box-shadow: inset -2px 0px 10px -2px rgba(50, 50, 50, 0.3); -moz-box-shadow:    inset -2px 0px 10px -2px rgba(50, 50, 50, 0.3); box-shadow: inset -2px 0px 10px -2px rgba(50, 50, 50, 0.3); }

#ust-sag-menu {float:right; margin-right:10px; }
#ust-sag-menu ul { display:inline-block; }
#ust-sag-menu ul li { background-color: #367FA9; margin:5px; margin-top:9px; float:left; width:130px; font-size:17px; font-weight:bold; text-align:center; -webkit-box-shadow: inset -2px 0px 10px -2px rgba(50, 50, 50, 0.3); -moz-box-shadow:    inset -2px 0px 10px -2px rgba(50, 50, 50, 0.3); box-shadow: inset -2px 0px 10px -2px rgba(50, 50, 50, 0.3);   -webkit-border-radius: 4px !important;  -moz-border-radius: 4px !important;   border-radius: 4px !important;}
#ust-sag-menu ul li:hover {background-color :#FBFBFB; }
#ust-sag-menu ul li a { color:#FFF; display:block; padding:5px; }
#ust-sag-menu ul li a:hover { color:#000; text-decoration : none; }

#baslik { font-size:22px; padding:15px; width: 970px; background-color: #FFF; -webkit-box-shadow: inset -2px 0px 10px -2px rgba(50, 50, 50, 0.3); -moz-box-shadow:    inset -2px 0px 10px -2px rgba(50, 50, 50, 0.3); box-shadow: inset -2px 0px 10px -2px rgba(50, 50, 50, 0.3); }

#icerik { padding:15px; width: 970px; }

.satir { display:inline-block; width:970px; }
.sol_kolon { float:left; width:480px; }
.sag_kolon { float:right; width:480px; }
.tek_kolon { clear:both; width:968px; margin-bottom:10px; }

.tek_kolon .ekle_buton { float:right; padding:2px 5px 2px 5px; margin:0px 0px 5px 0px;  cursor:pointer; font-size:16px; color:#FFF; font-weight:bold; text-align:center; background-color:#00A65A; -webkit-border-radius: 4px;  -moz-border-radius: 4px;   border-radius: 4px; }



.devam_ediyor { margin-right:4px; background-color:#3C8DBC; padding:4px; font-size:11px; font-weight:bold; color:#FFF; -webkit-border-radius: 10px !important;  -moz-border-radius: 10px !important;   border-radius: 10px !important;}
.rapor_hazir { margin-right:4px; background-color:#F39C12; padding:4px; font-size:11px; font-weight:bold; color:#FFF; -webkit-border-radius: 10px !important;  -moz-border-radius: 10px !important;   border-radius: 10px !important;}
.teslim_edildi { margin-right:4px; background-color:#00A65A; padding:4px; font-size:11px; font-weight:bold; color:#FFF; -webkit-border-radius: 10px !important;  -moz-border-radius: 10px !important;   border-radius: 10px !important;}
.bekliyor { margin-right:4px; background-color:#F56954; padding:4px; font-size:11px; font-weight:bold; color:#FFF; -webkit-border-radius: 10px !important;  -moz-border-radius: 10px !important;   border-radius: 10px !important;}

/* Listelemeler */
.buyuk_listeleme { display:inline-block;  width:970px; font-size:14px; }
.buyuk_listeleme ul {  border-left:0px solid #ccc; background-color: #FFF; }
.buyuk_listeleme ul li { float:left; padding:10px; border-left:1px solid #CCC;}
.buyuk_listeleme .ust { width:970px; background-color:#F9F9F7; font-weight:bold; }
.buyuk_listeleme .ust ul { border-top:1px solid #ccc; border-right:1px solid #ccc;}
.buyuk_listeleme .ust ul li { background-color:#FBFBFB; }
.buyuk_listeleme .alt {  width:969px; border:1px solid #ccc; border-left:0px solid #CCC; border-top:0px solid #CCC; background-color:#F9F9F7;}
.buyuk_listeleme .alt .kayityok { border-left:1px solid #ccc; padding:7px; }
.buyuk_listeleme .alt ul { border-top:1px solid #ccc; padding:0px; }
.buyuk_listeleme .alt ul:hover { background-color:#FFFFF9; }
.buyuk_listeleme .alt ul li { padding-top:7px; padding-bottom:7px; }

.kucuk_listeleme {  width:480px; font-size:14px; margin-bottom:5px;  }
.kucuk_listeleme ul {  border-left:0px solid #ccc; background-color: #FFF;}
.kucuk_listeleme ul li { float:left; padding:10px; border-left:1px solid #CCC;}
.kucuk_listeleme .ust { width:480px; background-color:#F9F9F7; font-weight:bold; }
.kucuk_listeleme .ust ul { border-top:2px solid #D2D6DE;  border-right:1px solid #ccc; overflow:normal; }
.kucuk_listeleme .ust ul li { background-color:#FBFBFB; }
.kucuk_listeleme .alt {  width:479px; border:1px solid #ccc; border-left:0px solid #CCC; border-top:0px solid #CCC; background-color:#F9F9F7;}
.kucuk_listeleme .alt .kayityok { border-left:1px solid #ccc; padding:7px; }
.kucuk_listeleme .alt ul { border-top:1px solid #ccc; padding:0px; font-size:14px; }
.kucuk_listeleme .alt ul:hover { background-color:#FFFFF9; }
.kucuk_listeleme .alt ul li { padding-top:7px; padding-bottom:7px; }
/* Listelemeler */

/* Sayfalama */
.sayfalama { width:1005px; margin-left:5px; text-align:center; margin-top:5px; }
.sayfalama ul {margin:auto; display:inline-block; } 
.sayfalama ul li { float:left; margin:2px; padding-top:5px; padding-left:4px; padding-right:4px; height:26px; min-width:35px; border:1px solid #e2e2e2; font-size:14px; font-weight:bold; border-radius:3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;}
.sayfalama ul li a { display:block; }
.sayfalama ul li a:hover { text-decoration:none;}
.sayfalama ul li:hover { background:#FFFFF9; }
/* Sayfalama */

/* Sol Mneü */
#hosgeldin { text-align:center; padding:14px; padding-top:15px; background-color: #FFF; font-size:16px; font-weight:bold; -webkit-box-shadow: inset -2px 0px 10px -2px rgba(50, 50, 50, 0.3); -moz-box-shadow:    inset -2px 0px 10px -2px rgba(50, 50, 50, 0.3); box-shadow: inset -2px 0px 10px -2px rgba(50, 50, 50, 0.3); }
.sol-menu { border-top:1px solid #DBDBDB; }
.sol-menu .ana-kategori { width:160px; padding:18px; padding-top:9px; padding-bottom:9px; padding-right:16px; font-size:16px; font-weight:bold; border-bottom:1px solid #DBDBDB; border-top:1px solid #FFF;  background-position: 190px 11px; }
.sol-menu .ana-kategori:hover{ background-color:#F9F9F9;}
.sol-menu .alt-kategori { margin:4px; width:180px; padding-left:10px; background: url('images/sol-ok.png') no-repeat; background-position:2px 6px;  }
.sol-menu .alt-kategori:hover { width:180px; background-color:#FFF ; }
.sol-menu .alt-kategori a { display:block; color:#333; font:bold 11px/17px Arial,sans-serif; padding:7px; padding-bottom:6px; padding-top:6px; padding-left:8px; width:180px; text-decoration:none;}
.sol-menu .alt-kategori a:hover{ color:#555; }
.sol-menu .acilir { width:185px; cursor:pointer; }
.sol-menu .cerceve{ width:204px; padding-top:0px; padding-left:15px; margin-top:1px; display:none; border-top:1px solid #DBDBDB; border-bottom:1px solid #DBDBDB; background-color:#F9F9F9;}
/* Sol Menü */

/* Kutular  */
.kutu { margin-bottom:5px; font-size:15px; background-color:#FFFFFF; border:1px solid #F4F4F4; border-top:2px solid #000; -webkit-border-radius: 4px;  -moz-border-radius: 4px;   border-radius: 4px; }
.kutu .kutu_baslik { border-bottom:1px solid #F4F4F4; font-size:15px; font-weight:bold; padding:10px; }
.kutu .kutu_icerik { font-size:15px; padding:5px; }
.kutu .kutu_ekle_buton { float:right; padding:2px 5px 2px 5px; margin:-2px 0px 5px 0px; cursor:pointer; font-size:16px; color:#FFF; font-weight:bold; text-align:center; background-color:#00A65A; -webkit-border-radius: 4px;  -moz-border-radius: 4px;   border-radius: 4px; }
.kutu.turuncu{ border-top-color:#F39C12;}
.kutu.kirmizi{ border-top-color:#DD4B39;}
.kutu.acikmavi{ border-top-color:#00C0EF;}
.kutu.mavi{ border-top-color:#3C8DBC;}
.kutu.gri{ border-top-color:#D2D6DE;}
/* Kutular  */

/* Formlar */
.kucuk_form { width:470px; margin:10px 0px 0px 0px;}
.kucuk_form ul { display:inline-block; margin-bottom:5px; }
.kucuk_form ul li.sol { float:left; width:130px; font-weight:bold; margin:0px 0px 0px 15px; padding:5px 0px 5px 0px; }
.kucuk_form ul li.sag { float:left; width:320px; }
.kucuk_form ul li.sag span {}
.kucuk_form li.sag input[type="text"]{width:310px; }
.kucuk_form li.sag input[type="submit"] { width:310px; }
.kucuk_form li.sag select{ max-width:321px; padding:7px 3px 7px 3px; font-size:12px; }
.kucuk_form li.sag textarea{ width:305px; padding:6px;}

.buyuk_form { width:970px; margin:10px 0px 0px 0px;}
.buyuk_form ul { display:inline-block; margin-bottom:5px; }
.buyuk_form ul li.sol { float:left; width:170px; font-weight:bold; margin:0px 0px 0px 15px; padding:5px 0px 5px 0px; }
.buyuk_form ul li.sag { float:left; width:760px; }
.buyuk_form ul li.yazi { display:block; padding:5px 0px 5px 0px;}
.buyuk_form li.sag input[type="text"]{width:600px; }
.buyuk_form li.sag input[type="submit"] { width:600px; }
.buyuk_form li.sag select{ width:600px; padding:6px;}
.buyuk_form li.sag textarea{ width:600px; padding:6px;}
/* Formlar */

/* Butonlar */
.buton { 
	font:16px/22px Calibri,Trebuchet MS,sans-serif;
	text-align:center;
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 1px 0px 0px rgba(255, 255, 255, .3);
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .3);
	border: 1px solid #1f70ad;
	background-image: linear-gradient(bottom, #2778C8 0%, #72AFCD 100%);
	background-image: -o-linear-gradient(bottom, #2778C8 0%, #72AFCD 100%);
	background-image: -moz-linear-gradient(bottom, #2778C8 0%, #72AFCD 100%);
	background-image: -webkit-linear-gradient(bottom, #2778C8 0%, #72AFCD 100%);
	background-image: -ms-linear-gradient(bottom, #2778C8 0%, #72AFCD 100%);
	background-color: #72AFCD;
	color:#fff;
	padding:4px 15px 4px 15px;
	-moz-transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; 
	cursor:pointer;

}
.buton:hover { background: #287fc8; text-decoration:none;}
.buton:active { -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.08); box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.08); }

.buton_kucuk { max-width:150px; }
.buton_orta { max-width:300px; }
.buton_buyuk { max-width:500px; }
/* Butonlar */

/* Gönderim Ajax Loader */
.gonderim_baslik{ text-align:center; font-size:15px; font-weight:bold; }
.gonderim_sonuc { display:inline-block; margin-top:10px; margin-left:20px; width:920px; overfloaw:hidden; } 
.gonderim_sonuc ul li { width:162px; float:left; padding:10px; margin-right:2px; background:#FAFAFA; font-size:15px; font-weight:bold;border-radius:3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
.gonderim_sonuc ul li .yazi{ float:left; padding:5px; padding-left:0px; padding-right:0px; min-width:50px;  }
.gonderim_sonuc ul li .toplam{ float:right; padding:5px; text-align:center; min-width:35px; background:#8ccae3; color:#FFF;  border-radius:3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;} 
.gonderim_sonuc ul li .basarili{ float:right; padding:5px;padding:5px; text-align:center; min-width:35px; background:#72c868; color:#FFF;  border-radius:3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;} 
.gonderim_sonuc ul li .basarisiz{ float:right; padding:5px;padding:5px; text-align:center; min-width:35px; background:#e0011b; color:#FFF;  border-radius:3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;} 
/* Gönderim Ajax Loader */



/* Bilgilendirme */
.bilgilendirme_kutusu_dortlu { display:inline-block; margin-top:5px; margin-left:5px; width:948px; overfloaw:hidden; } 
.bilgilendirme_kutusu_dortlu ul li { width:212px; float:left; padding:10px; margin-right:5px; margin-bottom:5px; background:#FAFAFA; font-size:15px; font-weight:bold;border-radius:3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
.bilgilendirme_kutusu_dortlu ul li .yazi{ float:left; padding:5px; padding-left:0px; padding-right:0px; min-width:50px;  }
.bilgilendirme_kutusu_dortlu ul li .toplam{ float:right; padding:5px; text-align:center; min-width:35px; background:#8ccae3; color:#FFF;  border-radius:3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;} 
.bilgilendirme_kutusu_dortlu ul li .basarili{ float:right; padding:5px;padding:5px; text-align:center; min-width:35px; background:#72c868; color:#FFF;  border-radius:3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;} 
.bilgilendirme_kutusu_dortlu ul li .basarisiz{ float:right; padding:5px;padding:5px; text-align:center; min-width:35px; background:#e0011b; color:#FFF;  border-radius:3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;} 
/* Bilgilendirme */

/* Bilgilendirme */
.bilgilendirme_kutusu_uclu { display:inline-block; margin-top:5px; margin-left:5px; width:948px; overfloaw:hidden; } 
.bilgilendirme_kutusu_uclu ul li { width:291px; float:left; padding:10px; margin-right:5px; margin-bottom:5px; background:#FAFAFA; font-size:15px; font-weight:bold;border-radius:3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
.bilgilendirme_kutusu_uclu ul li .yazi{ float:left; padding:5px; padding-left:0px; padding-right:0px; min-width:50px;  }
.bilgilendirme_kutusu_uclu ul li .toplam{ float:right; padding:5px; text-align:center; min-width:35px; background:#8ccae3; color:#FFF;  border-radius:3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;} 
.bilgilendirme_kutusu_uclu ul li .yesil{ float:right; padding:5px; text-align:center; min-width:35px; background:#6ab04c; color:#FFF;  border-radius:3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;} 
.bilgilendirme_kutusu_uclu ul li .kirmizi{ float:right; padding:5px; text-align:center; min-width:35px; background:#eb4d4b; color:#FFF;  border-radius:3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;} 
.bilgilendirme_kutusu_uclu ul li .basarili{ float:right; padding:5px;padding:5px; text-align:center; min-width:35px; background:#72c868; color:#FFF;  border-radius:3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;} 
.bilgilendirme_kutusu_uclu ul li .basarisiz{ float:right; padding:5px;padding:5px; text-align:center; min-width:35px; background:#e0011b; color:#FFF;  border-radius:3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;} 
/* Bilgilendirme */




/* Form Input Giriş*/
.bootstrap-tagsinput {
	border:1px solid #D1D1D1; 
	border-left:2px solid #D1D1D1; 
	border-radius:2px; 
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	display: inline-block;
	color: #555;
	cursor: text;
	width:607px;
	background:#FFF url('images/ayrac.png') bottom repeat-x;
	vertical-align:baseline;
}
.bootstrap-tagsinput:hover
{
	box-shadow: #F8F8F8 0px 0px 4px; border:1px solid #999; border-left:2px solid #999;
}

.bootstrap-tagsinput input {
	border: none;
	box-shadow: none;
	background-color: transparent;
	margin: 0px;
	min-width:20em;
	border-radius:2px; 
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px;
	background:none;
	border-style: none;
	float:left;
}
.bootstrap-tagsinput input:hover {
  border-style: none;
  box-shadow: none;
}
.bootstrap-tagsinput input:focus {
  border-style: none;
  box-shadow: none;
}


.bootstrap-tagsinput .tag {
	display:inline;
	margin:2px 1px 1px 1px;
	min-width:100px;
	width:auto;
	color: white;
	vertical-align:baseline;
	float:left;
	border-radius:100px; 
	-webkit-border-radius: 100px; 
	-moz-border-radius: 100px;
	font-size:13px;
	font-weight:bold;
	line-height: 11px;
	padding:7px 0px 5px 4px;
	background-color: #f0ad4e;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
	margin: -2px 5px 0px 2px;
	cursor: pointer;
	display:inline;
	height:15px;
	width:10px;
	padding: 0px 2px;
	float:right;
	background:#FFF;
	border-radius:100px; 
	-webkit-border-radius: 100px; 
	-moz-border-radius: 100px;
	text-align:center;
	font-size:13px;
	line-height: 13px;
	color:black;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
	content: "x";
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	background:#FFF;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* Form Input Giriş */


