body {
    overflow: hidden;
    font-family: helvetica, arial, sans-serif;
    background-color: #111111;

}

#bs-example-navbar-collapse-1{
  background-color: rgba(0, 0, 0, 0.5);
}

.map {
    position: fixed;
    right: 0px;
    left: 340px;
    height: 88%;
    top: 78px;
}

.sidebar {
    position: fixed;
    left: 0px;
    width: 340px;
    top: 80px;
    bottom: 0;
    overflow-y: auto;
    padding: 20px;
    height: 100%;
    padding-bottom: 60px;
    background-color: #111111;
    color: #FFF;
}

.item {
    padding: 10px;
    background-color: #eee;
}

.item:not(:last-child) {
    margin-bottom: 10px;
}

.item-heading {
    font-size: 18px;
    margin-top: 0;
    font-weight: bold;
}

.sort {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 340px;
    background-color: #fff;
    padding: 20px;
}

.sort-option {
    margin-left: 10px;
}

.sort-option.selected {
    border-bottom: 1px solid #ccc;
}

.navbar-brand {
    font-size: 14px;
    font-weight: bold;
}

.list-group-item {
  background-color: #111111;
}

#modal {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    height: 100%;
    width: 100%;
}
.modalconent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.8);
    width: 95%;
    height: 95%;
    padding: 100px;
}
