.ol-popup {
  position: absolute;
  background-color: white;
  color: black;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  padding: 0px;
  border-radius: 10px;
  bottom: 12px;
  left: -50px;
  font-size: 14px;
  min-width: 350px;
  z-index: 301 !important; 
  min-width: 400px !important; 
  max-width: 400px;
}

#popup_logo{
	width:40px;
	height: 40px;
	margin-right: 15px;
}

a.popup-star-station-details{
  z-index: 1;
}

a.popup-star-a{
    left: 47px;
    z-index: 1;
    position: absolute;
    top: 25px;	
}

span.popup-star {
    color: #ffca09;
}

span.inactive-popup-star:hover {
  color: #ffca09;
}

.ol-popup table {
    width: 100%;
}
td.popupVal {
    text-align: left;
}

td.popupName {
  display:none;
}

td.popupShort {
  font-weight:bold;
}
.popupHeader {
  border-bottom:1px solid lightgrey;
}

.popupShowMoreButton {
  margin-top: 5px;
  border-radius: 4px;
}

.popupShowMoreButton:disabled {
  opacity: 0.5;
}

.popupShowMoreButton:disabled:hover {
  filter:brightness(100%);
}

.popupShowMoreTd {
  text-align: center;
}

@media (min-width: 769px) {

  td.popupVal {
    width:25%;
  }

  td.popupId {
    width: 55%;
  }

  td.popupShort {
    /*width: 15%;*/
    text-align:right;
    padding-right: 7px;
  }

  td.popupDot {
    padding-right: 5px;
  }
}

@media (max-width: 600px) {
    .ol-popup {
        min-width: 200px !important;
    }
}

@media (max-width: 768px) {
  .popupId { display:none; }
  .popupName { display:inline !important; font-weight: bold;}
  .popupShort {
    display:none;
  }
}
      .ol-popup:after, .ol-popup:before {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
      }
      .ol-popup:after {
        border-top-color: white;
        border-width: 10px;
        left: 48px;
        margin-left: -10px;
      }
      .ol-popup:before {
        border-top-color: #cccccc;
        border-width: 11px;
        left: 48px;
        margin-left: -11px;
      }

      .ol-popup-closer {
        text-decoration: none;
        position: absolute;
        top: 13px;
        right: 16px;
        font-size: 14px;
        z-index: 10;
      }

      .ol-popup-closer svg {
        height: 1em;
        width: 1em;
      }
    
      .ol-popup-closer svg path {
          fill: #000;
      }

.kpjp-main-container.contrast .ol-popup{
  background-color: black;
  color:yellow;
}

.kpjp-main-container.contrast .ol-popup::after {
    border-top-color: black;
}

.ol-popup-closer:hover { color: black !important; text-decoration: none !important; cursor: pointer; }

.kpjp-pc-popup-header { 
  margin-bottom: 15px; 
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.kpjp-pc-footer-buttons .popupShowMoreButton { margin-top: 0px !important; }

