﻿html, body {
    height: 100%;
    overflow:hidden;
}




.detay-list {
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    max-height: 250px;
    overflow-y: auto;
    width: 75%;
    z-index: 1000;
}
.detay-list div {
    padding: 5px;
    cursor: pointer;
}
.detay-list div:hover {
    background-color: #f8f9fa;
}

.select2-container{
    width:100% !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 0.8rem !important;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #575757; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #484848; 
}

.esri-popup__footer {
    display: block !important;
}

.esri-popup__inline-actions-container {
    display: none !important;
}
h2.esri-widget__heading {
    font-size: 0.75rem;
}


.esri-popup__content {
   
    margin: 0px;
}

.esri-view-width-xlarge .esri-popup__main-container,
.esri-view-width-large .esri-popup__main-container {
    width:300px !important;
}

#containerChart {
    height: 400px;
}

.highcharts-figure,
.highcharts-data-table table {
    
    margin: 1em auto;
}

#sliders td input[type="range"] {
    display: inline;
}

#sliders td {
    padding-right: 1em;
    white-space: nowrap;
}
.highcharts-credits {
    display:none;
}
.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}


.small-box .icon>i.fa, .small-box .icon>i.fab, .small-box .icon>i.fad, .small-box .icon>i.fal, .small-box .icon>i.far, .small-box .icon>i.fas, .small-box .icon>i.ion {
    font-size: 110px;
    top: 20px;
}

/*.esri-popup__collapse-icon {
    display: none !important;
}
.esri-popup__header {
   display: none !important;
}
.esri-popup__content {
   
    margin: 0px;
}
.esri-popup__main-container {
    width:230px !important;
}*/

.main-sidebar .sidebar {
    overflow-y: hidden !important;
}

.control-sidebar, .control-sidebar::before {
    bottom: calc(3.5rem + 1px);
    display: none;
    right: -300px;
    width: 300px;
    transition: right .3s ease-in-out,display .3s ease-in-out;
}

 #contextMenu {
      position: absolute;
      background-color: white;
      border: 1px solid #ccc;
      box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
      z-index: 1000;
      display: none;
      padding: 10px;
      width: 150px;
    }

    #contextMenu ul {
      list-style-type: none;
      padding: 0;
      margin: 0;
    }

    #contextMenu ul li {
      padding: 5px;
      cursor: pointer;
    }

    #contextMenu ul li:hover {
      background-color: #f0f0f0;
    }

.docking-control {
       
        display:none;
      }

.select2-results__option {
    font-size: 0.75rem !important;
    padding:3px !important;
}

.dataTables_wrapper {
    width: 100% !important;
}
.dataTables_scroll {
    /*height: calc(100vh - 750px) !important;*/
}
.dataTables_scrollBody {
    /*height:500px !important;*/
}
.dataTables_scrollHeadInner {
    width:100% !important;
}
.tooltip {  
    opacity: 1;  
}
.containerBody{
    min-height: 100%;
    height: 100%;
    min-width:100%;
    width:100%;    

}

[class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-open>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link {
    background-color: rgb(100 100 100 / 60%);/*rgb(6 18 30 / 66%);*/
    color: #fff;
}

[class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-open>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link:focus {
   background-color: rgb(31 36 40 / 90%);/*rgb(6 18 30 / 86%);*/
    color: #fff;
}
}

[class*=sidebar-dark-] {
    background-color: #080d12 !important;
}

.layout-navbar-fixed .wrapper .sidebar-dark-blue .brand-link:not([class*=navbar]) {
    background-color: #0c0d0a!important;
}
.navbar-dark {
    background-color: #0c0d0a!important;/*#041b31!important;/*#002d54!important;/*#070e14;*/
    border-color: #4b545c;
}





  

.divKapakCss{
    -webkit-align-items: center;
    align-items: center;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    
    -webkit-justify-content: center;
    justify-content: center;
}

.footer-panel {
  border-top: 1px solid #ddd;
  padding: 10px 15px;
  background-color: #f8f9fa;
  font-size: 0.75rem;
  color: #666;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
}

.footer-logo {
  height: 40px;
  width: auto;
}



.slide-panel {
  position: fixed;
  top: 0;
  left: -100%;
  width: 90%;
  max-width: 500px;
  height: 100%;
  background: white;
  box-shadow: 2px 0 10px rgba(0,0,0,0.2);
  z-index: 9999;
  overflow-y: hidden;
  transition: left 0.3s ease;
}

.slide-panel.active {
  left: 0;
}

.close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 1.25rem;
  border: none;
  /*background: none;*/
  cursor: pointer;
}

