body {
  font-family: "Open Sans", sans-serif;
  /* font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
  color: #505050;
  overflow-x: hidden;
  font-size: 14px;
  /*background: url(http://82.222.57.247/updater/background.ashx) no-repeat center center fixed;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

html {
  width: 100%;
  height: 100%;
}

.index-footer {
  /* position: absolute; */
  position: fixed;
  bottom: 12px;
  width: 100%;
  text-align: center;
  z-index: -1;
  /* dropdown ve içerik üzerinde görünmesi için */
}

.index-footer img {
  height: 40px;
}

/* Watermarked div */
.watermarked-div {
  position: fixed;
  width: 100%;
  height: 2000px; /* Tüm ekran yüksekliği */
  overflow: hidden;
  background-color: transparent; /* Arka plan rengi */
}

/* Watermark görüntüsü */
.watermark {
  position: absolute;
  opacity: 0.1; /* Şeffaflık */
  width: 200px; /* Görüntü genişliği */
  height: 200px; /* Görüntü yüksekliği */
  pointer-events: none; /* Kullanıcı tıklamalarını engelle */
}

.kml_download_button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  width: 100%;
  -moz-box-shadow: inset 0px 1px 0px 0px #54a3f7;
  -webkit-box-shadow: inset 0px 1px 0px 0px #54a3f7;
  box-shadow: inset 0px 1px 0px 0px #54a3f7;
  background-color: #1a73e8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #225a82;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 13px;
  padding: 6px 24px;
  text-decoration: none;
  text-align: center;
}

.loading-text {
  font-size: 18px !important;
  color: #1880c2 !important;
  border: 1px solid #1880c2 !important;
  padding: 8px !important;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.label-position-right {
  text-align: right !important;
}

.emptyrow {
}

.row-bottom-margin {
  margin-bottom: 10px;
}

.emptyrow-content {
  text-align: center;
  font-weight: bold;
  border-top: 2px solid #989898;
  border-left: 2px solid #989898;
  border-right: 2px solid #989898;
  padding: 3px;
  background-color: #eef3f5;
}

.version {
  text-align: right;
  color: #a19e9b;
  font-size: 11px;
  padding-right: 15px;
  padding-top: 15px;
}

.version-label {
  color: #a19e9b;
  font-size: 10px;
  background-color: white;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 2px;
  padding: 3px;
  border-radius: 3px 3px 3px;
  border: 1px solid #e6e3e1;
  position: relative;
}

#lblLoading {
  color: #0179a7;
}

.divTableParentRow {
  display: flex;
}

.divTable {
  display: table;
  width: 100%;
  height: 100%;
}

.divTableRow {
  display: table-row;
}

.divTableHeading {
  background-color: #eee;
  display: table-header-group;
}

.divTableCell,
.divTableHead {
  border: 2px solid #989898;
  display: table-cell;
  padding: 3px 5px;
}

.divTableCellLabel {
  width: 138px;
  border-bottom-style: none;
  color: #484848;
}

.divTableNoneRow {
  height: 15px;
}

.divTableContent {
  background-color: transparent;
  border-left-style: none;
  border-bottom-style: none;
}

.divTableCellBorder {
  border-bottom: 2px solid #989898;
  margin-bottom: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.divTableHeading {
  background-color: #eee;
  display: table-header-group;
  font-weight: bold;
}

.divTableFoot {
  background-color: #eee;
  display: table-footer-group;
  font-weight: bold;
}

.divTableBody {
  display: table-row-group;
}

.popover-loading {
  width: 60px;
}

.popover {
  min-width: 250px;
  max-width: 250px;
  width: 250px;
  text-align: center;
}

#ctxMenu {
  display: none;
  z-index: 100;
}

menu {
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  height: 20px;
  width: 20px;
  padding: 0;
  padding-left: 3px;
  margin: 0;
  border: 1px solid;
  border-color: #cccccc;
  background-color: white;
  font-weight: normal;
  white-space: nowrap;
  font-size: 13px;
}

menu:hover {
  background-color: #eef;
}

menu:hover > menu {
  display: block;
}

menu > menu {
  display: none;
  position: relative;
  top: -20px;
  left: 100%;
  width: 115px;
  cursor: pointer;
  padding-left: 5px;
}

menu[title]:before {
  content: attr(title);
}

menu:not([title]):before {
  content: "\2630";
}

.planfonksiyonseperator {
  visibility: hidden;
}

