.tms_tour_order_table td{
    padding: 6px;
    width: 15%;
}

.tms_tour_order_table{
    border: 1px dotted #000;
    width: 100%;
}

#map-container {
    position: relative;
    height: 500px;
    width: 100%;
}
.map {
    position: relative;
    height: inherit;
    width: inherit;
}

#map-container svg{
    height: auto;
    width: auto;
}

.leaflet-div-icon {
    background: transparent;
    border: none;
}

.leaflet-marker-icon .number{
    position: relative;
    top: -57px;
    font-size: 14px;
    font-weight: bold;
    width: 25px;
    text-align: center;
}

.leaflet-routing-container.leaflet-bar.leaflet-control.leaflet-routing-container-hide{
    display: none;
}
.number-icon{
    color: #FFF;
    top: 0px;
}
