@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

.infowindow-content {
    background-color: white;
    color: black;
    text-align: left;
    line-height: 14px;

}

#lastmile_lightbox .shop {
    cursor: pointer;
    padding: 5px;
    font-size: 12px;
}

#jet_name_parcelshops {
    font-weight: bold;
}

#lastmile_lightbox_loading {
    padding-top: 10px;
    margin: auto;
    color: #4e4e4e;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
    bottom: 15px;
}

#lastmile_lightbox_loading:after {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    -webkit-animation: ellipsis steps(4, end) 900ms infinite;
    animation: ellipsis steps(4, end) 900ms infinite;
    content: "\2026"; /* ascii code for the ellipsis character */
    width: 0px;
}

@keyframes ellipsis {
    to {
        width: 1.25em;
    }
}

@-webkit-keyframes ellipsis {
    to {
        width: 1.25em;
    }
}

#lastmile_lightbox {
    background-color: white;
    border: 1px solid lightgrey;
    border-radius: 3px;
    max-width: 1000px;
    width: 100%;
    height: 528px;
    padding: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 900;
    box-shadow: 0 0 20px #888888;
}

#lastmile_lightbox h1 {
    color: #636363;
    text-transform: inherit;
    font-family: 'Lato', "Helvetica Neue", Helvetica, Verdana, sans-serif;
    font-weight: 300;
    font-size: 30px;
}

#lastmile_lightbox .opening_hours {
    font-family: Roboto, Arial, sans-serif;
    font-size: 11px;
}

#lastmile_lightbox_map {
    height: 350px;
    width: 100%;
}

#lastmile_lightbox_map .button {
    border: 1px solid lightgrey;
    padding: 5px 8px;
    border-radius: 4px;
}

#lastmile_lightbox_list {
    overflow-y: auto;
    height: 200px;
}

#lastmile_lightbox_content {
    padding: 30px;
}

#lastmile_lightbox_content label {
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Lato', "Helvetica Neue", Helvetica, Verdana, sans-serif;
    font-size: 10px;
    display: block;
}

#lastmile_lightbox_content #jet_address {
    border: 0;
    border-bottom: 1px solid #e8ede2;
    padding: 0;
}

#lastmile_lightbox_content #jet_submit_address {
    border: 0;
    margin: 0 0 0 -30px;
    text-transform: uppercase;
    background: url('../images/jetverzendt/search-icon.png') center center no-repeat;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
    background-size: cover;
    background-color: white;
}

#lastmile_lightbox_close {
    float: right;
    position: relative;
    z-index: 901;
    cursor: pointer;
    border: 1px solid lightgrey;
    border-radius: 20px;
    height: 25px;
    width: 25px;
    margin: 12px 15px;
    text-align: center;
    padding-top: -4px;
    background-color: white;
}

#jet_link_deliver_dates, #jet_link_parcelshops {
    cursor: pointer;
}

#lastmile_lightbox .deliver_dates a {
    display: inline-block;
    cursor: pointer;
    transition: color .2s linear;
}

#lastmile_lightbox .deliver_dates a:hover {
    text-decoration: none;
    color: #000;
}

.lastmile-button {
    margin: 10px 0;
}

.jet_special_price {
    color: #ff6402;
    font-size: 11px;
    font-style: italic;
}

.jet_small {
    font-size: 11px;
}

.background {
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
}

.element-list {

}

.element-list .row:nth-child(odd) div {
    background-color: #e4e4e4;

}

.element-list .row div {
    padding: 0;
    font-family: 'Lato', "Helvetica Neue", Helvetica, Verdana, sans-serif;
    font-size: 12px;
    line-height: 1.7rem;
}

.element-list .subhead {
    display: none;
}

.element-list .head, .element-list .subhead {
    font-weight: bold;
}

.element-list .col-15 {
    float: left;
    width: 15%;
}

.element-list .col-20 {
    float: left;
    width: 20%;
}

.element-list .col-25 {
    float: left;
    width: 25%;
}

.element-list .col-50 {
    float: left;
    width: 50%;
}

.element-list .col-75 {
    float: left;
    width: 75%;
}

.element-list .col-100 {
    float: left;
    width: 100%;
}

@media (max-width: 640px) {

    .hidden-small {
        display: none;
    }

    #lastmile_lightbox_content {
        padding: 15px;
    }

    #lastmile_lightbox h1 {
        font-size: 20px;
    }

    .deliver_dates {
        margin: 15px;
    }

    #lastmile_lightbox_content {
        height: 450px;
        overflow-y: auto;
        width: 100%;
    }

    #lastmile_lightbox_content #jet_address {
        width: 300px;
    }

    #lastmile_lightbox_close {
        margin: 12px 15px;
    }

    .deliver_dates {
        margin: 40px 0;
    }

    .element-list .head {
        display: none;
    }

    .element-list .subhead {
        display: block;
    }

    .element-list .col-15 {
        float: left;
        width: 100%;
    }

    .element-list .col-20 {
        float: left;
        width: 100%;
    }

    .element-list .col-25 {
        float: left;
        width: 100%;
    }

    .element-list .col-50 {
        float: left;
        width: 100%;
    }

    .element-list .col-75 {
        float: left;
        width: 100%;
    }

    .element-list .col-100 {
        float: left;
        width: 100%;
    }
}