.fonksiyontable-label {
  font-weight: bold;
  text-align: left;
  font-size: 12px;
  color: #0c6587;
}

.fonksiyontable-value {
  text-align: right;
  font-size: 12px;
  color: #0c6587;
}

.fonksiyontable > th,
td {
  padding: 5px;
  border-top: 1px solid #e9e8e8;
}

.fonksiyontable tr td:first-child {
  border-left: 0;
}

.fonksiyontable tr:first-child td {
  border-top: 0;
}

.fonksiyontable {
}

.nonefonksiyonalani {
  margin-bottom: 1px;
  cursor: pointer;
  display: inline-block;
  padding: 4px 10px;
  line-height: 20px;
  color: white;
  text-align: center;
  border-radius: 3px;
  background-color: #92b919;
  font-size: 14px;
  margin-left: 1px;
  -webkit-box-shadow: inset 0px 1px 0px 0px #54a3f7;
  box-shadow: inset 0px 1px 0px 0px #54a3f7;
  border: 1px solid #225a82;
}

.fonksiyon-icon {
  font-size: 18px !important;
  margin-right: 4px;
}

.fonksiyonalani {
  margin-bottom: 1px;
  cursor: pointer;
  display: inline-block;
  padding: 4px 10px;
  line-height: 20px;
  color: white;
  text-align: center;
  border-radius: 3px;
  background-color: #1a73e8;
  font-size: 14px;
  margin-left: 1px;
  font-weight: 400;
  -webkit-box-shadow: inset 0px 1px 0px 0px #54a3f7;
  box-shadow: inset 0px 1px 0px 0px #54a3f7;
  border: 1px solid #225a82;
}

.fonksiyonalani:hover {
  color: white;
  background-color: #0054c1;
}

.planfonksiyonseperator {
}

.coordinate {
  color: black;
  font-size: 10px;
  height: 14px;
  padding: 1px;
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  right: 0;
}

.share-container {
  /*float:right;*/
}

.share-button:hover {
  background-image: url("../images/share-button-hover.png");
}

.share-button {
  right: 0px;
  top: 0px;
  width: 21px;
  height: 21px;
  background-image: url("../images/share-button.png");
  cursor: pointer;
  float: right;
  margin: 6px;
}

.share-button-container {
  width: 100%;
  height: 21px;
}

.download-button {
  width: 21px;
  height: 21px;
  background-image: url("../images/download-flat.png");
  cursor: pointer;
}

.download-button:hover {
  width: 21px;
  height: 21px;
  background-image: url("../images/download-flat-hover.png");
  cursor: pointer;
}

/*.cover {
	position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/imar-cloud.png) no-repeat center center fixed;
      -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	background-size: cover;
	}*/

a {
  /*color: #3498db;*/
  text-decoration: none;
}

a:focus,
a:hover {
  text-decoration: none;
  /*color: #5dade2;*/
}

h5 {
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 15px;
}

/**
İmar durumu Css
**/

/* .content-wrapper {
  color: #505050;
  width: 60%;
  background: #ffffffe3;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 3px;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.7);
  max-width: 1000px;
} */

.content-wrapper {
  color: #505050;
  width: 60%;
  max-width: 1000px;
  background: #ffffffe3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 3px;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.7);
  padding: 20px;
  box-sizing: border-box;
}

/* Mobil için (768px altı) */
@media (max-width: 768px) {
  .content-wrapper {
    position: static; /* absolute'ı kaldır */
    top: auto; /* top'u iptal et */
    left: auto; /* left'i iptal et */
    transform: none; /* transform'u iptal et */
    width: 90%; /* mobilde daha geniş yap */
  }
}

.query-wrapper {
  color: #505050;
  width: 1130px;
  background: #fff;
  position: absolute;

  left: 0;
  right: 0;
  margin: auto;
  padding: 30px;
  padding-top: 120px;
  padding-bottom: 20px;
  border-radius: 3px;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.7);
}

.nav-wrapper {
  width: 1130px;
  height: 90px;
  background: #fff;
  border-bottom: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  z-index: -100000;
}

.navbar-nav > ul > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 5px solid transparent;
  color: #0991c0;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
  padding-left: 15px;
  font-size: 14px;
}

.nav > li > a:focus,
.nav > ul > li > a:hover {
  background-color: #48c9b0;
  color: #fff;
  border-bottom: 5px solid #08c0ff;
}

.index-banner-inner {
  display: flex;
}

.home-header-wrapper {
  height: 114px;
  background-color: #f2f2f2;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding-top: 10px;
  padding-left: 20px;
}

