<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Modal */
.karart {
    display:none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    z-index: 10000; }
.pencere {

    border-radius:6px;
    position:fixed;
    border: 0px solid #ccc;
    display: none;
    background: #fff;
    z-index: 10001; }
.pencerebaslik {
    background: #337ab7;
    padding: 10px;
    height:50px; 
    line-height:40px;
    border-radius:0;
     }
.pencerebasliksol {
    float: left;
    font-weight: bold; color:#fff; }
.pencerebasliksag {
    float: right;
    color:#fff;
    font-size:30px;
}
.pencereicerik {
    padding: 0px; }
.pencere a {
    margin-left: 10px; text-decoration:none;
    color: #fff; }

.pencereicerik img {}
.pencereicerik .imageContainer {
    height:500px; width:100%; overflow:hidden; text-align:center;
}
/* Modal End */


.mapoverbox {
    position:fixed;
    z-index:100001;
    top:100px;
    right:30px;
    height:80px;
    width:180px;
    border-radius:4px;
    background:rgba(255,255,255,0.8);

    padding:5px 5px;
}
#MapsSelect {
        width:170px;
    }
#MapsSelectContent {
    width:170px;
}

@media(max-width:768px)
{
    .mapoverbox {
        width:100%;
        left:0;
        right:0;
    }
    #MapsSelect {
        width:100%;
    }
    #MapsSelectContent {
    width:100%;
}

}
.ListContent { list-style:none; margin:0; padding:0;}
.ListContent li { padding:4px 0;}
    .ListContent li a {
        background: #337ab7;
        padding: 4px 12px;
        font-size: 16px;
        border-radius:4px;
        font-weight:400;
    }</pre></body></html>