.place-image {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #eee;
}

.place-info {
  padding: 15px;
}

.detail-btn {
  background: #f44366;
  color: white;
  border: none;
  width: 100%;
  border-radius: 8px;
  font-weight: bold;
}

.gallery {
  padding: 15px;
}

.gallery h3 {
  margin-bottom: 10px;
  font-size: 16px;
}

/*.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.gallery-grid img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  object-fit: cover;
  cursor: pointer;
}*/

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  gap: 8px;
}

.gallery-grid img {
  width: 100%;
  height: auto;
  max-width: 100px;
  max-height: 100px;
  border-radius: 6px;
  object-fit: cover;
  cursor: pointer;
  display: block;
  margin: auto;
}

.fotoimg {
  width: 10vw;             /* Ekran küçüldükçe küçülür */
  max-width: 80px;        /* En fazla 100px olur */
  aspect-ratio: 1 / 1;
  border-radius: 6px;
  object-fit: cover;
  cursor: pointer;
  display: block;
  margin: 4px;
}

.desc{
    height:calc(80vh - 480px);
    max-height: calc(80vh - 480px);
    overflow-y: auto;
    border-top: 1px solid #dee2e6;
}

.sagLogoCss{
    z-index:99; position:fixed;bottom:0;right:0;margin-bottom:1%;max-width: 20%;
}

         .footer-box {
    position: fixed;
    bottom:0;
    left: 60%;
    transform: translateX(-60%);
    
    border-radius: 10px;
    display: flex;
    align-items: center;
    z-index: 1000;
  }

         .search-box {
    position: absolute;
    left: 55%;
    transform: translateX(-55%);
    
    border-radius: 10px;
    box-shadow: 4px 4px 10px #f4a3a3, -4px -4px 10px #ffd6d6;
    width: 70%;
    max-width: 400px;
    display: flex;
    align-items: center;
    z-index: 1000;
  }

  .search-box input {
    border: none;
    background: transparent;
    color: white;
   
    flex: 1;
    outline: none;
  }

  .search-box input::placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
  }

  .search-box i {
    color: white;
    font-size: 0.875rem; /* icon da responsive */
    margin-left: 10px;
  }

  .filter-box {
    position: absolute;
    top: 50px;
    left: 55%;
    transform: translateX(-55%);
    width: 70%;
    max-width: 400px;
    height: 0;
    overflow: hidden;
    background: white;
    border-radius: 10px;
    box-shadow: 4px 4px 10px #f4a3a3, -4px -4px 10px #ffd6d6;
    transition: height 0.4s ease, opacity 0.4s ease;
    opacity: 0;
    z-index: 999;
    overflow-y:auto;
  }

  .filter-box.show {
    height: 25vh;
    opacity: 1;
  }


/*.modalImg {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease; 
  pointer-events: none; 
}

.modalImg.show {
  opacity: 1;
  pointer-events: auto; 
}

.modalImg-wrapper {
  max-width: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.modalImg-content {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(255,255,255,0.3);
}

.closeImg {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.closeImg:hover {
  color: #bbb;
}*/


.modalImg {
  display: flex;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  flex-direction: column;
}

.modalImg.show {
  opacity: 1;
  pointer-events: auto;
}

.carousel-container {
  position: relative;
  max-width: 90%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modalImg-content {
  max-height: 90vh; /*70vh;*/
  max-width: 100%;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(255,255,255,0.3);
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255,255,255,0.2);
  color: white;
  border: none;
  font-size: 2rem;
  padding: 1px 15px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 1;
}

.carousel-btn.prev {
  left: -60px;
}

.carousel-btn.next {
  right: -60px;
}

.thumbnail-container {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  overflow-x: auto;
  padding: 5px;
}

.thumb {
  width: 60px;
  height: 40px;
  object-fit: cover;
  border-radius: 5px;
  opacity: 0.5;
  cursor: pointer;
  transition: 0.3s;
}

.thumb:hover, .thumb.active {
  opacity: 1;
  outline: 2px solid #fff;
}

.closeImg {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10;
}

.closeImg:hover {
  color: #bbb;
}











