#mapid {     
    height: 100vh; 
    margin: 0px;
}

.rowMargin50 {
    margin-left: 10px; 
    margin-top: 10px; 
    position: absolute;
    z-index: 50000;
    width: 300px
}

.list-group-item {
    width: 300px
}

.selectedAddress{
    background:  #007fff;
}

.list-group-item {
    padding: .45rem 0.85rem;
}

a.list-group-item.list-group-item-action.list-group-item-search1 {
    height: 30px;
    padding: 2px 15px;
    font-size: 15px;
    background: cornflowerblue;
    font-weight: 600;
    border: 1px solid steelblue ;
    color: white;
}

#searchRes::-webkit-scrollbar { 
    display: none; 
}

#searchRes1::-webkit-scrollbar { 
    display: none; 
}

.active{
    background: cornflowerblue !important;
    color: white;
}

.selectedAddress{
    background: cornflowerblue !important;
    color: white;
}
.selectedAddress1{
    background: cornflowerblue !important;
}

.poiBack{
    background: #cce9f1 !important;
}

.ourBack{
    background:  #b2deea;
}

.topBack{
    background:   #e5f4f8 ;
}

.ourBack1{
    background:   #cce9f1 ;
}

.ourBack2{
    background:   #e5f4f8 ;
}

div#searchRes {
    max-height: 80vh;
    overflow: scroll;
}


.list-group-item {
    padding: 0.8vh;
}

.searchTags {
    position: absolute;
    right: 0px;
    z-index: 4000;
    display: block;
    top: -2px;
    text-align: right;
    padding: 2px;
    font-size: x-small;
}




.leaflet-popup-tip{

}

.leaflet-popup-content {
    width: 235px !important;
    line-height: 25px;
}

.leaflet-popup-content select {
    width: 200px !important;
}

.leaflet-popup-content textarea {
    width: 200px !important;
}


#startRouting {
    color: mediumaquamarine;
    cursor: pointer;
}

#startRouting:hover {
    color:    teal;
    cursor: pointer;
}

#stopRouting {
    color:   firebrick;
    cursor: pointer;
}

#stopRouting:hover {
    color:    saddlebrown;
    cursor: pointer;
}

.leaflet-popup-content-wrapper {
    border-radius: 7px;
    font-size: 15px;
}

.leaflet-popup-content p {
    margin: 0px;
    background: whitesmoke;
    padding: 5px;
    border-radius: 5px;
}

.context-menu-list{
    z-index: 2000 !important;
} 

.leaflet-routing-alt, .leaflet-routing-geocoders, .leaflet-routing-error {
    max-height: 20vh;
}

.leaflet-bar:first-child {
    background:  #CCF2D4;
}

.leaflet-bar:nth-child(2) {
    background: #cce5ff;
}

.leaflet-top.leaflet-right {
    left: 10px;
    right:  auto;
    margin-top: 50px;
}

/* menu header via data attribute */
.data-title:before {
    content: attr(data-menutitle);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: #DDD;
    padding: 2px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.data-title :first-child {
    margin-top: 20px;
}

.displayNone{
    display: none !important;
}

::-webkit-scrollbar {
    display: none;
}
