.h100{
    height: 100%;
}
.map-border{
    border: 9px solid #ccc;
}
#address_table .tabulator-row:hover a,a.open_map:hover{
    color: #fff;
}
#location_map{
    /* height: 97%;
    flex: 1; */
}
#address_map .box.box--pad-20{
    /* display: flex;
    flex-direction: column; */
}
#location_map .marker-cluster-small div,
#location_map .marker-cluster-medium div{
    background-color: rgba(241, 128, 23, 0.6);
}
#location_map .marker-cluster-medium,
#location_map .marker-cluster-small{
    background-color: rgba(253, 156, 115, 0.6);
}

#route_map_container{
    padding-top: 17px;
    margin-top: 52px;
}
#route_map{
    height: 597px;
}