.image-wrapper {
    overflow:hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    
  }
  &.has-bg-image .image-wrapper {
    display: block;
  }

.imgDe {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }

/* Küçük resimlerin stili */
.thumbnail {
    width: 150px;
    height: 150px;
    object-fit: cover;

    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    box-shadow: 0 1px 2px rgb(0 0 0 / 8%);
}
.thumbnail-container {
    display: inline-block;
    margin: 10px;
    text-align: center;
}
.gallery-container {
    display: flex;
    flex-wrap: wrap;
    
}
.delete-btn {
    display: block;
    margin: 0 auto;
    font-size:0.75rem;

    
}

#tableJeolojiSKN tbody>tr>td:first-of-type {
     padding-left: 10px !important;
}

#tableJeolojiSK_Laboratuvar_N tbody>tr>td:first-of-type {
     padding-left: 10px !important;
}



#tableJeofizikDes tbody>tr>td:first-of-type {
     padding-left: 10px !important;
}


table.dataTable td {
    padding: 10px;
    text-align:center;
}


.jeolojiHendek_cb:checked~.jeolojiHendek_cb::before {
    color: #fff;
    border-color: rgb(0 255 220);
    background-color: rgb(187 252 243);
    box-shadow: none;
}

.jeofizikDes_cb:checked~.jeofizikDes_cb::before {
    color: #fff;
    border-color: rgb(243 69 69);
    background-color: rgb(255 180 180);
    box-shadow: none;
}

.jeofizikErt_cb:checked~.jeofizikErt_cb::before {
    color: #fff;
    border-color: rgb(149 5 149);
    background-color: rgb(255 0 255);
    box-shadow: none;
}

.jeofizikMt_cb:checked~.jeofizikMt_cb::before {
    color: #fff;
    border-color: rgb(255 255 0);
    background-color: rgb(255 255 0);
    box-shadow: none;
}

.jeofizikSerim_cb:checked~.jeofizikSerim_cb::before {
    color: #fff;
    border-color: rgb(130 195 0);
    background-color: rgb(170 255 0);
    box-shadow: none;
}

.jeolojiSonrajNo_cb:checked~.jeolojiSonrajNo_cb::before {
    color: #fff;
    border-color: rgb(0 0 255);
    background-color: rgb(0 0 255);
    box-shadow: none;
}

.volYamacMolozu_cb:checked~.volYamacMolozu_cb::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-image:url("../images/legends/ymvolyamacmolozu.PNG");
    box-shadow: none;
}

.yamanlarVolkanitler_cb:checked~.yamanlarVolkanitler_cb::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-image:url("../images/legends/yamanlarvolkanitler.PNG");
    box-shadow: none;
}

.jeoDolgu_cb:checked~.jeoDolgu_cb::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-image:url("../images/legends/jeodolgu.PNG");
    box-shadow: none;
}

.aluvyon_cb:checked~.aluvyon_cb::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-image:url("../images/legends/aluvyon.PNG");
    box-shadow: none;
}

.jeolojiTuf_cb:checked~.jeolojiTuf_cb::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-image:url("../images/legends/jeolojiktuf.PNG");
    box-shadow: none;
}

.andezitYamacMolozu_cb:checked~.andezitYamacMolozu_cb::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-image:url("../images/legends/andezityamacmolozu.PNG");
    box-shadow: none;
}

.oa23_cb:checked~.oa23_cb::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-image:url("../images/legends/oa_2_3.PNG");
    box-shadow: none;
}

.oa3_cb:checked~.oa3_cb::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-image:url("../images/legends/oa_3.PNG");
    box-shadow: none;
}

.oa1_1_cb:checked~.oa1_1_cb::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-image:url("../images/legends/oa1_1.PNG");
    box-shadow: none;
}

.uoa3_cb:checked~.uoa3_cb::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-image:url("../images/legends/uoa_3.PNG");
    box-shadow: none;
}

.ao51_cb:checked~.ao51_cb::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-image:url("../images/legends/ao_5_1.PNG");
    box-shadow: none;
}

.oa_1_1_cb:checked~.oa_1_1_cb::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-image:url("../images/legends/oa_1_1.PNG");
    box-shadow: none;
}
.oa_1_2_cb:checked~.oa_1_2_cb::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-image:url("../images/legends/oa_1_2.PNG");
    box-shadow: none;
}

