#map {
    height: 60vh;
    margin-bottom: 40px;
}

/* Optional: Makes the sample page fill the window. */

#start-with-points {

    top: 100px;
    left: 10px;
}

#start {

    top: 120px;
    left: 10px;
}

#end {

    top: 140px;
    left: 10px;
}

#panel {

    top: 160px;
    left: 10px;
}

#paneC {

    top: 160px;
    left: 110px;
}

.map-content .btn-primary, .dropdown-menu-custom .btn-primary {
    background: #3c8dbc!important;
    border-color: #367fa9!important;
    
}
.map-content .btn-success, .dropdown-menu-custom .btn-success {
    background: #00a65a!important;
    border-color: #008d4c!important;
    
}
.map-content .btn-secondary, .dropdown-menu-custom .btn-secondary {
    color: #fff;
    background: #6c757d!important;
    border-color: #6c757d!important;
    
}
.map-content .btn-default, .dropdown-menu-custom .btn-default{
    background: #f4f4f4!important;
    color: #444!important;
    border-color: #ddd!important;
    
}
.map-content .btn, .dropdown-menu-custom .btn{
    border-radius: 3px!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    background-image: none!important;
}
.canvas-content{
    position: relative;
}

#toptoolbarwrapper {
    bottom: 30px;
    left: 20px;
    position: absolute;
    border-radius: 50px;
    background-color: #fff;
    padding: 10px 18px;
    display: block;
    -webkit-transition: border-radius .5s;
    transition: border-radius .5s;
}


.toolbar {}

.dropdown-menu.show {
    padding: 5px 10px;
}

#location-form {
    width: 90%;
    padding: 5px;
}

#myInput,
#myButton {
    display: inline-block;

}

#myInput {
    width: 60%;
}

/*
#mapHolder {
    overflow: hidden;
    height: 75vh;
    position: relative; }
  
  #map {
    width: 100%;
    height: 70%;
    transition: all 1s ease; }
    #map.hasPerspective {
      transform: rotateZ(-10deg) rotateY(30deg) rotateX(50deg) !important;
      position: absolute !important;
      min-height: 100%;
      min-width: 100%;
      top: -120%;
      bottom: -120%;
      left: -50%;
      right: -50%;
      height: auto;
      width: auto;
      perspective: 100000px; }*/

.form-group {
    margin-bottom: 0.2rem;
}

.icon {
    width: 20px;
    height: 20px;
    fill: white;
    position: relative;
    top: 5px;
    left: 5px;
}

.btn-margin{
  margin: 5px;
}

.dropdown-menu-custom{
    position: absolute;
    width: max-content;
    height: auto;
    display: none;
    background: white;
    bottom: 100%;
    left: 0;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #999999;
}