﻿

#map {
    margin: 0;
    padding: 0;
    height: 400px;
    max-width: none;
}

    #map img {
        max-width: none !important;
    }

.gm-style-iw {
    width: 350px !important;
    top: 15px !important;
    left: 0px !important;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
    border: 1px solid rgba(72, 181, 233, 0.6);
    border-radius: 2px 2px 10px 10px;
}
.gm-style-iw {
    width: 350px !important;
    top: 15px !important;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
    border: 2px solid rgba(72, 181, 233, 0.6);
    border-radius: 2px 2px 10px 10px;
}
#iw-container {
    margin-bottom: 5px;
}

    #iw-container .iw-title {
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 13px;
        font-weight: bold;
        padding: 5px;
      /*  background-color: #343a40;*/
        color: black;
        margin: 0;
        border-radius: 2px 2px 0 0;
        text-align:center;

    }

    #iw-container .iw-content {
        font-size: 13px;
        line-height: 18px;
        font-weight: 400;
        margin-right: 0;
        padding: 0 0 0 0;
        max-height: 120px;
        overflow-y: auto;
        overflow-x: hidden;
    }

.iw-content img {
    float: right;
    margin: 0 0 0 0;
}

.iw-subTitle {
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0;
}

.iw-bottom-gradient {
    position: absolute;
    width: 56px;
    height: 25px;
    bottom: 10px;
    right: 16px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}


* {
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
}


#map-container {
    height: 100%;
    padding: 56.25% 0 0 0;
    margin: 0 0 0 0;
    position: relative;
   /* border: solid 1px grey;*/
}

@media (min-width: 648px) {
    #map-container {
        overflow: hidden;
    }
}

#map-overview {
    position: absolute;
    top: 10px;
    left: 50px;
    padding: 0 1px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
    font-weight:bold;
    background: #343a40;
    z-index: 1000;
    cursor: pointer;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}

    #map-overview.hidden {
        display: none;
    }

#map-center:hover {
    color: black;
}

#map {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition: width 0.4s ease-in-out;
}

@media (min-width: 448px) {
    #map.zoomed {
        width: 40.5%;
        height:100%;
    }
}

#map-info {
    margin-bottom: 0;
    margin-top: 0;
}

    #map-info .gp {
        background: white;
        display: none;
        position: relative;
       /* border: solid 1px grey;*/
        overflow-y: auto;
       
    }

@media (min-width: 448px) {
    #map-info .gp {
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
    }
}

#map-info .gp > * {
    padding-left: 1px;
    padding-right: 1px;
}

#map-info .gp.shown {
    display: block;
    height: 100%;
}

#map-info .gp img {
    width: 100%;
    display: block;
    height: 100%;
}

p {
    border:0 0 0 0;
}
.leaflet-control-layers-toggle {
    
    background-image: url('../images/layers.png');
    width: 36px;
    height: 36px;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0 0 0 0;
}
.sidebar-menu .nav-treeview {
    display: none;
    padding: 0 0 0 55px;
    list-style: none;
}
.flex-container {
    display: flex; /* Flexbox düzeni */
    gap: -1px; /* Resimler arasına boşluk */
}
.sidebar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.5rem;
    padding: 0.8125rem 0.5rem;
    overflow: hidden;
    font-size: 1.25rem;
    white-space: nowrap;
    border-bottom: 0;
    transition: width 0.3s ease-in-out;
}