

/* copied from old varaamo */ 
#busmap {
	width: 493px;
	height: 479px;
	background: transparent url(/templates/matkapojat2018/img/busmap_map_large.png) top left no-repeat;
	position: absolute;
}
 
  #busmap .large-popup {
    display: inline-block;
    padding: 7px 0 0 0;
    /* padding: 28px 0 0 0; causes hover problems */ 
    position: absolute;
    /* background: transparent url(../images/arrow-up.png) top center no-repeat; */
    pointer-events: none;
  }

  #busmap #destination-popup.large-popup {
    margin-top: 15px;
  }
    
  #busmap .large-popup-down {
    padding: 0 0 7px 0;
    /* background: transparent url(../images/arrow-down.png) bottom center no-repeat; */
    
    pointer-events: none;
    
    
  }
  #busmap .large-popup .name {
    display: inline-block;
    padding: 9px 16px 9px 34px;
    
    color: white;
    
    font-size: 12px;
    color: rgb(2, 40, 96);
    font-weight: bold;
    border: 2px solid rgb(62, 191, 237);
    border-radius: 4px;
    line-height: 22px;
    
background-color: white;
background-image: url('/templates/matkapojat2018/img/busmap_bussi.png');
background-repeat: no-repeat;
background-position: 5px center;
padding: 5px;
padding-left: 40px;
    color: rgb(19, 54, 107);
    pointer-events: none;
    
    
    
  }
  
  #busmap #bus-popup .name {
    pointer-events: none;
     }
  #busmap #bus-popup.minimap {
    background-image: none; }
    #busmap #bus-popup.minimap .name {
      border: 1px solid white; }
      
  #busmap .small-popup { /* pienempi kaupungin nimi popup kun mouseover sen päällä */
    position: absolute;
    display: none;
    padding: 0 10px;
    line-height: 17px;
    height: 17px;
    background: #f0e9e4;
    background: white;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    color: #231f20;
    font-family: "Arial", sans-serif;
    font-size: 12px; 
  
    font-size: 12px;
    color: rgb(2, 40, 96);
    font-weight: bold;
  
    
    /* bugfix to move this away from map pin, which causes hover event problems and blinking */
    margin-left: 12px; 
    
    pointer-events: none;
  }

.menotyyppi-lento #busmap #destination-popup .name {
  } 

.menotyyppi-juna #busmap #destination-popup .name {
   }

.menotyyppi-bussi #busmap #destination-popup .name {
   }

.bus-controls {
  height: 439px;
  padding: 0 12px 17px 0;
  position: relative; }
 

    .bus-controls #bus_search_chosen a span {
      color: #47535a; }
  .bus-controls #bus-list-label {
    top: 407px; }
  .bus-controls #bus_list_chosen {
    position: absolute;
    top: 430px;
    left: 0; }
    
    
    


