.ol-popup {
 position: absolute;
 background-color: white;
-webkit-box-shadow: 1px 1px 2px 1px rgba(143,143,143,1);
-moz-box-shadow: 1px 1px 2px 1px rgba(143,143,143,1);
box-shadow: 1px 1px 2px 1px rgba(143,143,143,1);
 padding: 4px;
 border-radius: 0px;
 border: 1px solid #b3b3b3;
 bottom: 10px;
 left:-40px;
 width:auto;
}
 .ol-popup:after, .ol-popup:before {
 top: 100%;
 border: solid transparent;
 content: " ";
 height: 0;
 width: 0;
 position: absolute;
 pointer-events: none;
}

.ol-popup-mob {
 background-color: white;
 -webkit-box-shadow: 1px 1px 2px 1px rgba(143,143,143,1);
 -moz-box-shadow: 1px 1px 2px 1px rgba(143,143,143,1);
 box-shadow: 1px 1px 2px 1px rgba(143,143,143,1);
 padding: 4px;
 border-radius: 0px;
 border: 1px solid #b3b3b3;
 }



.ol-popup-arrow:after {
 border-top-color: red;
 border-width: 10px;
 left: 48px;
 margin-left: -10px;
}
    
.ol-popup-arrow:before {
 border-top-color: #cccccc;
 border-width: 11px;
 left: 48px;
 margin-left: -11px;
}
 
.ol-popup-stop-content-item{
 margin-top:4px;
 white-space: nowrap;
 min-width:320px;
}

.ol-popup-stop-content-header  { 
 cursor:move;
 padding:0px;
 margin:0px;
 text-overflow: ellipsis;
}

.ol-popup-stop-content-header-text  {
 cursor:move;
 font-size:80% !important;
 margin-left:10px !important;
}

.ol-popup-stop-content-item-text-div{
 display: inline-block;
 margin-right:100px;
 margin-left:5px;
 margin-top:2px;
 width:90%;
 overflow:hidden;
 text-overflow: ellipsis;
}

.ol-popup-stop-content-item-line-span{
 width:30px;
 position:relative;
 display:block;
 float:left;
}
 
 .ol-popup-stop-content-item-op-span{
  position:relative;
  display:block;
  float:left;
  margin-left:3px;
}
 
.ol-popup-stop-content-item-text-line{
 font-size:80% !important;
 font-weight:bold !important;
 color:black !important; 
}

.ol-popup-stop-content-item-text-op{
 font-size:80% !important;
 font-weight:bold !important; 
 color:gray !important;
}  

.ol-popup-stop-content-item-text-dsc{
 margin-left:5px;
 font-size:80% !important;
 right:0px;
} 

.ol-popup-content-address-text{
 font-size:80% !important;
  color:#393a38 !important;
}


.ol-popup-stop-content-item-text{
 margin-left:5px;
 font-size:80% !important;
 color:#393a38 !important;
 align-self: center !important;
}

.ol-popup-stop-content-address {
margin-top:4px;	
}

.ol-popup-stop-content-item-address{

 font-size:80% !important;
}

.ol-popup-stop-content-item-link{
 display: inline-block;
 position:absolute;
 right:0px;
 padding-right:4px;
}
 
.ol-popup {
zIndex:9999 !important;
}
    
.ol-popup-stop-content-body {
 padding-bottom:5px;
 position:relative;
 max-height:160px;
 overflow-y: auto !important;
 overflow-x: hidden !important;
}

#ol-popup-journey
{
 width:130px;
 border-radius: 0px;
 border: 1px solid #cccccc;
 z-index:200;
}

.ol-popup-journey-text
{
 font-size:80% !important;
 font-family: 'Roboto', sans-serif !important;
 font-weight:300 !important;
 color:black !important;
}