
/* Google Maps Style Korrektur iPhone 2020-07-27 */
.gm-style .gm-style-iw {
    padding: 12px !important;
}

.gm-style .gm-style-iw-d  {
    overflow: hidden !important;
}

/* Inline Map Tooltip */

.stop-departure {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
}
.stop-departure-info-line, .stop-departure-info-destination, .stop-departure-info-minutes {
    display: inline-flex;
    padding-top: 5px;
}
.stop-departure-info-minutes {
    margin-left: 1em;
    float: right;

    
}
.stop-departure-info-minutes_now {
    display: flex;
    align-items: first baseline;
    padding-left: 20px;
    width: 45px;
    text-indent: 50px;
}
.stop-departure-info-hours-togo {
    padding-left: 20px;
}
.stop-departure-info-hours-togo:after {
    content: 'h';
    width: auto;
    height: auto;
    padding-left: 0.01em;
    padding-right: 0.15em;
}
.stop-departure-info-minutes_now:before {
    content:'';
    width: 20px;
    height:18px;    
    background-image: url(../../../../packages/wbox_location_manager/blocks/wbox_location_manager/templates/map/img/bus.svg);
    background-repeat: no-repeat;
    text-indent: -100;
    animation: blink .9s linear infinite;
}

@keyframes blink{
0%{opacity: 1;}
20%{opacity: 0.75;}
40%{opacity: 0.5;}
60%{opacity: 0;}
80%{opacity: 0.5;}
100%{opacity: 0.75;}

}
.stop-departure-info-line {
    background-color: transparent;
    padding: 5px 0;
    text-align: center;
    width: 30px;
    margin-right: auto;
    font-weight: bold;
    float: left;
}

/* Pulse Animation Time */

.stop-departure-info-minutes-togo {
    animation: pulse 2s ease-out;
    animation-iteration-count: infinite; 
    opacity: 1;
}

@keyframes pulse {
    0% {opacity: 0.3;}
    20% {opacity: 0.7}
    50% {opacity: 1.0;}
    80% {opacity: 0.7}
    100% {opacity: 0.3;}
}

.operating_messages_app {
    background: #252525;
    width: 280px;
    max-width: 90vw;
    position: fixed;
    left: 40px;
    padding: 10px;
    bottom: 3dvh;
}

.operating_messages_app .accordion-item,
.operating_messages_app .accordion-button {
    background: #252525;
    color: #fff;
}

.operating_messages_app .accordion-button:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.operating_messages_app .operating_messages__icon {
    display: inline;
    margin-right: 10px;
}

.operating_messages_app .operating_messages__title {
    color: #fff;
    cursor: pointer;
}

.operating_messages_app .operating_messages__items.scrollY {
    overflow-y: scroll;
}

.operating_messages_app .operating_messages__items {
    max-height: 80vh;
    height: 0;
    opacity: 0;
    transition: all 1s;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.operating_messages_app .operating_messages__items p {
    margin-bottom: 0;
}
.operating_messages_app .operating_messages__items.isVisible {
    opacity: 1;
    height: 350px;
    max-height: 85vh;
    margin-top: 0.5rem;
}

.operating_messages_app .operating_messages__close {
    display: none;
}

.operating_messages_app .operating_messages__close * {
    width: 100%;
    height: 100%;
}

.operating_messages_app .operating_messages__close.isVisible {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: -8px;
    right: -8px;
}

.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
    position: fixed !important;
    bottom: 12dvh !important;
}