.home-header-wrapper .company-logo {
  float: left;
  padding-right: 20px;
}

.header-wrapper {
  float: left;
  height: 90px;
}

.zoning-info {
  position: absolute;
  right: -47px;
  top: 0px;
}

/* Mobil cihazlar için düzenleme */
@media (max-width: 768px) {
  .zoning-info {
    position: fixed;
    z-index: 9999;
    display: flex;
    flex-direction: row;
    gap: 5px;
    background: #ffffffe3;
  }

  .zoning-info > a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 50%;
  }
}

.zoning-info > a {
  display: block;
  text-align: center;
  background: #3498db;
  color: #fff;
  margin-bottom: 1px;
  font-size: 18px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 3px;
  cursor: pointer;
}

.zoning-info > a:hover {
  background: #1f90dc;
}

.navbar-brand {
  height: 90px;
  padding: 5px;
}

.navbar-brand img {
  height: 80px;
}

.company-title {
  font-size: 34px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #177fc2;
  cursor: pointer;
}

.company-subtitle {
  font-size: 20px;
  margin-top: 5px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #505050;
  cursor: pointer;
}

.zoning-body {
  color: #505050;
  margin-bottom: 0;
  border-top: 0px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  margin: auto;
  padding: 25px;
}

.zoning-body a,
.zoning-body a:hover,
.zoning-body a:focus {
  /*color: #505050;*/
}

.col-title {
  font-size: 20px;
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #fff;
  background: #546e7a;
  padding: 10px;
  border-radius: 3px;
}

.login-heading {
  background-color: #67ae3e;
  padding: 10px 15px;
  color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.login-heading h4 {
  font-size: 22px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.form-control {
  height: 48px;
  border-radius: 3px;
  box-shadow: none;
  background-color: #f2f2f2;
}

.form-horizontal .control-label {
  padding-top: 12px;
  font-weight: 600;
  font-size: 16px;
}

.product-owner {
  padding: 5px 0px;
  margin-top: 20px;
  text-align: center;
}

.modal-title {
  font-weight: bold;
}

.map-container {
  border: 2px solid #989898;
  margin-bottom: 15px;
  width: 100%;
  background-color: white;
  /*max-height:550px;*/
}

.img-responsive {
  margin: auto;
}

.table-bordered > tbody > tr > td {
  border: 1px solid #cfd8dc;
}

.table > tbody > tr > td {
  background: #fafafa;
}

.table-subtitle {
  width: 150px;
  background: #eef3f5 !important;
}

.text-wrap {
  margin-bottom: 10px;
  font-size: 10px;
}

.text-wrap p {
  margin: 0 0 5px;
}

.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
}

.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
  opacity: 0;
}

.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}

.nav-wrapper .navbar-toggle .icon-bar {
  background: #505050;
}

/**
buttons
**/
.btn-default,
.btn-primary,
.btn-info,
.btn-danger,
.btn-success,
.btn-warning,
.btn-inverse {
  color: #fff;
  border-color: transparent;
  border-radius: 3px;
  padding: 12px 20px;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
}

