/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}



* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: #333333 url(../img/bg.jpg) no-repeat center bottom fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
   min-height: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.login-form {
  margin: 50px auto;
  background: white;
  padding: 30px;
  position: relative;
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.125);
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.125);
  height: auto;
  font-family: Klavika;
  
}
.login-form #form-loading {
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 1000;
  background: #555555;
}
.login-form #form-loading i {
  font-size: 100px;
}
.login-form #form-message {
  text-align: center;
  color: #555555;
}
.login-form .h1 {
  font-size: 30px;
  color: #3EC038;
  padding: 15px 15px 35px 15px;
  text-transform: uppercase;
  text-align: center;
  font-family: Klavika;
  
}

.login-form .logo {
  height: 75px;
  width: auto;
}
.login-form .ico {
  height: 30px;
  width: auto;
}

.login-form .group {
  *zoom: 1;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  border-left: 4px solid #fff;
  padding: 10px 0;
}
.login-form .group:before,
.login-form .group:after {
  content: " ";
  display: table;
}
.login-form .group:after {
  clear: both;
}
.login-form .group > label {
  padding-left: 15px;
  padding-top: 5px;
  color: #000000;
  font-size: 16px;
  display: block;
  font-family: Klavika;
}
.login-form .group > label.empty {
  display: block;
  height: 1px;
  padding: 0;
  margin: 0;
  font-family: Klavika;
}
.login-form .group > div {
  padding: 0 15px;
}
.login-form .group > div.addon-right {
  position: relative;
  padding-right: 50px;
}
.login-form .group > div.addon-right > i {
  position: absolute;
  right: 25px;
  top: 9px;
  z-index: 999;
  color: #555555;
}
.login-form .group > div .error-message {
  font-size: 12px;
  color: red;
  margin-top: 5px;
  font-family: Klavika;
}
.login-form .group.active {
  background: #F6F6F6;
  border-left-color: #40C2FF;
  -webkit-box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.03);
  box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.03);
  font-family: Klavika;
}
.login-form input[type=submit] {
  border: none;
  background: #65CA60;
  color: white;
  font-family: 'Roboto', sans-serif;
  padding: 5px 20px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: background ease-in-out .15s;
  transition: background ease-in-out .15s;
  cursor:pointer;
  font-family: Klavika;
}
.login-form input[type=submit]:hover {
  background: #5AC253;
}
.login-form {
  width: auto;
}
@media (min-width: 550px) {
  .login-form {
    width: 650px;
  }
  .login-form .group > label {
    float: left;
    width: 180px;
  }
  .login-form .group > div {
    margin-left: 180px;
    padding-left: 0;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-family: 'Roboto', sans-serif;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.one-line {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.arrow-up {
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-style: none;
}
.arrow-down {
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-style: none;
}
.arrow-right {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-style: none;
}
.arrow-left {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-style: none;
}
.arrow {
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  border-color: white;
  border-width: 5px;
  border-style: solid;
}
.arrow.up {
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-style: none;
}
.arrow.down {
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-style: none;
}
.arrow.right {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-style: none;
}
.arrow.left {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-style: none;
}



label.err {
    color: red;
    display: block;
    margin: 0;
    width: auto;
}
em {
    display: block;
    margin: 5px 0 0px 180px;
    font-style: inherit;
}
.welcome{
	line-height: auto;
	color: ##000000;
	font-family: Klavika;
	
}	


/*------------- BURADAN AŞAĞISINI SEN EKLEDİN--------------------*/

/* Yönetim Paneli Tablo CSS*/
.tgf  {border-collapse:collapse;border-spacing:0;border-color:#bbb;margin:0px auto;}
.tgf td{font-family:Klavika, sans-serif;font-size:14px;padding:10px 20px;border-style:solid;border-width:0px;overflow:hidden;word-break:normal;border-color:#bbb;color:#594F4F;background-color:#E0FFEB;border-top-width:1px;border-bottom-width:1px;}
.tgf td:hover{background: #5AC253; color:#ffffff}
.tgf th{text-align:left; font-family:Klavika, sans-serif;font-size:16px;font-weight:normal;padding:10px 20px;border-style:solid;border-width:0px;overflow:hidden;word-break:normal;border-color:#bbb;color:#262020;background-color:#9DE0AD;border-top-width:1px;border-bottom-width:1px;}

.tgf .tg-rmb8{background-color:#C2FFD6;vertical-align:top}
.tgf .tg-ugh9{background-color:#C2FFD6}
.tgf .tg-yw4l{vertical-align:top}

/* Kullanıcı renkleri için*/
.tgk  {border-collapse:collapse;border-spacing:0;border-color:#bbb;margin:0px auto;}
.tgk td{font-family:Klavika, sans-serif;font-size:14px;padding:10px 20px;border-style:solid;border-width:0px;overflow:hidden;word-break:normal;border-color:#bbb;color:#594F4F;background-color:#fff0d6;border-top-width:1px;border-bottom-width:1px;}
.tgk td:hover{background: #db8a27; color:#ffffff}
.tgk th{text-align:left; font-family:Klavika, sans-serif;font-size:16px;font-weight:normal;padding:10px 20px;border-style:solid;border-width:0px;overflow:hidden;word-break:normal;border-color:#bbb;color:#262020;background-color:#e5a55b;border-top-width:1px;border-bottom-width:1px;}

.tgk .tg-rmb8{background-color:#ffeac2;vertical-align:top}
.tgk .tg-ugh9{background-color:#ffeac2}
.tgk .tg-yw4l{vertical-align:top}


table #liste { /* Tablo fitleme?*/
    table-layout:auto;
	
}
table { /* Yazı seçimi kaldır*/
	-webkit-user-select: none; /* Chrome, Opera, Safari */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}

h3 {
  border-bottom: 1px solid gray;
}
.sil_btn  a {
	opacity:1.0;
	background-color:white;
	background-color:transparent;
	text-align:center;
	text-decoration:none;
	
}
.sil_btn a:hover { 
background-color:white;
background-color:transparent;
opacity:1.0;
position: relative;
    left: 1px;
    bottom: 1px;
	text-decoration:none;
}
.durum_btn  a {
	
	background-color:white;
	background-color:transparent;
	text-align:center;
	text-decoration:none;
	
}
.durum_btn a:hover { 
background-color:white;
background-color:transparent;

position: relative;
    left: 1px;
    bottom: 1px;
	text-decoration:none;
}
.bilgi_btn  a {
	opacity:1.0;
	background-color:white;
	background-color:transparent;
	text-align:center;
	text-decoration:none;
	
}
.bilgi_btn a:hover { 
background-color:white;
background-color:transparent;
opacity:1.0;
position: relative;
    left: 1px;
    bottom: 1px;
	text-decoration:none;
}
.ekle_btn  a {
	opacity:1.0;
	background-color:white;
	background-color:transparent;
	text-align:center;
	text-decoration:none;
	
}
.ekle_btn a:hover { 
background-color:white;
background-color:transparent;
opacity:0.6;
position: relative;
    left: 1px;
    bottom: 1px;
	text-decoration:none;
}


.sifirla_btn{
  border: none;
  background: #65CA60;
  color: white;
  font-family: 'Roboto', sans-serif;
  padding: 5px 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-size:13px;
  border-radius: 1px;
  text-decoration: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: background ease-in-out .15s;
  transition: background ease-in-out .15s;
  cursor:pointer;
  font-family: Klavika;
}
.sifirla_btn:hover {
  background: #5AC253;
}
.ayir_btn  a {
	opacity:1.0;
	background-color:white;
	background-color:transparent;
	text-align:center;
	text-decoration:none;
}

.home_btn{
	float:left;
	margin:0px 5px;
  border: none;
  background: #65CA60;
  color: white;
  font-family: 'Roboto', sans-serif;
  padding: 5px 20px;
  text-transform: uppercase;
  font-weight: 200;
  font-size:13px;
  border-radius: 1px;
  text-decoration: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: background ease-in-out .15s;
  transition: background ease-in-out .15s;
  cursor:pointer;
  font-family: Klavika;
}
.home_btn:hover {
  background: #5AC253;
}

