body {
  font-family: "Open Sans", sans-serif;
  background-color: #E6E6E6;
  background-image: url(../image/body-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.body {
  min-height: 720px;
  padding-top: 30px;
}

.container {
  width: 960px !important;
}

.form-control {
  border-radius: 0px;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn {
  border-radius: 0px;
}

.userloginform {
  padding-top: 15px;
}

.userloginform .userloginbtn {
  background: #6c6053;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6c6053), color-stop(100%, #998675));
  background: -webkit-linear-gradient(top, #6c6053 0%, #998675 100%);
  background: -webkit-gradient(linear, top left, bottom left, from(#6c6053), to(#998675));
  background: linear-gradient(to bottom, #6c6053 0%, #998675 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c6053', endColorstr='#998675',GradientType=0 );
  border: 1px solid #ccc;
  padding: 6px 18px;
  color: white;
}

.menu {
  height: 63px;
  border-bottom: 3px solid #736659;
  background: #fefefe;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #d4d6d7));
  background: -webkit-linear-gradient(top, #fefefe 0%, #d4d6d7 100%);
  background: -webkit-gradient(linear, top left, bottom left, from(#fefefe), to(#d4d6d7));
  background: linear-gradient(to bottom, #fefefe 0%, #d4d6d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#d4d6d7',GradientType=0 );
}

.menu ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu ul li {
  float: left;
  border-left: 1px solid #f3f3f3;
  padding: 0px 6px;
  margin-top: 15px;
}

.menu ul li.logo {
  margin-top: 12px;
  border-left: none;
}

.menu ul li.logo a {
  padding-left: 0px;
}

.menu ul li a {
  display: inline-block;
  margin: 3px 0px;
  padding: 9px 12px;
  color: #222;
  text-decoration: none;
  -webkit-transition: color .2s;
  transition: color .2s;
}

.menu ul li a:hover {
  color: #998675;
}

.menu ul li a.active {
  color: #fefefe;
  background: #6c6053;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6c6053), color-stop(100%, #998675));
  background: -webkit-linear-gradient(top, #6c6053 0%, #998675 100%);
  background: -webkit-gradient(linear, top left, bottom left, from(#6c6053), to(#998675));
  background: linear-gradient(to bottom, #6c6053 0%, #998675 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c6053', endColorstr='#998675',GradientType=0 );
}

.menu .qsearch {
  float: right;
  width: 300px;
  padding-top: 15px;
}

.menu .qsearch .form-control {
  border: 1px solid #eee;
  padding-right: 24px;
}

.menu .qsearch .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.menu .qsearch .sbmtbtn {
  position: absolute;
  right: 24px;
  top: 22px;
  text-decoration: none;
}

.logout {
  float: right;
  margin-right: 12px;
  margin-top: -44px;
  color: #d9534f;
}

.logout a {
  text-decoration: none;
  color: inherit;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-image: url(../image/footer.png);
  background-position: center;
  height: 33px;
}

.footer .container {
  padding-top: 3px;
}

.antikyer {
  padding-bottom: 48px;
}

.antikyer .panel {
  margin: 0px !important;
}

.antikyer .panel-heading {
  background: #f2f2f2;
}

.antikyer .panel-collapse {
  background: #ccc;
}

.antikyer .panel-title {
  color: #524640;
  font-weight: bold;
}

.antikyer .panel-body {
  font-size: .85em;
}

.antikyer .panel-body label {
  display: block;
  font-weight: 300;
}

.antikyer .panel-body strong {
  font-size: 1.2em;
}

.antikyer .yerlesimara {
  background: #6c6053;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6c6053), color-stop(100%, #998675));
  background: -webkit-linear-gradient(top, #6c6053 0%, #998675 100%);
  background: -webkit-gradient(linear, top left, bottom left, from(#6c6053), to(#998675));
  background: linear-gradient(to bottom, #6c6053 0%, #998675 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c6053', endColorstr='#998675',GradientType=0 );
  width: 100%;
  text-align: center;
  border: 1px solid #ddd;
  padding: 8px;
  color: #f3f3f3;
  font-weight: bold;
}

.antikyer .yerlesimbaslik {
  background: #6c6053;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6c6053), color-stop(100%, #998675));
  background: -webkit-linear-gradient(top, #6c6053 0%, #998675 100%);
  background: -webkit-gradient(linear, top left, bottom left, from(#6c6053), to(#998675));
  background: linear-gradient(to bottom, #6c6053 0%, #998675 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c6053', endColorstr='#998675',GradientType=0 );
  border-top: 1px solid #ddd;
  padding: 9px 15px;
  color: #f3f3f3;
  font-weight: bold;
}

.antikyer .yerlesimliste {
  padding: 0px;
  background: #fdfdfd;
}

.antikyer .yerlesimliste table {
  width: 100%;
  border-collapse: collapse;
}

.antikyer .yerlesimliste table th {
  width: 70%;
  padding: 9px 15px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.antikyer .yerlesimliste table td {
  width: 15%;
  text-align: center;
  padding: 9px 15px;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.antikyer .yerlesimliste table td a {
  text-decoration: none;
  color: inherit;
}

.antikyer .secmenpager {
  list-style: none;
  padding: 0px;
  margin: auto;
  width: 308px;
  margin-bottom: 12px;
  overflow: hidden;
}

.antikyer .secmenpager li {
  float: left;
  margin-left: 12px;
}

.antikyer .secmenpager li select {
  min-width: 96px;
}

.antikyer .latlongir {
  margin-top: 6px;
  margin-bottom: 6px;
  background: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
}

.antikyer .latlongir label {
  padding-top: 6px;
  text-align: right;
}

.antikyer .latlongir .btn {
  width: 100%;
}

.chkface {
  display: inline-block;
  padding: 0;
  margin: 0;
  overflow: hidden;
  max-width: 15px;
  max-height: 11px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../image/chkbox.png);
}

.chkface.checked {
  background-image: url(../image/chkbox-checked.png);
}

.antikyerdetay {
  padding-bottom: 48px;
}

.antikyerdetay .yeradi {
  background: #6c6053;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6c6053), color-stop(100%, #998675));
  background: -webkit-linear-gradient(top, #6c6053 0%, #998675 100%);
  background: -webkit-gradient(linear, top left, bottom left, from(#6c6053), to(#998675));
  background: linear-gradient(to bottom, #6c6053 0%, #998675 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c6053', endColorstr='#998675',GradientType=0 );
  color: white;
}

.antikyerdetay .keywords {
  background: #ccc;
}

.antikyerdetay .yeradi > ul,
.antikyerdetay .keywords > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.antikyerdetay .yeradi > ul > li,
.antikyerdetay .keywords > ul > li {
  float: left;
  width: 75%;
  padding: 15px 6px 15px 20px;
  border-left: 1px solid black;
}

.antikyerdetay .yeradi > ul > li span,
.antikyerdetay .keywords > ul > li span {
  line-height: 34px;
}

.antikyerdetay .yeradi > ul > li:first-child,
.antikyerdetay .keywords > ul > li:first-child {
  border-left: none;
  width: 25%;
  font-weight: bold;
}

.antikyerdetay .tablar {
  margin-top: 12px;
}

.antikyerdetay .tablar .yerframe {
  width: 100%;
  border: none;
  background: none;
  height: 740px;
}

.antikyerdetay .tablar .nav-tabs li a {
  padding: 4px 10px 5px 12px;
  margin-top: 5px;
  border-radius: 0px;
  border: none;
  background-color: #ccc;
}

.antikyerdetay .tablar .nav-tabs li a.yeni {
  background-color: #39B54A;
  color: white;
}

.antikyerdetay .tablar .nav-tabs li a.yeni i {
  margin-top: 5px;
  display: inline-block;
}

.antikyerdetay .tablar .nav-tabs li.active a {
  padding: 7px 10px 7px 12px;
  margin-top: 0px;
  background-color: #f2f2f2;
}

.antikyerdetay .tablar .nav-tabs li.active a:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: 1;
  top: 0px;
  right: -12px;
  border-style: solid;
  border-width: 0px 12px 36px 0px;
  border-color: transparent transparent #f2f2f2;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.antikyerdetay .tablar .nav-tabs li.active a.yeni {
  background-color: #39B54A;
  color: white;
}

.antikyerdetay .tablar .nav-tabs li.active a.yeni i {
  margin-top: 5px;
}

.antikyerdetay .tablar .nav-tabs li.active a.yeni:after {
  border-color: transparent transparent #39B54A;
}

.yerlesim {
  background: #F2F2F2;
  border: none;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

.yerlesim table {
  width: 100%;
  border-collapse: collapse;
}

.yerlesim table td {
  width: 33%;
}

.yerlesim table th {
  width: 17%;
}

.yerlesim table td,
.yerlesim table th {
  border: 1px solid #e3e3e3;
  padding: 15px 24px;
}

.yerlesim table td:first-child,
.yerlesim table th:first-child {
  border-left: none;
}

.yerlesim table td:last-child,
.yerlesim table th:last-child {
  border-right: none;
}

.yerlesim .gallery ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.yerlesim .gallery ul li {
  width: 120px;
  height: 90px;
  margin: 6px;
  float: left;
}

.yerlesim .gallery ul li .cover {
  width: 120px;
  line-height: 100px;
  text-align: center;
  color: #FFF;
  background: #333;
  background: rgba(0, 0, 0, 0.3);
}

.select2 {
  width: 100%;
}

.select2-choices {
  border: 1px solid #ccc !important;
  border-radius: 0px !important;
  background: white !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.select2-search-choice {
  background: none !important;
  border: 1px solid #ddd !important;
  padding: 3px 6px 5px 16px !important;
  margin-top: 4px !important;
  border-radius: inherit !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.kullanicilar {
  background-color: #F2F2F2;
  margin-top: 60px;
  padding: 0px;
}

.kullanicilar table {
  border-collapse: collapse;
  margin-bottom: 0px;
}

.kullanicilar table .listecap {
  font-size: 2em;
  line-height: 1.8em;
}

.kullanicilar table td,
.kullanicilar table th {
  padding: 9px 12px !important;
}

.kullanicilar table th {
  border: none;
}

.kullanicilar table td {
  border: none;
  border-top: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
}

.kullanicilar table td:last-child {
  border-right: none;
}

.kullanicilar table td .btn {
  min-width: 80px;
}