.uoa_2_3_cb:checked~.uoa_2_3_cb::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-image:url("../images/legends/uoa_2_3.PNG");
    box-shadow: none;
}

.oa_5_1_cb:checked~.oa_5_1_cb::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-image:url("../images/legends/oa_5_1.PNG");
    box-shadow: none;
}

.oa_5_2_cb:checked~.oa_5_2_cb::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-image:url("../images/legends/oa_5_2.PNG");
    box-shadow: none;
}

.amb_cb:checked~.amb_cb::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-image:url("../images/legends/amb.PNG");
    box-shadow: none;
}

.ua_2_cb:checked~.ua_2_cb::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-image:url("../images/legends/ua_2.PNG");
    box-shadow: none;
}

.oa_2_1_cb:checked~.oa_2_1_cb::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-image:url("../images/legends/oa_2_1.PNG");
    box-shadow: none;
}

.aje_cb:checked~.aje_cb::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-image:url("../images/legends/aje.PNG");
    box-shadow: none;
}

.oa_2_2_cb:checked~.oa_2_2_cb::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-image:url("../images/legends/oa_2_2.PNG");
    box-shadow: none;
}


.chkBayrakli1KademeOY:checked~.chkBayrakli1KademeOY::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-color: orange;
    box-shadow: none;
}
.chkBornova1KademeOY:checked~.chkBornova1KademeOY::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-color: orange;
    box-shadow: none;
}

.chkBayrakli2KademeOY:checked~.chkBayrakli2KademeOY::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-color: red;
    box-shadow: none;
}
.chkBornova2KademeOY:checked~.chkBornova2KademeOY::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-color: red;
    box-shadow: none;
}

.chkBornovaYigmaOY:checked~.chkBornovaYigmaOY::before {
    color: #fff;
    border-color: rgb(126 126 126);
    background-color: yellow;
    box-shadow: none;
}



#ModalDosya {
    z-index: 1050; /* Bootstrap'in varsayılan z-index değeridir */
}

/* İkinci modalın z-index ayarı - birinciden yüksek */
#carouselModal {
    z-index: 1060; /* İkinci modal birinciden yüksek olmalı */
}

/* İkinci modalın arka planının (backdrop) z-index ayarı */
.modal-backdrop.show {
    z-index: 1045; /* İlk modalın z-index'inden daha düşük olmalı */
}



/* Modal içinde daha büyük bir z-index'e sahip olan elemanlar */
.modal-backdrop {
    z-index: 1040; /* Arka planda ikinci modal ile çakışmaması için */
}

.buttonCss{
    opacity: 1;
}

.buttonCss:hover {
  box-shadow: 0 3px #666;
  transform: translateY(2px);
}

._cbcssve {
    border-color: darkgrey;
    border-width: 1px;
    width: 100%;
    color: #000000;
    padding: 0.1em 0.3em;
    margin: 0.1em auto;
    border: 1px solid #01021C;
    background: #e8e8e8;
    transition: border-color 0.1s;
    border-radius: 5px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: inset 2px 2px 10px rgba(26, 21, 21, 0.54);
    -moz-box-shadow: inset 2px 2px 10px rgba(26, 21, 21, 0.54);
    -webkit-box-shadow: inset 2px 2px 10px rgba(26, 21, 21, 0.54);
}

.ui-autocomplete { 
  position: absolute; 
  cursor: default;
  z-index:1000 !important;
  font-size:0.75rem;
  font-size: 0.75rem;
    background-color: white;
    border-radius: 5px;

}  

.ui-selectmenu-menu {
    z-index:100;
}

.outer {
  position:absolute;
  align-items: center;
  display: none;
  max-height: 200px;
  width:200px;
  background-color:#fff;
  justify-content: center;
  max-width: 100%;
  overflow: hidden;
  z-index:9;
  border: none !important;
  border-radius: 10px;
}


.outerVeriKayit {
  position:absolute;
  align-items: center;
  display: none;
  max-height: 900px;
  width:500px;
  background-color:#fff;
  justify-content: center;
  max-width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index:9;
  border: none !important;
  border-radius: 10px;
}



.ortaBolge {
    width: 100%;
    height: 100%;
    min-height: 100%;
}
.shadow {
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
}
.roundedCorners{
    border:solid 3px #162A4C;
    border-radius:6px;
    border-bottom: 3px solid #84A3C8;
    -moz-box-shadow: 0px 1px 4px #2c80bf;
    -webkit-box-shadow: 0px 1px 4px #2c80bf;
    border-bottom-color: #162A4C;
}