.btn-default {
  background-color: #bdc3c7;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default,
.btn-default:active:focus,
.btn-default:active:hover {
  color: #fff;
  background-color: #cacfd2;
  border-color: transparent;
}

.btn-primary {
  background-color: #1abc9c;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary:active:focus,
.btn-primary:active:hover {
  color: #fff;
  background-color: #48c9b0;
  border-color: transparent;
}

.btn-info {
  background-color: #53ade8;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info,
.btn-info:active:focus,
.btn-info:active:hover {
  color: #fff;
  background-color: #3e9cd9;
  border-color: transparent;
}

.btn-danger {
  background-color: #e74c3c;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger,
.btn-danger:active:focus,
.btn-danger:active:hover {
  color: #fff;
  background-color: #ec7063;
  border-color: transparent;
}

.btn-success {
  background-color: #2ecc71;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success,
.btn-success:active:focus,
.btn-success:active:hover {
  color: #fff;
  background-color: #58d68d;
  border-color: transparent;
}

.btn-warning {
  background-color: #f1c40f;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning,
.btn-warning:active:focus,
.btn-warning:active:hover {
  color: #fff;
  background-color: #f5d313;
  border-color: transparent;
}

.btn-inverse {
  background-color: #34495e;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse,
.btn-inverse:active:focus,
.btn-inverse:active:hover {
  color: #fff;
  background-color: #415b76;
  border-color: transparent;
}

@media (max-width: 1200px) {
  .content-wrapper {
    width: 70%;
  }

  .query-wrapper {
    width: 90%;
  }

  .nav-wrapper {
    width: 90%;
  }
}
@media (max-height: 596px) {
  .content-wrapper {
    transform: none; /* translate kaldırılıyor */
  color: #505050;
  width: 60%;
  background: #ffffffe3;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 3px;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.7);
  max-width: 1000px;
  }
}

@media (max-width: 992px) {
  .divTableParentRow {
    display: block;
  }

  /* .content-wrapper {
    width: 70%;
  } */
  .content-wrapper {
    transform: none; /* translate kaldırılıyor */
  color: #505050;
  width: 60%;
  background: #ffffffe3;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 3px;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.7);
  max-width: 1000px;
  }

  .query-wrapper {
    width: 100%;
  }

  .nav-wrapper {
    width: 100%;
  }

  .company-title {
    font-size: 20px;
    margin-bottom: 0px;
  }

  .navbar-nav > ul > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navigation {
    width: 5vw !important;
  }
}

@media (min-width: 768px) {
  .collapse {
    display: block;
  }
}

/**
mobil görünüm
**/
@media (max-width: 400px) {
  .divTableParentRow {
    display: block;
  }

  .text-wrap {
    display: none;
  }

  .download-button {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .download-button {
    display: none !important;
  }

  .zoombar {
    display: block !important;
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #ffffff;
    padding: 5px;
    margin: 10px;
    color: #ffffff;
    font-weight: bold;
    width: 26px;
  }

  .divTableParentRow {
    display: block;
  }

  .btnImarDurumu {
    width: 100%;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
  }

  @-webkit-keyframes glowing {
    0% {
      background-color: #48c9b0;
      -webkit-box-shadow: 0 0 3px #48c9b0;
    }

    50% {
      background-color: #2fb198;
      -webkit-box-shadow: 0 0 40px #2fb198;
    }

    100% {
      background-color: #48c9b0;
      -webkit-box-shadow: 0 0 3px #48c9b0;
    }
  }

  @-moz-keyframes glowing {
    0% {
      background-color: #48c9b0;
      -moz-box-shadow: 0 0 3px #48c9b0;
    }

    50% {
      background-color: #2fb198;
      -moz-box-shadow: 0 0 40px #2fb198;
    }

    100% {
      background-color: #48c9b0;
      -moz-box-shadow: 0 0 3px #48c9b0;
    }
  }

  @-o-keyframes glowing {
    0% {
      background-color: #48c9b0;
      box-shadow: 0 0 3px #48c9b0;
    }

    50% {
      background-color: #2fb198;
      box-shadow: 0 0 40px #2fb198;
    }

    100% {
      background-color: #48c9b0;
      box-shadow: 0 0 3px #48c9b0;
    }
  }

  @keyframes glowing {
    0% {
      background-color: #48c9b0;
      box-shadow: 0 0 3px #48c9b0;
    }

    50% {
      background-color: #2fb198;
      box-shadow: 0 0 40px #2fb198;
    }

    100% {
      background-color: #48c9b0;
      box-shadow: 0 0 3px #48c9b0;
    }
  }

  .navigation {
    display: none;
  }

  /* .scale {
    display: none;
  } */
   

  .navbar-nav > ul > li > a {
    margin-left: -15px;
    margin-right: -15px;
  }

  .home-header-wrapper {
    margin-top: 45px;
    background-color: white;
    padding-left: 0px;
    height: 80px;
  }

  .home-header-wrapper .company-logo {
    float: inherit;
    padding-right: 0px;
    margin-bottom: 15px;
    text-align: center;
  }

  .nav-wrapper .navbar-collapse {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.5) !important;
  }

  .navbar-nav {
    margin: 0px 0px;
  }

  .navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
    color: #005471;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .nav > li > a:focus,
  .nav > li > a:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    border-bottom: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .product-owner {
    margin-top: 50px;
  }

  .zoning-info {
    right: 0;
    left: 0;
    margin-bottom: 0px;
  }

  .zoning-info > a {
    float: left;
    width: 25%;
    border-radius: 0px;
    background: #3498db;
    color: #fff;
    border-right: 1px solid #fff;
  }

  .zoning-info > a:first-child {
    border-right: 1px solid #fff;
  }

  .header-wrapper {
    height: 60px;
  }

  .content-wrapper {
    width: 100%;
    top: 0px;
    box-shadow: none;
    border-radius: 0px;
    padding: 20px;
  }

  .query-wrapper {
    width: 100%;
    top: 60px;
    box-shadow: none;
    border-radius: 0px;
    padding: 20px;
  }

  .navbar-toggle {
    margin-top: 13px;
    margin-right: 13px;
    margin-bottom: 13px;
  }

  .nav-wrapper {
    width: 100%;
    height: 60px;
  }

  .navbar-brand {
    height: 60px;
  }

  .navbar-brand img {
    height: 50px;
  }

  .company-logo {
    float: inherit;
    padding-right: 0px;
    margin-bottom: 15px;
    text-align: center;
  }

  .company-title {
    font-size: 15px;
    margin-bottom: 0px;
  }

  .company-subtitle {
    font-size: 10px;
  }

  .btn-success {
    width: 100%;
  }

  .cover {
    display: none;
  }

  body {
    background: #fff;
  }

  .table-subtitle {
    width: 50%;
    background: #e1f5fe;
  }
}

@media print {
  .planfonksiyonseperator {
    visibility: visible;
  }

  .query-wrapper {
    padding: 0px;
    position: relative;
    min-width: 1050px;
  }

  .zoning-body {
    margin-top: 20px;
  }

  .navbar-fixed-top {
    position: relative;
    margin-bottom: 20px;
  }

  .nav-wrapper {
    position: relative;
  }

  .navbar-header {
    position: relative;
  }

  .navbar-brand {
    height: 100px;
  }

  .img-responsive {
    margin: 0px;
    min-height: 100px;
    height: 100px;
  }

  .company-title {
    font-size: 35px;
  }

  .company-subtitle {
    font-size: 15px;
  }

  a[href]:after {
    content: none !important;
  }

  .navbar {
    display: block !important;
  }

  .query-wrapper {
  }

  .map-container {
    margin-bottom: 5px !important;
  }

  .text-wrap {
    margin: 0px 0px 15px 0px;
    font-size: 14px !important;
  }

  .text-wrap p {
    margin-bottom: 2px;
  }

  .table {
    margin-bottom: 2px;
  }

  .table-bordered > tbody > tr > td {
    padding: 2px;
  }

  .table {
    margin-bottom: 10px;
  }

  .prt-col-6 {
    width: 50% !important;
    float: left !important;
  }

  body {
    font-size: 14px !important;
  }

  .product-owner {
  }

  .table-subtitle {
    width: 150px;
  }

  .col-md-6,
  .col-sm-6 {
    width: 50% !important;
    float: left !important;
  }
}

.scrollable-menu {
  height: 155px;
  width: 100%;
  overflow-x: hidden;
  border: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  border-radius: 4px;
}

.scrollable-menu > a {
  overflow: hidden;
  position: relative;
  display: block;
  padding: 5px 10px;
  margin-bottom: -1px;
  background-color: #fff;
  border-left: 0px solid #d5d5d5;
  border-right: 0px solid #d5d5d5;
}

.zoombar {
  display: none;
}

.scale {
  float: left;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: #ffffff;
  padding: 0px;
  margin: 10px;
  color: #ffffff;
  font-weight: bold;
  width: 65px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  padding-bottom: 2px;
}

.scale-button {
  color: #535353;
  height: 25px;
  vertical-align: middle;
  padding: 0px !important;
}

.scale-button:hover {
  color: black;
}

.scale-button-in {
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.scale-button-in:hover {
}

.scale-button-out {
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.scale-button-out:hover {
}

.navigation {
  float: left;
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #ffffff;
  padding: 2px;
  margin: 10px;
  color: #ffffff;
  font-weight: bold;
  width: 77px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  border-radius: 2px;
}

.navigation-button {
  color: #d5d5d5;
  height: 25px;
  vertical-align: middle;
  font-size: 11px;
}

.navigation-button-plan {
  background-image: url("../images/plan_1.jpg");
  background-position: center;
  cursor: pointer;
  background-repeat: no-repeat;
}

.navigation-button-plan:hover {
  background-image: url("../images/plan_2.jpg");
}

.navigation-button-uydu {
  background-image: url("../images/uydu_1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  padding-left: 2px;
}

.navigation-button-uydu:hover {
  background-image: url("../images/uydu_2.jpg");
}

.map {
  width: 100%;
  height: auto;
}

/* SCROLLBAR */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-thumb {
  background-color: #bbb;
  border-radius: 3px;
}
::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}