@font-face {
  font-family: "AbakuTLSymSansRegular";
  src: url("../fonts/abakutlsymsans-regular-AbakuTLSymSans.eot");
  src: url("../fonts/abakutlsymsans-regular-AbakuTLSymSans.eot?#iefix") format("embedded-opentype"), url("../fonts/abakutlsymsans-regular-AbakuTLSymSans.ttf") format("truetype"),
    url("../fonts/abakutlsymsans-regular-AbakuTLSymSans.svg#AbakuTLSymSansRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800,600&subset=latin,latin-ext");

body {
  font-family: "Open Sans", Arial, Sans-serif;
  background: #f4f4f4;
}
a {
  text-decoration: none;
}

.bg-No-Show {
  background-color: #fc7dff;
}
a.bg-No-Show:hover,
a.bg-No-Show:focus {
  background-color: #fc7dff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 300;
  line-height: 1;
  color: #777;
}

.TL:before {
  font-family: "AbakuTLSymSansRegular", Verdana, Arial;
  content: "¨";
  padding-right: 3px;
}

.Bildirimler {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  width: 300px;
}

.tableScroll {
  padding-left: 2px;
  overflow-y: auto;
}

.form-horizontal .control-label.text-left {
  text-align: left;
}

.clear {
  margin-top: 10px;
}

.panel-heading .PanelBtn {
  position: absolute;
  right: 25px;
  top: 5px;
}

/*LOGIN SAYFASI CSS*/

.page-header {
  padding-bottom: 3px;
  margin: 0px 0px 5px;
  border-bottom: 1px solid #eee;
}

.centered-form {
  margin-top: 3%;
}

.center,
.align-center {
  text-align: center !important;
}

.AcikRenk-login {
  background: #dfe0e2 url("../images/img/acikrenk.png") repeat;
}

.Bulanik-login {
  background: #dfe0e2 url("../images/img/bulanik.jpg") repeat;
}

.Siyah-login {
  background: #dfe0e2 url("../images/img/siyah.png") repeat;
}
.red {
  color: #dd5a43 !important;
}
.white {
  color: #ffffff !important;
}
.grey {
  color: #777777 !important;
}

#header {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  background: linear-gradient(#434749, #212325);
  z-index: 9999;
  position: fixed;
}

#headerArsiv {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  background: linear-gradient(#590000, #aa0202);
  z-index: 9999;
  position: fixed;
}

#transferHeader {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  background: linear-gradient(#0b481e, #05210e);
  z-index: 9999;
  position: fixed;
}

.logo {
  float: left;
  width: 60px;
  height: 50px;
  padding: 3px 0px 0px 3px;
}
.menuToggler {
  width: 100px;
  height: 50px;
  border-right: 1px solid #212325;
  float: right;
  color: #fff;
  display: none;
}
.menuToggler a {
  text-decoration: none;
  display: block;
  line-height: 50px;
  text-align: center;
  padding: 10px 0px 0px 10px;
  font-size: 16px;
  padding-left: 5px;
  font-weight: 600;
  color: #fff;
}
.menuToggler a:hover {
  color: #3e94c9;
}
.menuToggler a:focus {
  color: #3e94c9;
}
.menuToggler a:active {
  color: #3e94c9;
}

.menuUser {
  border-left: 1px solid #212325;
  float: right;
  color: #fff;
  padding-right: 15px;
}

.menuCari {
  float: left;
  color: #fff;
  padding-left: 0px;
  margin-left: 0px;
  padding-right: 15px;
  margin-right: 15px;
}

