.content-wrapper.eksmap {
    padding: 0px;
}

.leaflet-top.leaflet-right {
    visibility: hidden;
}

.leaflet-popup.info-popup {
    pointer-events: none;
}

.leaflet-popup.info-popup .leaflet-popup-tip-container {
    visibility: hidden;
}

.leaflet-popup.info-popup .leaflet-popup-close-button {
    visibility: hidden;
}

#eksTreeview .ivh-treeview {
    padding-left: 20px;
}
#eksTreeview .ivh-treeview-node-leaf {
    padding-left: 10px;
}

.logout-modal-window .modal-dialog {
    width: 100%;
    height: 50px;
    position: absolute;
    top:0; left: 0; right: 0;
    margin: auto;
}

.logout-modal-window .modal-content {
    border-radius: 0px;
}

.logout-modal-window .btn {
    border-radius: 0px;
}

.leaflet-popup-content {
    margin: 0px;
    padding: 0px;
}

.leaflet-popup-content.leaflet-popup-scrolled{
    margin: 0px 20px 0px 0px;
    padding: 0;
}

.leaflet-container a.leaflet-popup-close-button {
    padding: 7px 21px 0 0;
    z-index: 1;
    color: #e2b342;
}

.leaflet-container a.leaflet-popup-close-button:hover {
    padding: 7px 21px 0 0;
    z-index: 1;
    color: black;
}

.leaflet-popup-content-wrapper {
    border-radius: 0px;
    padding: 0px;
}

.leaflet-popup-content .panel-heading {
    margin: 0px;
    padding: 8px 0 8px 5px;
    border-radius: 0;
}

.leaflet-popup-content .panel.panel-default {
    border-top-width: 1px;
}

.leaflet-popup-content .whirl:before {
    background-color: transparent;
}

.leaflet-popup-content .panel-body {
    padding: 2px 2px 0 2px;

}

.leaflet-popup-content .panel-group .panel {
    border-radius: 0px;
}

.leaflet-popup-content a {
    font-family: "Source Sans Pro", sans-serif;
    color: #656565;
}

.accordion li.open:before {
    content: '- ';
}
.accordion li.closed:before {
    content: '+ ';
}

.leaflet-container {
    background-color:white;
}

.firma-ruhsat.selected {
    background-color: darkgrey;
}

.firma-ruhsat.notselected {
    background-color: whitesmoke;
}

::-webkit-scrollbar { width:5px; height:10px; }
::-webkit-scrollbar-track { background:transparent; }
::-webkit-scrollbar-thumb { background:rgba(0,0,0,0.2); }