.txtAdresAraCss {
    padding-left: 10px;
    font-family: Tahoma;
    font-size: 16px;
    /* color: #afb2b4; */
    color: rgba(50, 110, 165, 0.90);
    border: 2px solid rgba(50, 110, 165, 0.90);
    background-color: #fff;
    border-radius: 5px;
}
#hizliAraBar{
    height:10%;
}
#detayliAramaMenu{
   display:none;
    background-color:#efefef;
}
#hizliAramaMenu{
   
    background-color:#f5f5f5;
    height: 300px;
	max-height: 340px;
	overflow-y: scroll;
	border: 1px solid #ccc;

    position: absolute;
    padding: 0 1rem;
    left: 0;
    top: 50px;
    right: 55px;
    bottom: 0;
    z-index: 10;
    display: none;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
}
#menuPanel{
    display:none;
}
.yakinimItem {
    border: 1px solid #999;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 5px;
    background-color: #ededed;
    width: 100%;
	font-size:0.75rem;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #0069d9;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}
/*#toolsBar{
    position:fixed;
    right:0;
    bottom:0;
}*/
/*#toolsBar{
    width:5%;
}*/


.modalCss{
    display:block;
    background-color:#000000b0;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #17a2b8;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #17a2b8;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #17a2b8;
}


.esriPopup .sizer {
	/*width: 480px !important;*/
}

.esriPopup .contentPane {
	position: relative;
	overflow: visible !important;
	padding: 10px;
	/*background-color: #f1f1f1d1 !important;*/
	color: #333333;
	/*max-height: 560px !important;*/
}
			
.dijitDialogPaneContent
{
	background-color: #f1f1f1d1 !important;
	height:100% !important;
}
.dijitDialog 
{
	border-radius: 10px;
}
			
/*.dijitDialogTitleBar {
    border: 1px solid #759dc0 !important;
    border-top: none;
    background-color: #09378c !important;
}
			
.dijitDialogTitle {
    font-size: 1.091em;
    color: #ffffff !important;
}*/
			
.esriPopup .titleButton.maximize {
	display: none !important;
}
			
.esriPopup .titlePane {
	background-color: #017bff !important;
}
.esriPopup .actionsPane {
	background-color: #017bff !important;
}
			
.esriPopup .outerPointer {
	background-color: #dce4ff !important;
}
.esriAttributeInspector .atiLabel {
	font-weight: bold !important;
}
.esriAttributeInspector .atiButtons {
	margin-bottom:30px !important;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 350px;
    position: fixed;
    top: 0;
    left: -350px;
    height: 100vh;
    z-index: 99999;
    color: #fff;
    background: #d6d6d6;
    transition: all 0.3s;
    overflow-y: auto;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar
button[aria-expanded="true"] {
    background: #16a2b8;
    color:white;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #d6d6d6;
    border-color: #dee2e6 #dee2e6 #fff;
}
.draggable {
  display: inline-block;
  padding: 1px 3px;
  font-weight: bold;
  color: white;
  background-color: indianred;
}

.arkaPlanCss{
	background-color: #d4d4d4;
    height: 60%;
    width: 47%;
    position: fixed;
}

.solKabloPanelCss{
    position: absolute;
    left: 0;
    width: 100px;
    height: 50%;
    border: 6px solid #f7f5ee;
    margin-top: 5%;
}

.sagKabloPanelCss{
	position: absolute;
	right: 0;
	width: 100px;
    height: 50%;
    border: 6px solid #f7f5ee;
    margin-top: 5%;
}

.draggableCss {
	position: absolute;
	right: 0;
}
.tupSolCss {
	height:20px;
	width:50px;
	margin-top:20px;
	float:left;
	
}
.tupSagCss {
	height:20px;
	width:50px;
	margin-top:20px;
	float:right;
	
}

.imgResimCss{
    width:100%;
    height:calc(100vh - 100px);
}
.imgResimToolTipCss{
    width:100%;
    height:90px;
}
.imgResimCss2{
    width:100%;
    height:calc(100vh - 80px);
}

.imgResimCss22{
    width:100%;
    min-height:430px;
    height:430px;
}

.imgResimInfoDosyaCss{
    width:100%;
    min-height:600px;
    height:610px;
    max-height :610px;
}
.imgResimInfoLevhaCss{
    width:100%;
    min-height:280px;
    height:290px;
    max-height :290px;
}
.divSorguSonucCss{
    z-index:999;
    position:absolute;
    bottom:0;
}

.divLayersCss{
    display:none;
    z-index:100001;
    position:absolute;
    bottom:0;
    right:0;
    background-color: #ffffff;
    /*height:40%;
    max-height:50%;
    min-height:40%;*/
    font-size:0.75rem;
    overflow:hidden;
}

.modal-section {
    display: flex;
    flex-direction: row;
}

.flex-30 {
    display: flex;
    flex: 30% 1;
}
.flex-70 {
    display: flex;
    flex: 70% 1;
}
.flex-50 {
    display: flex;
    flex: 50% 1;
}

.modal-subsection {
    padding: 5px;
    display: flex;
    flex-direction: column;
    border: 1px solid #d5d5d5;
    margin: 5px;
    border-radius: 4px;
}


.tarihContainer {
    right: 3px;
}
.boxContainerStyle {
    position: absolute;
    border-radius: 5px;
    background: rgba(190, 190, 180, 0.701961);
    border: 1px solid #1c6e8e;
    bottom: 6px;
}
.panRenkler {
    font-weight: bold;
    color: #2c3e50;
    user-select: text;
    padding: 3px 2px 2px 2px;
    font-family: 'Roboto',sans-serif !important;
    line-height: 20px;
}

.panoDivCss {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    color: #fff;
    background: black;
    /*height: calc(100% - 30px);*/
    height: 100%;
}
.kaydirmaDivCss{
    position: absolute;
    left: -3px;
    top: 0;
    bottom: 0;
    width: 8px;
    cursor: w-resize;
}
.panoUstuneDivCss{
    bottom: 0px;
    right: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 500;
    background: transparent;
}






.custom-select {
  position: relative;
  font-family: Arial;
  font-size: 0.875rem;
}

.custom-select select {
  display: none;
}

.select-selected {
  /*background-color: DodgerBlue;*/
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: transparent transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

.select-items div,
.select-selected {
  /*color: #ffffff;*/
  /*padding: 8px 16px;*/
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

.select-items {
  z-index: 999999;
  position: absolute;
  background-color: white;
  top: 100%;
  left: 0;
  right: 0;
  font-size: 0.875rem;
  padding: 1px 12px;
}

.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.select-items .square-box {
  height: 18px;
  width: 18px;
  float: right;
  border: 1px solid black;
}
.select-items .square-box0 {
  height: 18px;
  width: 18px;
  float: right;
}

.select-selected .square-box {
  height: 18px;
  width: 18px;
  right: 30px;
  position: absolute;
}

/*#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}*/

.baslangicKoordinatEkraniCss{
    z-index:1000; 
    position:absolute;
    top:0;left:0;
    margin-top:5px;
    width:20%;
   
    display:none;
}

.bilgiEkraniCss{
    z-index:1000; 
    position:absolute;
    top:0;left:0;
    margin-top:5px;
    width:20%;
   
    display:none;
}

.cardBodyBilgiEkraniCss{
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    overflow-x: hidden;
}

.menuCss{
    z-index:1000; 
    position:absolute;
    top:0;left:0;
    display:none;
    width:200px;
}
.mapDivCss{
    height: 100vh; overflow: hidden;
}

.sidebarCardCss{
    height:calc(100vh - 80px);
}

.sidebarfootCss{
    padding: 10px;position:absolute;top:94%;z-index:99999999;
}

.cardBodyCss{
     height:calc(100vh - (3.5rem + 1px))
}



@media screen and (max-width: 1650px) {
  .bilgiEkraniCss {
    width:30%;
  }
}

@media screen and (max-width: 1382px) {
  .bilgiEkraniCss {
    width:35%;
  }
}

@media screen and (max-width: 992px) {
  .bilgiEkraniCss {
    width:45%;
  }
}

@media screen and (max-width: 768px) {
  .bilgiEkraniCss {
    width:50%;
  }
   .dropdown-menu {
        min-width: 5rem !important;  
    }
    .imgResimCss{
        width:100%;
        height:330px;
    }
}

@media screen and (max-width: 660px) {
  .bilgiEkraniCss {
    width:60%;
  }
}

@media screen and (max-width: 482px) {
  .bilgiEkraniCss {
    width:99%;
  }

  .sidebarCardCss{
    height:calc(100vh - 120px);

}

  .cardBodyCss{
    padding-top:calc(3.5rem + 5px) !important;
}
  .sidebarfootCss{
    width:250px;
}

  .layout-navbar-fixed .wrapper .content-wrapper {
    margin-top: 0px !important;
}

  .sidebar-mini .main-sidebar .nav-link, .sidebar-mini-md .main-sidebar .nav-link, .sidebar-mini-xs .main-sidebar .nav-link {
    width: calc(220px - 0.5rem * 2);
}
  .brand-text-wrap {
  white-space: normal !important;
  word-wrap: break-word !important;
  font-size: 1rem;
  line-height: 1.2;
  max-width: 150px;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 1;
}
  .layout-navbar-fixed.layout-fixed .wrapper .sidebar {
    margin-top: 0px !important;
    padding-top:0px !important;
}

  .kapakAdiCss{
    font-size:1.375rem !important;
    font-weight:bold !important;
}

  .yolTarifiImg{
     width: 20px; height: auto; float: left;
  }
  .detali-btn{
      font-size:0.875rem;
  }
  .location{
      font-size:small;
  }
  .h5Css{
      font-size:1rem;
  }
  
  .footer-box {
    left: 50%;
    transform: translateX(-50%);
}


}
@media screen and (min-width: 482px) {
  

    .main-sidebar {
    width: 350px !important;
  }

  /* Pushmenu açıkken içerik kayması */
  .sidebar-open .main-sidebar {
    left: 0;
  }

  /* Pushmenu kapalıyken sidebar gizlenmiş gibi davranır */
  .sidebar-collapse .main-sidebar {
    margin-left: -350px !important;
  }

  /* İçeriğin sola kaymasını engeller */
  .content-wrapper,
  .main-footer,
  .main-header {
    margin-left: 350px !important;
    transition: margin-left 0.3s ease;
  }

  .sidebar-collapse .content-wrapper,
  .sidebar-collapse .main-footer,
  .sidebar-collapse .main-header,
  .sidebar-collapse ..brand-link {
    margin-left: 0 !important;
  }

  .sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .main-footer, .sidebar-mini.sidebar-collapse .main-header {
    margin-left: 0 !important;
}

  .main-sidebar .brand-link {
    width: 350px !important;
    max-width: 350px !important;
    transition: width 0.3s ease;
  }

  

.brand-logo-custom {
    max-height: 50px !important;
    width: 50px !important;
    transition: height 0.3s;
  }

.brand-text-wrap {
  white-space: normal !important;
  word-wrap: break-word !important;
  font-size: 1.25rem;
  line-height: 1.2;
  max-width: 350px;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s ease, transform 0.4s ease;
  display: inline-block;
}

/* Sidebar kapalıyken yazıyı kaydır ve gizle */
.sidebar-collapse .brand-text-wrap {
  opacity: 0;
  transform: translateX(-20px);
}


  .layout-navbar-fixed .wrapper .content-wrapper {
    margin-top: 0px !important;
}
  /*body.sidebar-collapse .brand-text-full {
    display: none !important;
  }*/

  body.sidebar-collapse .brand-logo-custom {
    margin: 0 auto;
    display: block;
  }

  .layout-navbar-fixed.sidebar-mini-md.sidebar-collapse .wrapper .brand-link, .layout-navbar-fixed.sidebar-mini-xs.sidebar-collapse .wrapper .brand-link, .layout-navbar-fixed.sidebar-mini.sidebar-collapse .wrapper .brand-link {
    height: calc(3.5rem + 15px) !important;
    width: 0px !important;
}



.esri-view-surface--touch-none:focus::after,
.esri-view-surface--touch-none:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.layout-navbar-fixed.layout-fixed .wrapper .sidebar {
    margin-top: 0px !important;
    padding-top:calc(3.5rem + 1px) !important;
}

.sidebar-mini .main-sidebar .nav-link, .sidebar-mini-md .main-sidebar .nav-link, .sidebar-mini-xs .main-sidebar .nav-link {
    width: calc(300px - 0.5rem * 2);
    transition: width ease-in-out .3s;
}

.icon-right {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
}

.kapakAdiCss{
    font-size:1.375rem !important;
    font-weight:bold !important;
}


.yolTarifiImg{
     width: 24px; height: auto; float: left;
  }





}