.btn-Kullanici {
  font-size: 12px;
  line-height: 37px;
  color: #fff;
  background-color: transparent;
  border: none;
  border-radius: 0px;
}
.btn-Kullanici:focus,
.btn-Kullanici.focus {
  color: #3e94c9;
  background-color: transparent;
  border-color: transparent;
}
.btn-Kullanici:hover {
  color: #3e94c9;
  background-color: transparent;
  border-color: transparent;
}
.btn-Kullanici:active,
.btn-Kullanici.active,
.open > .dropdown-toggle.btn-Kullanici {
  color: #3e94c9;
  background-color: transparent;
  border-color: transparent;
}
.btn-Kullanici:active:hover,
.btn-Kullanici.active:hover,
.open > .dropdown-toggle.btn-Kullanici:hover,
.btn-Kullanici:active:focus,
.btn-Kullanici.active:focus,
.open > .dropdown-toggle.btn-Kullanici:focus,
.btn-Kullanici:active.focus,
.btn-Kullanici.active.focus,
.open > .dropdown-toggle.btn-Kullanici.focus {
  color: #3e94c9;
  background-color: transparent;
  border-color: transparent;
}
.btn-Kullanici:active,
.btn-Kullanici.active,
.open > .dropdown-toggle.btn-Kullanici {
  background-image: none;
}
.btn-Kullanici.disabled,
.btn-Kullanici[disabled],
fieldset[disabled] .btn-Kullanici,
.btn-Kullanici.disabled:hover,
.btn-Kullanici[disabled]:hover,
fieldset[disabled] .btn-Kullanici:hover,
.btn-Kullanici.disabled:focus,
.btn-Kullanici[disabled]:focus,
fieldset[disabled] .btn-Kullanici:focus,
.btn-Kullanici.disabled.focus,
.btn-Kullanici[disabled].focus,
fieldset[disabled] .btn-Kullanici.focus,
.btn-Kullanici.disabled:active,
.btn-Kullanici[disabled]:active,
fieldset[disabled] .btn-Kullanici:active,
.btn-Kullanici.disabled.active,
.btn-Kullanici[disabled].active,
fieldset[disabled] .btn-Kullanici.active {
  background-color: transparent;
  border-color: transparent;
}
.btn-Kullanici img {
  width: 32px;
  height: 32px;
  border-radius: 5px;
  border: 1px solid #e20303;
}

.label {
  display: inline;
  padding: 5px 5px 3px 5px;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  float: right;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.logoText {
  float: left;
  line-height: 50px;
  margin-left: 5px;
}
.logoText a {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}

#container {
  width: 100%;
  padding-top: 50px;
}

.sidebar {
  width: 200px;
  background-color: #49505a;
  float: left;
  position: fixed;
}

.sidebar ul,
.sidebar ul li,
.sidebar ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebar ul ul {
  display: none;
}
.align-right {
  float: right;
}
.sidebar > ul > li > a {
  padding: 10px 10px;
  border-left: 1px solid #1682ba;
  border-right: 1px solid #1682ba;
  border-top: 1px solid #1682ba;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  background: #36aae7;
  background: -webkit-linear-gradient(#5babe1, #2a90d4);
  background: -moz-linear-gradient(#5babe1, #2a90d4);
  background: -o-linear-gradient(#5babe1, #2a90d4);
  background: -ms-linear-gradient(#5babe1, #2a90d4);
  background: linear-gradient(#5babe1, #2a90d4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.sidebar .baslik {
  padding: 3px 3px;
  border-left: 1px solid #2a6a8c;
  border-right: 1px solid #2a6a8c;
  border-top: 1px solid #2a6a8c;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  color: #ccd914;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  background: #034062;
  background: -webkit-linear-gradient(#2a6a8c, #1e4a62);
  background: -moz-linear-gradient(#2a6a8c, #1e4a62);
  background: -o-linear-gradient(#2a6a8c, #1e4a62);
  background: -ms-linear-gradient(#2a6a8c, #1e4a62);
  background: linear-gradient(#2a6a8c, #1e4a62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.sidebar > ul > li > a:hover {
  opacity: 0.8;
}
.sidebar > ul > li.active > a,
.sidebar > ul > li.open > a {
  color: #eeeeee;
  background: #1fa0e4;
  background: -webkit-linear-gradient(#1fa0e4, #1992d1);
  background: -moz-linear-gradient(#1fa0e4, #1992d1);
  background: -o-linear-gradient(#1fa0e4, #1992d1);
  background: -ms-linear-gradient(#1fa0e4, #1992d1);
  background: linear-gradient(#1fa0e4, #1992d1);
}
.sidebar > ul > li.open > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #1682ba;
}
.sidebar > ul > li:last-child > a,
.sidebar > ul > li.last > a {
  border-bottom: 1px solid #1682ba;
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 17px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
.sidebar > ul > li > a:hover > span::after,
.sidebar > ul > li.active > a > span::after,
.sidebar > ul > li.open > a > span::after {
  border-color: #eeeeee;
}
.holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
.sidebar ul ul li a {
  cursor: pointer;
  border-bottom: 1px solid #32373e;
  border-left: 1px solid #32373e;
  border-right: 1px solid #32373e;
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 13px;
  color: #eeeeee;
  background: #49505a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.sidebar ul ul li:hover > a,
.sidebar ul ul li.open > a,
.sidebar ul ul li.active > a {
  background: #424852;
  color: #ffffff;
}
.sidebar ul ul li:first-child > a {
  box-shadow: none;
}
.sidebar ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.sidebar ul ul ul li a {
  padding-left: 30px;
}
.sidebar > ul > li > ul > li:last-child > a,
.sidebar > ul > li > ul > li.last > a {
  border-bottom: 0;
}
.sidebar > ul > li > ul > li.open:last-child > a,
.sidebar > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #32373e;
}
.sidebar > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
.sidebar ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.sidebar ul ul li.active > a::after,
.sidebar ul ul li.open > a::after,
.sidebar ul ul li > a:hover::after {
  border-color: #ffffff;
}

.menu,
.menu ul,
.menu ul li,
.menu ul li a {
  margin: 0px auto;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  padding-top: 3px;
}
.menu {
  width: 100%;
  color: #999999;
}
.menu ul ul {
  padding: 3px 0px 3px 20px;
}

.menu > ul > li > a {
  padding: 15px 20px;
  border: 1px solid #999999;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #999999;
  background: #fafafa;
}
.menu > ul > li > a:hover,
.menu > ul > li.active > a {
  color: #eeeeee;
  background: linear-gradient(#5babe1, #2a90d4);
}
.menu ul ul li a {
  cursor: pointer;
  border: 1px solid #999999;
  padding: 15px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 13px;
  color: #999999;
  background: #f5f5f3;
  font-weight: bold;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.menu ul ul li a:hover {
  color: #eeeeee;
  background: linear-gradient(#5babe1, #2a90d4);
}

/*
.sidebar ul.nav{}
.sidebar ul.nav li{list-style: none;}
.sidebar ul.nav li a{
	padding: 10px 10px 10px 10px; 
	color: #D5DDE5;
	display: block; 
	text-transform: uppercase;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px; 
	position: relative;
	border-bottom: 1px solid #212325;
}
.sidebar ul.nav li a:hover{
	background-color: #3e94c9;
	color: #fff;
}
.sidebar ul.nav li a:focus{
	background-color: #3e94c9;
	color:#fff;
}
.sidebar ul.nav li a span{float:right; margin: 5px 10px 0px 0px;}
.sidebar ul.nav li ul.altMenu{background-color: #475f78;}
.sidebar ul.nav li ul.altMenu li{}
.sidebar ul.nav li ul.altMenu li a{padding-left: 30px; line-height: 13px;}
*/

.content {
  width: auto;
  background: #f4f4f4;
  margin-left: 200px;
}
.content .breadcrumb {
  width: 100%;
  height: 46px;
  background: #0e7560;
  border-bottom: 1px solid #0c2c09;
  border-radius: 0px;
}

.content .breadcrumb li.active {
  color: #0e6252;
  font-weight: 600;
  text-decoration: none;
}
.content .breadcrumb li a {
  color: #fff;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
}
.content .breadcrumb li a:hover {
  color: #0e6252;
}
.content .breadcrumb li a:active {
  color: #0e6252;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}
.rowDuzenlt {
  margin-right: -15px;
  margin-left: -15px;
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.dropdown-toggle {
  background-color: linear-gradient(#434749, #212325);
}

a.dropdown-toggle:focus {
  background-color: linear-gradient(#434749, #212325);
}

.panel-default {
  border-color: #196090;
  border-radius: 0px;
  box-shadow: 0px 1px 26px 1px #b5b5b5;
  -webkit-box-shadow: 0px 1px 26px 1px #b5b5b5;
  -moz-box-shadow: 0px 1px 26px 1px #b5b5b5;
  -o-box-shadow: 0px 1px 26px 1px #b5b5b5;
}

.panel-default > .panel-heading {
  color: #fff;
  background: linear-gradient(#5babe1, #2a90d4);
  border-color: #196090;
  border-radius: 0px;
  box-shadow: 0px 2px 9px 0px #cccccc;
  -webkit-box-shadow: 0px 2px 9px 0px #cccccc;
  -moz-box-shadow: 0px 2px 9px 0px #cccccc;
  -o-box-shadow: 0px 2px 9px 0px #cccccc;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cccccc;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.modal {
  border-color: #196090;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal-header {
  cursor: move;
  background: linear-gradient(#5babe1, #2a90d4);
  border-color: #196090;
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header-success {
  cursor: move;
  background: linear-gradient(#358218, #096731);
  border-color: #134d36;
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  color: white;
}

.modal-header-warning {
  cursor: move;
  background: linear-gradient(#e2d056, #e0aa07);
  border-color: #a4c20e;
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  border-color: #196090;
  position: relative;
  padding: 15px;
}
.modal-footer {
  border-color: #196090;
  padding: 15px;
  text-align: right;
  border-top: 1px solid #196090;
  border-radius: 0px;
}

.nav-tabs {
  border-bottom: 1px solid #196090;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  background: #18af91;
  border: 1px solid #0e6252;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #3e94c9;
  border: 1px solid #196090;
  border-bottom-color: transparent;
}

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
input[readonly] {
  background-color: white !important;
  cursor: text !important;
}

.input-small {
  width: 90px;
  max-width: 100%;
}

.input-normal {
  width: 150px;
  max-width: 100%;
}

.input-big {
  width: 300px;
  max-width: 100%;
}

.aButton {
  float: left;
}

/*TABLO CSS*/
table {
  font-size: 0.9em;
  font-family: Arial, Helvetica, verdana sans-serif;
  border-collapse: collapse;
  width: 100%;
}
thead th {
  border: 1px solid #196090;
  color: #fff;
  text-align: center;
  padding: 2px;
  height: 20px;
  background: linear-gradient(#5babe1, #2a90d4);
  font-weight: 600;
}
tbody td {
  color: #414141;
  padding-left: 3px;
  padding-right: 3px;
  border: 1px solid #6db2df;
  height: 30px;
  cursor: default;
}
tbody a {
  cursor: alias;
}
tbody tr {
  color: #414141;
  padding: 5px;
  text-align: left;
  border: 1px solid #6db2df;
  height: 30px;
  background: #fff;
}
tbody tr:hover {
  color: #414141;
  padding: 5px;
  text-align: left;
  background: #e2d4e7;
  border: 1px solid #0e6252;
  height: 30px;
}

.sayfalar,
.alt_page_navigation {
  padding-top: 10px;
  padding-bottom: 30px;
}
.info_text {
  padding-top: 15px;
  color: #2a90d4;
  font-weight: 600;
  float: right;
}
.sayfalar a,
.alt_page_navigation a {
  padding: 5px 8px;
  margin: 3px;
  text-decoration: none;
  float: left;
  font-size: 12px;
  border: 1px solid #212325;
}
.active_page {
  background-color: white;
  color: black;
}
.ellipse {
  float: left;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

td {
  border: 1px solid #ddd !important;
}

/*DATATABLE CSS*/

@media only screen and (max-width: 600px) {
  .menuToggler {
    display: inline;
  }
  .menuUser {
    display: none;
  }
  .sidebar {
    width: 100%;
    display: none;
    position: inherit;
    z-index: 1;
  }
  .content {
    margin-left: 0px;
  }

  .temizForm div {
    padding: 0 1px 0 0;
    margin: 0 0 1px 0;
  }
  .temizForm input {
    font-size: 11px;
    padding: 0px !important;
    text-align: center;
  }
  .temizForm label {
    font-size: 11px;
    padding-top: 10px;
    text-align: center;
  }
  .smallTable {
    padding: 2px;
    /* box-shadow: 0px 0px 10px black; */
    font-size: 10px !important;
  }

  .smallButton {
    font-size: 11px !important;
  }
}

@media only screen and (min-width: 500px) {
  .sidebar {
    height: 100%;
    display: block;
  }
}
